help-octave
[Top][All Lists]
Advanced

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

Re: Plot settings


From: David Bateman
Subject: Re: Plot settings
Date: Sat, 20 Sep 2008 15:44:48 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080725)

Nicolas Ferré wrote:
I'd like to know if there exists somewhere a list of all the available plot properties for octave 3.0. I can't find them in the octave documentation.

For instance, I'd like to modify the thickness of the marks (not the size I already changed using the "markersize" property), since I'd like to include the figure in some presentation slide.

Regards,


Why not just use

h = line(x,y,)
get(h)

and see what the aproperties are :-)

D.


reply via email to

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