Re: [Matplotlib-users] 2 overlaid plots with grid??

2014-10-21 Thread Adam Hughes
I wrote a program that draws grids manually on mpl plots a while back. If you can't find a solution can you write back here and I'll try to get that dusted off? On Oct 21, 2014 2:39 PM, "Benjamin Root" wrote: > Well, the first part is easy... it is called twinx(). If you look up axis > twinning

Re: [Matplotlib-users] 2 overlaid plots with grid??

2014-10-21 Thread Benjamin Root
Well, the first part is easy... it is called twinx(). If you look up axis twinning in the documentation, you will find a lot of examples of this. As for the grids part... that would be tricky. I would first just see if matplotlib "just does the right thing". Doubtful, but who knows? Then I would l

[Matplotlib-users] 2 overlaid plots with grid??

2014-10-21 Thread Neal Becker
I need to overlay 2 different plots. They will share an x-axis, but will have 2 different y axis with 2 different sets of units. I want one y-axis on left and one on right. But to make it harder, I want a grid. That means, there are either 2 different grids, which is ugly, or one plot has t