On Sun, Aug 8, 2010 at 10:38 PM, Simon Friedberger
wrote:
> a) I tried using the twinx() command like in that example but the axes
> seem to be scaled differently i.e. the ticks on the right don't have the
> same spacing as on the left.
>
twinx() creates an axes whose y-axis is independent from t
Hi list members!
I'm not sure if this is bad style or anything but I'm trying to do
something like in this example:
http://matplotlib.sourceforge.net/examples/pylab_examples/barchart_demo2.html
I would like to haver different labels on both sides.
a) I tried using the twinx() command like in that