Re: [Matplotlib-users] question about explicit tick labels

2009-11-30 Thread Matthias Michler
Hi, I reattached your example in a slightly modified way. For me with current svn it does its job. The key points are that I introduced a twin-axes and used subplots_adjust(wspace=0.6) to extend the horizontal space between the subplots. Does this help you? Kind regards Matthias On

[Matplotlib-users] question about explicit tick labels

2009-11-28 Thread Peter Williams
Hi All, I'm trying to create a set of strip charts so that I can see the relationships between a large number of time series. I'd like to label the y-axis with a name on the left side and a value/percentile on the right hand side. I can get the names on the left axis, and it looks very nice