[Matplotlib-users] Little issue with blitting technique [Update]

2009-10-08 Thread Laurent Dufrechou
Hello, Continuing on my previous email, I'm using this example: http://matplotlib.sourceforge.net/examples/animation/animation_blit_qt4.html def __init__(self): FigureCanvas.__init__(self, Figure()) self.ax = self.figure.add_subplot(111) self.ax.set_position([0.1

Re: [Matplotlib-users] basemap, transform_scalar question

2009-10-08 Thread Jeff Whitaker
John [H2O] wrote: > Jeff, > > Here's a quick snippet. I've looked at the test.py file provided with the > basemap examples. What I am unclear on are the different ways in which nx > and ny are defined. I would like to have this 'automatically' defined, based > solely on variables from my input obje

Re: [Matplotlib-users] axes grid toolkit

2009-10-08 Thread Jae-Joon Lee
axes_grid is included in matplotlib (at least from version 0.99), i.e., if you have installed 0.99, you already have axes_grid toolkit. Also, in svn, source for axes_grid toolkits can be found under lib/mpl_toolkits. Regards, -JJ On Thu, Oct 8, 2009 at 11:51 AM, william ratcliff wrote: > Hi,

[Matplotlib-users] axes grid toolkit

2009-10-08 Thread william ratcliff
Hi, I think I'm missing something obvious. I'd like to install the axes_grid toolkit to work on some inset graphs. I can't seem to find it on the trunk of svn. Where is it living these days? Is there a version that would be compatible with .99.0? Thanks, William ---

[Matplotlib-users] Little issue with blitting technique

2009-10-08 Thread Laurent Dufrechou
Hello, I've just discovered blitting technique to improve performances. I'm using this example http://matplotlib.sourceforge.net/examples/animation/animation_blit_qt4.html I encounter an issue if instead of using subplot I use add_axes method to hand define where I want my plot. In this c

[Matplotlib-users] Testing email becuase my previuous didn't want to appear...

2009-10-08 Thread Laurent Dufrechou
. Laurent -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market a

Re: [Matplotlib-users] hierarchical coloring of nodes

2009-10-08 Thread Ernest Adrogué
1/10/09 @ 12:21 (-0500), thus spake Srivathsan Srinivas: > Hi, >I am trying to plot a graph and color nodes in a loop. So far, the > for-loop I am using can color them. But, I am able to color them using a > single color. I want to color the nodes differently for each iteration of > the for-lo