Dear Forum,
I wonder how to create graphs that have the yaxis only on the right-hand side, like many graphs in The Economist, for example (e.g. here).
When I use the axis-specifier, it doesn't work:
Thanks for any help!
Fabian
I wonder how to create graphs that have the yaxis only on the right-hand side, like many graphs in The Economist, for example (e.g. here).
When I use the axis-specifier, it doesn't work:
Code:
clear input data time 1 1900 2 1901 3 1902 2 1903 3 1904 end line data time, yaxis(2) ylabel(, axis(2))
Fabian
Comment