Using Gadfly backend https://github.com/tbreloff/Plots.jl gave one example of axis=:auto but apparently this example is somewhat different from what I want.
I have the date x=linspace(0,2pi,50) y=sin(x) plot(x,y,axis=:left) works fine but I want plot(x,y,axis=:right) which doesnt work. Even plot(x,y,axis=:auto) doesnt work in this case :-( So in principle I just want the axis to be right instead of left...Or is it possible to do 2 axes on the left next to each other coz their scale is completely different :-(
