Hi guys,
I am trying to use the Axes grid toolkit to plot a graph with a second y
axes that gives the first y axes in different units (similar to
http://matplotlib.sourceforge.net/examples/axes_grid/parasite_simple2.html?highlight=subplothost).
I am clearly getting something wrong or missing somet
Sorry for another email,
Please all ignore my previous emails, I have figured it out and it was a
stupid error on my part plotting time rather than time[0] etc.
Apologies and best wishes,
Libby
On 4 April 2011 17:50, Elizabeth Harper-Clark wrote:
> Hello,
>
> I've been playing with the scrip
Hello,
I've been playing with the script and I now know a little bit more about
what is wrong. I can get the full graph space to plot by changing:
ax_mass = SubplotHost(fig, 1,1,1, aspect=1.)
to
ax_mass = SubplotHost(fig, 1,1,1)
but then a line is never drawn. I have removed the x and y axis lim
Hi guys,
I am trying to use the Axes grid toolkit to plot a graph with a second y
axes that gives the first y axes in different units (similar to
http://matplotlib.sourceforge.net/examples/axes_grid/parasite_simple2.html?highlight=subplothost).
I am clearly getting something wrong or missing somet