plotting two y-axes, lines and bars in one plot

Simon simon.elfert at web.de
Fri Aug 29 11:46:28 CEST 2008


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]")




More information about the users mailing list