You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For multi-page output in PDF (and presumably PS?), operations which call refreshCurrent will cause an additional page to be included in the PDF.
For instance, using gnuplot.grid(true) will cause two plots (both with grids enabled) to appear. Commenting out line 894 obviously circumvents this, as does using gnuplot.raw('show grid') instead.
The text was updated successfully, but these errors were encountered:
For multi-page output in PDF (and presumably PS?), operations which call
refreshCurrent
will cause an additional page to be included in the PDF.For instance, using
gnuplot.grid(true)
will cause two plots (both with grids enabled) to appear. Commenting out line 894 obviously circumvents this, as does usinggnuplot.raw('show grid')
instead.The text was updated successfully, but these errors were encountered: