On Thu, Nov 11, 2010 at 7:32 PM, Michiel de Hoon <mjldeh...@yahoo.com> wrote:
> For this example, I am finding the exact same behavior with the Mac OS X 
> backend as with the gtkcairo and gtkagg backends (on Mac OS X and Cygwin). If 
> this is a bug, then which backend can we use as an example of the correct 
> behavior for this code?

On a quick test, the following script

  import matplotlib.pyplot as plt
  for i in range(4):
      fig = plt.figure()


(no show) run with -dTkAGG and -dGTKAgg, does not raise a figure
window in svn HEAD.  I thought the OP was complaining that the figure
was being raised w/o a call to show in macosx (don't have ready access
to test on an osx box right now)

JDH

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to