[Changeset] Re: "steps plot style" seems not to work
David Bateman
adb014 at gmail.com
Thu May 1 13:12:36 CDT 2008
Sergei Steshenko wrote:
> I started using 'stairs' even before writing the original Email; so far it works for me.
>
> ...
>
> Which part of the graphing process ('octave' or 'gnuplot') is responsible for setting tics
> and their numerical values on 'y' axis when 'stairs' is called ?
>
The tics are a property of the axis. So something like
bar ([4, 12 13 11 12 9, 6])
set(gca(), 'xticklabel', {'Sun','Mon','Tue','Wed','Thu','Fri','Sat'},
'xtickmode','manual')
might be what you are looking for.
D.
More information about the Bug-octave
mailing list