emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] No plot with org-plot


From: Loris Bennett
Subject: Re: [O] No plot with org-plot
Date: Thu, 28 Apr 2016 11:18:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Eric S Fraga <address@hidden> writes:

> On Thursday, 28 Apr 2016 at 08:24, Loris Bennett wrote:
>> I tried to do
>>
>> #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange 
>> [0:]"
>> | Sede      | Max cites | H-index |
>> |-----------+-----------+---------|
>> | Chile     |    257.72 |   21.39 |
>> | Leeds     |    165.77 |   19.68 |
>> | Sao Paolo |     71.00 |   11.50 |
>> | Stockholm |    134.19 |   14.33 |
>> | Morelia   |    257.56 |   17.67 |
>>
>> but nothing happens: no error, no plot.  In the *Messages* buffer, I
>> just get
>
> Works for me.  Check the *gnuplot* buffer.

In the *gnuplot* buffer I get:

gnuplot> set title 'Citas'
gnuplot> set yrange [0:]
gnuplot> set datafile separator "\t"
gnuplot> plot '/tmp/org-plot1999bqI' using 3:xticlabel(1) with histograms title 
'H-index'

So no error here and also no org-plot files in /tmp.

It looks a bit as if everything is working correctly, but just getting
tidied away before I get a chance to see anything.

Cheers,

Loris

-- 
This signature is currently under construction.




reply via email to

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