Ihor Radchenko <yanta...@gmail.com> writes:
>> plot '/tmp/org-plotiPs0To' using 1:3 with histograms title 'H-index' > > This is not valid gnuplot command to create histograms. One needs to use: > > plot '/tmp/org-plotiPs0To' using 3:tics(1) with histograms title 'H-index' I've had a look at this, and it should be addressed in https://code.orgmode.org/bzg/org-mode/commit/7dd667af. If you could test it and let me know that would be greatly appreciated :) It seems to work with the manual example for me. Until I hear otherwise, I'm marking this bug as fixed. -- Timothy