Claude,

Did you try
ax3 = ax1.twinx()
?

-Sterling

On Feb 7, 2014, at 1:30AM, mariusz sapinski wrote:

> Hi,  I'm trying to get a plot with multiple axes on the righ, and it does not 
> work. Attached is the plot: the second axis (ax2) is not correctly plotted. 
> The code is below. What is wrong? Why the labels and ticks are displayed on 
> the left axis?
> 
> Many thanks for your suggestions,
> 
> Claude
> 
> 
...
> # Q signal axis:
> ax2 = ax1.twinx()
...
> # Q heaters:
> ax3 = ax2.twinx()


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to