Re: [Matplotlib-users] Figure zoom crosshair color

2012-11-13 Thread Paul Ivanov
On Tue, Nov 13, 2012 at 8:38 AM, David Brunell wrote: > Hello, I have what I hope is a simple question. When producing a > figure/plot, I have a window which pops up with the figure inside and a few > tool buttons along the bottom, including "Zoom to rectangle." Clicking the > Zoom tool button,

Re: [Matplotlib-users] matplotlib 1.2.0 (OS X 10.6 binary) "requires System Python 2.7"

2012-11-13 Thread Russell E. Owen
In article , Alexey Shamrin wrote: > Thank you for 1.2.0 release! > > Could you please make it clear that matplotlib requires > python.org-Python sourceforge.net-NumPy? Telling about it during > installation would be great. This is described in three places: - The description of the file on

[Matplotlib-users] Basemap - pcolormesh outside of projected area

2012-11-13 Thread Jay L.
All, I am attempting to plot a base map with extents which are outside of the figure using the following code: #Map lon_min = -101.5 lon_max = -94.5 lat_min = -32.5 lat_max = -27.5 m = Basemap(projection='aeqd',llcrnrlat=lat_min,urcrnrlat=lat_max, llcrnrlon=lon_min,urcrnrlon=lon_max,

[Matplotlib-users] Figure zoom crosshair color

2012-11-13 Thread David Brunell
Hello, I have what I hope is a simple question. When producing a figure/plot, I have a window which pops up with the figure inside and a few tool buttons along the bottom, including "Zoom to rectangle." Clicking the Zoom tool button, I'm presented with a black crosshair to select my zoom rectangl

Re: [Matplotlib-users] subplots: common x and y labels

2012-11-13 Thread Benjamin Root
On Tue, Nov 13, 2012 at 6:16 AM, Francesco Montesano < franz.berges...@gmail.com> wrote: > Dear matplolibers, > > when dealing with multi-axes plot sometimes would be nice to use > figure-wide x and y labels. > On the web I've found some suggestion on how to do this, but I found > no solution vali

[Matplotlib-users] subplots: common x and y labels

2012-11-13 Thread Francesco Montesano
Dear matplolibers, when dealing with multi-axes plot sometimes would be nice to use figure-wide x and y labels. On the web I've found some suggestion on how to do this, but I found no solution valid in the general case and that integrate in the matplotlib ecosystem. The ideal would be to have a "s

Re: [Matplotlib-users] Axis ticks 'zorder'

2012-11-13 Thread Michael Woods
I've just run into this problem myself. I think I've tracked down the offending code to lines 1910-1916 of /usr/lib/pymodules/pythn2.7/matplotlib/axes.py this is within the function definition for draw() - if self.axison and not inframe: if self._axisbelow: self.xaxis.set_zorder