The -solid option for print()

Daniel J Sebald daniel.sebald at ieee.org
Sat Jan 3 00:57:26 CST 2009


The '-solid' option is convenient for EPS files.  However, I wonder if perhaps it should be '-solid' by default.  If so, then one can control the line style in the following conventional Motryoshka ways:

x = [0:0.01:1];
plot(x,x,'-',x,sin(x),'..');
kids = get(gca, 'Children');
set(kids(2), 'LineStyle', '-');

Also, the number of acceptable LineStyle options seems to be less than allowed as part of the plot options, i.e., '..', etc.

Dan


More information about the Octave-maintainers mailing list