|
From: Sterling S. <sm...@fu...> - 2014-02-07 17:56:46
|
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() |