Timothy <tecos...@gmail.com> writes: > That's why the reset command is run: > https://code.orgmode.org/bzg/org-mode/src/master/lisp/org-plot.el#L560
Sorry, I missed that. It should indeed make things much less likely to break. One exception is when plot depends on settings defined in .gnuplot file. reset command clears user customisations in .gnuplot. Of course, the described bug may be related to something else. [after some testing...] Of course, it is: > 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' Best, Ihor