Re: [Matplotlib-users] Plotting with more than two y-axes (with twinx?)

2013-11-27 Thread Dale Chayes
On Nov 27, 2013, at 18:38 , Joe Kington wrote: > Hi Daniel, > > For what it's worth, the code runs perfectly for me as-is on matplotlib 1.3.1 > with python 2.7 on linux. Same here for what its' worth: OS X 10.9 python2.7 from Fink matplotlib-p

Re: [Matplotlib-users] Plotting with more than two y-axes (with twinx?)

2013-11-27 Thread Joe Kington
Hi Daniel, For what it's worth, the code runs perfectly for me as-is on matplotlib 1.3.1 with python 2.7 on linux. However, based on your description, I'd guess that the second call to `twinx` is returning the same axes object. What happens when you do: print id(axes[1]), id(axes[2]) Are the i

[Matplotlib-users] Plotting with more than two y-axes (with twinx?)

2013-11-27 Thread dodermat
Dear all What I want to accomplish was produced two years ago in a stackoverflow snippet by Joe Kington , and shown in the first figure below. However, when I use his snippet in matplotlib 1.3.x, I get a

[Matplotlib-users] Question about basic_example_writer.py

2013-11-27 Thread Andreas Hilboll
Hi, when running basic_example_writer.py, I get *.mp4 files with a canvas size of 800x600 pixels (at least that's what mplayer tells me). However, I have trouble understanding where this canvas size comes from. The example does not explicitly set the dpi or the figure size, and I don't have a matp

Re: [Matplotlib-users] Navigation Slowness in Matplotlib with Subplots

2013-11-27 Thread Michael Droettboom
The gist here is that `subplot` doesn't really know when the new subplot exactly overlaps another -- it's essentially unaware of what's already there. We could do some deduplication there. However, it's also a completely legitimate use case to create two subplots in the same location, and the