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,
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
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,
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
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
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
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