octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The -solid option for print()


From: Daniel J Sebald
Subject: The -solid option for print()
Date: Sat, 03 Jan 2009 00:57:26 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]