Re: [Matplotlib-users] problem with multiple axes

2014-02-07 Thread mariusz sapinski
Yes I did. I'm using version 1.2 on linux. A friend of mine runs similar scripts on windows and she has no problems. Can it have something to do with version number? On Fri, Feb 7, 2014 at 6:56 PM, Sterling Smith smit...@fusion.gat.comwrote: Claude, Did you try ax3 = ax1.twinx() ?

Re: [Matplotlib-users] problem with multiple axes

2014-02-07 Thread Sterling Smith
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?