Mon 25 Feb 2013 11:32:02 AM UTC, original submission:
I've come across a problem when saving a figure to file using 'saveas'. In certain situations, data plotted using 'scatter' is missing from the saved file. This is on Octave 3.6.4, running on Scientific Linux 6.2.
As far as I can tell, the bug only seems to appear under a combination of conditions (below). However, I haven't pinned down the precise combination that causes the problem.
- Using FLTK
- Using subplots
- Using hold on/hold off
- Using scatter
A similar problem occurs if I try to save the figure to file using 'print' instead of 'saveas'.
Code to reproduce the bug:
|