Plot settings
David Bateman
adb014 at gmail.com
Sat Sep 20 08:44:48 CDT 2008
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.
More information about the Help-octave
mailing list