It isn't any one script, if you did

import numpy as np
import matplotlib.pyplot as plt
x = np.arange(10)
for i in xrange(10):
    plt.plot(x)
    plt.savefig('x.png')

it pops up the plot window even though I didn't ask it to. I don't get this
functionality on a non mac system. So I wonder if it relates to the choice
of backend

thanks



John Hunter-4 wrote:
> 
> 
> On Nov 11, 2010, at 4:15 AM, mdekauwe <mdeka...@gmail.com> wrote:
> 
>> 
>> Hi,
>> I have my backend set up in my .matplotlib/matplotlibrc file as:
>> 
>> backend      : MacOSX
>> 
>> However if I run a script which does multiple plots and I don't ask the
>> script to display the plots (i.e. not imshow()), I still get blank
>> windows
>> popping up. Does anyone else have this problem? Any solutions?
>> 
> 
> Please post the script that is giving you problems
> 
> 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
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Mac-OSX-backend-tp30188676p30189599.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


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