Re: [matplotlib-devel] muilti figure backend

2013-09-26 Thread Federico Ariza
I did the PR :) https://github.com/matplotlib/matplotlib/pull/2465 I tried my best to follow the coding_guide, one thing that I did not find, were the tests for the interactive backends. Thanks Federico On Wed, Sep 25, 2013 at 3:36 PM, Federico Ariza wrote: > No there is no pull request. > > I

[matplotlib-devel] ploting with two subfigures that share a common axis

2013-09-26 Thread pylepord
Hello, I am trying to plot data of daily snow percip, wind and accumulated snow depth. the first two have their own y-axis, but share the same x-axis AND the same second y-axis as such that the second y-axis is continues in both plots. This could be seen in the attachment. Thanks Eyal

Re: [matplotlib-devel] ploting with two subfigures that share a common axis

2013-09-26 Thread Benjamin Root
Sounds like some sort of modification of this example: http://matplotlib.org/examples/pylab_examples/finance_work2.html Not exactly sure how you can make that work completely, but this should get you in the right direction. Cheers! Ben Root

Re: [matplotlib-devel] ploting with two subfigures that share a common axis

2013-09-26 Thread pylepord
I would like to have the snow accumulation to be plotted as if the area of the two subplots is the area of one plot. As you can see in the figure I posted. Thanks ahead, Eyal On Thu, Sep 26, 2013 at 11:41 AM, Benjamin Root-2 [via matplotlib] < ml-node+s1069221n42110...@n5.nabble.com> wrote: > So