[scilab-Users] Re: Re: plotting two y-axes, lines and bars in one plot

Eric Dubois grocer.toolbox at gmail.com
Fri Aug 29 13:44:29 CEST 2008


Thanks!

I will have a look this w/e to see if it is possible to have inverted
selected axes. A priori I would have done like you...

Eric.

2008/8/29, Simon <simon.elfert at web.de>:
>
> alright, that works pretty nice! A very fine tool.
>
> Is it possible to have the right y-axis at normal scale, but the left
> y-axis with a reverse scale (with >> h=gca(); h.axes_reverse = ["off",
> "on", "off"]; << I only get control of both y-axes at a time.
>
> greetings,
> Simon
>
>
>
>
> ps: For anyone who concerns... this works fine:
>
> mat = [0, 1, 40;  1, 2, 30; 2,3,20; 3,4,10];
> pltseries0([mat(:,2),
> mat(:,3)],[],'example',string(mat(:,1)),1,"yaxis=[1 2]", "bars=[0 1]")
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20080829/38542497/attachment.htm>


More information about the users mailing list