Re: [Matplotlib-users] ticks label to the right side

2008-06-16 Thread Stan West
Quoting Fabrice Silva: > Using version 0.91.2, I do not manage to push ticks labels to > the right side of the axis, keeping ticks lines on both > sides. How can I do it ? One solution is yax = gca().yaxis yax.set_ticks_position('right') # labels right side; removes left ticks

[Matplotlib-users] ticks label to the right side

2008-06-12 Thread Fabrice Silva
Hi folks Using version 0.91.2, I do not manage to push ticks labels to the right side of the axis, keeping ticks lines on both sides. How can I do it ? Another question : I have two subplot "in-line" (121 and 122) sharing the same yaxis. How would you set a single set of yticks labels displayed