From: Mingkui Li <ken...@gm...> - 2012-01-06 16:35:10
|
Hi, Dave, I tried the two lines of code you posted, but when I ran the example I mentioned above I got such error: ImportError: No module named sip Seems I can't import any other libs from matplotlib after "matplotlib.use("Qt4Agg")" I'm kind of a newbie, sorry. Ken On Sat, Jan 7, 2012 at 12:22 AM, David Hoese <dh...@gm...> wrote: > I experienced the same problem on the macosx backend, switched to Qt4Agg > and no problems. > > import matplotlib > matplotlib.use("Qt4Agg") > > -Dave > > On 1/6/12 10:08 AM, md...@st... wrote: > > I suspect this bug is specific to the macosx backend. Can you switch to > > another backend and confirm it doesn't happen there? (I can't reproduce > > it on Linux). > > > > Mike > > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Mingkui Li |