Eric S Fraga <e.fr...@ucl.ac.uk> 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.