Re: [Matplotlib-users] Erroneous Horizontal Lines when Using Basemap

2009-03-12 Thread Jeff Whitaker
Hatch, Sara J wrote: > Jeff, > > My plan was to use the orthographic projection to represent the Moon (hence > the 1737.4 km radius) and to plot a spacecraft trajectory around it. If I had > read the rsphere documentation past the first half sentence I would have > noticed that it was in meters

Re: [Matplotlib-users] Erroneous Horizontal Lines when Using Basemap

2009-03-12 Thread Jeff Whitaker
Hatch, Sara J wrote: > > Matplotlib Folks, > > I tried to use the orthographic projection in the basemap toolkit and > I’m finding that the parallel lines are not behaving correctly, i.e., > there are horizontal lines connecting the left and right side of the > map boundary where a curved latitu

Re: [Matplotlib-users] Common ylabel for subplots

2009-03-12 Thread Gökhan SEVER
Voila, This was what I have been looking for exactly. Thanks for the solution. PS: I have edited the related wiki page reflecting this method, as well: http://www.scipy.org/Cookbook/Matplotlib/Multiple_Subplots_with_One_Axis_Label Gökhan On Thu, Mar 12, 2009 at 10:28 AM, Sebastian Krieger wrot

Re: [Matplotlib-users] Common ylabel for subplots

2009-03-12 Thread Sebastian Krieger
I think now I got what you want. Simply put the label on the middle subplot. If it's too big it will span accross the other plots. import pylab figprops = dict(figsize=(8., 8. / 1.618), dpi=128)  # Figure properties adjustprops = dict(left=0.1, bottom=0.1, rig

[Matplotlib-users] using savefig

2009-03-12 Thread Bacon, Sean (GE Healthcare)
I need to save a figure for importing into another application. I wrote a module which creates a plot and then calls savefig to save the figure as a .jpg. This works fine when I run the applicaiton stand alone, but when I try to save a figure from another file (which happens to use wx), it can't

Re: [Matplotlib-users] [PyQt] Pydee v0.3.0

2009-03-12 Thread Ville M. Vainio
On Wed, Mar 11, 2009 at 9:36 PM, Laurent Dufrechou wrote: > Hey pierre, > Wow that's fantastic! Indeed it is, at least judging by screenshots ;-). > > Wow I had seen your pyqtshell I was really impressed by all the surrounding > widgets. > Wow ;) > > Good job! :) Now that you are all excited

Re: [Matplotlib-users] [SciPy-user] Google summer of Code 2009

2009-03-12 Thread Jarrod Millman
On Tue, Mar 10, 2009 at 11:32 AM, Christopher Barker wrote: > hmmm -- I wonder if that is best -- it would put MPL projects in > competition with all other python projects. > > My first thought is that a SciPy application would be best -- with > SciPy, numpy, MPL, Sage, Cython, etc, it's plenty bi