Hi,
As I remember from an earlier discussion on this, it's assumed that
> these small deviations are tolerable in the agg renderer. This makes
> the interactive backends more responsive at expenses of accuracy.
>
Do you remember the name of the thread? I would like to understand the
details on th
On 11/6/2011 11:18 AM, krastanov.ste...@gmail.com wrote:
> /usr/lib/pymodules/python2.7/mpl_toolkits/mplot3d/axes3d.pyc in
> set_autoscale_on(self, b)
> 252 """
> 253 Axes.set_autoscale_on(self, b)
> --> 254 self.set_autoscalez_on(self, b)
> 255
> 256 def s
On Sat, Nov 5, 2011 at 3:52 PM, krastanov.ste...@gmail.com <
krastanov.ste...@gmail.com> wrote:
> I suppose it is possible to delete all collections one by one, but that's
> an ugly solution. And as I'm not aware of the behind the scenes work done
> by contour it's a bit dangerous.
>
> Is there a
On Mon, Nov 7, 2011 at 1:40 PM, Yoshi Rokuko wrote:
> > is there a way for using Basemap with AxisGrid?
> >
> > did someone try something like:
> >
> > grid = AxisGrid()
> > for i in range(4):
> > grid[i].scatter(with underlying Basemap)
>
> the common thing is probably something like:
>
> fi
> is there a way for using Basemap with AxisGrid?
>
> did someone try something like:
>
> grid = AxisGrid()
> for i in range(4):
> grid[i].scatter(with underlying Basemap)
the common thing is probably something like:
fig = pl.figure()
for i in range(4):
fig.add_subplot(2,2,i)
bm = B
I also updated my macports last week and now also have a similar error:
/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-
packages/matplotlib/backends/backend_gtk.py:552:
GtkWarning: gtk_widget_unrealize: assertion `GTK_IS_WIDGET (widget)' failed
self.toolbar.destr
Gökhan,
This a great trick! Much simpler than digging around with line
segments and such. My old solution to this problem was so clunky and
slow I'm embarrassed to post it. Thanks so much for sharing this.
-paul
On Sat, Nov 5, 2011 at 9:39 PM, Gökhan Sever wrote:
> Hi,
> I was wondering this abo
Hello All,
I have an issue with the pick event where when the zoom tool is used and
then the pick event is fired, the event.ind returns the number of indexes
which are visible between the zoomed xlim min and max, however the
line.get_xdata() returns all of the xdata values.
The issue is that the i
/usr/lib/pymodules/python2.7/mpl_toolkits/mplot3d/axes3d.pyc in
set_autoscale_on(self, b)
252 """
253 Axes.set_autoscale_on(self, b)
--> 254 self.set_autoscalez_on(self, b)
255
256 def set_autoscalez_on(self, b) :
TypeError: set_autoscalez_on() takes exa
I suppose it is possible to delete all collections one by one, but that's
an ugly solution. And as I'm not aware of the behind the scenes work done
by contour it's a bit dangerous.
Is there a standard way to remove a contour plot?
Regards
Stefan Krastanov
-
is there a way for using Basemap with AxisGrid?
did someone try something like:
grid = AxisGrid()
for i in range(4):
grid[i].scatter(with underlying Basemap)
?
thank you and best regards, yoshi
--
RSA(R) Conference
11 matches
Mail list logo