From: mariusz s. <mar...@gm...> - 2014-02-07 18:24:04
|
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 <sm...@fu...>wrote: > 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() > > |