emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-plot (generating graphs from org-mode)


From: William Henney
Subject: Re: [Orgmode] org-plot (generating graphs from org-mode)
Date: Fri, 29 Aug 2008 06:16:50 -0500

Hi Eric

On Tue, Aug 26, 2008 at 6:09 PM, Eric Schulte <address@hidden> wrote:
> Of course if anyone has any comments, problems, or suggestions please
> let me know.

Org-plot is great! Thank you very much for writing this. I just found
a couple of small problems, as detailed below.

Cheers

Will

** Bugs in org-plot
*** [2008-08-28 Thu] Finding the table to plot
    =org-plot/goto-nearest-table= searches backward first, which means
    that if point is located in an options line for a following table,
    then it will find the previous table instead. This is usually
    undesired.

*** [2008-08-28 Thu] Columns with multi-word text
    Consider the following table:

#+PLOT: title:"Citas" ind:0 deps:(3) type:2d with:histograms set:"yrange [0:]"
    | Sede      | Max cites | H-index |
    |-----------+-----------+---------|
    | Chile     |    257.72 |   21.39 |
    | Leeds     |    165.77 |   19.68 |
    | São Paolo |     71.00 |   11.50 |
    | Stockholm |    134.19 |   14.33 |
    | Morelia   |    257.56 |   17.67 |

    In theory, this should plot the third column. However, the data
    point for São Paolo comes from the second column
    instead. Presumably this is because of the embedded space in "Sõo
    Paolo". If I replace it with a unicode non-breaking space,
    "São Paolo", then it works correctly.


-- 

 Dr William Henney, Centro de Radioastronomía y Astrofísica,
 Universidad Nacional Autónoma de México, Campus Morelia




reply via email to

[Prev in Thread] Current Thread [Next in Thread]