Re: [Matplotlib-users] problem with import pylab

2010-01-19 Thread Lou Pecora
in () 2 import Tkinter as Tk 3 4 def blit(photoimage, aggimage, bbox=None, colormode=1): 5 tk = photoimage.tk 6 ImportError: No module named _tkagg Anyone have any ideas or pointers? -- Lou Pecora, my v

[Matplotlib-users] How to fix TKagg interactive plotting in matplotlib?

2010-01-19 Thread Lou Pecora
on Mac OS X? It appears to revolve around getting the importable library _tkagg in place. Maybe other things, too. Thanks for any help or pointers. -- Lou Pecora -- Throughout its 18-year history, RSA Conferen

Re: [Matplotlib-users] Simple 3D support

2008-11-28 Thread Lou Pecora
This looks interesting. What platform are you using? How hard was the installation and what problems, if any, did you run into? And their fixes? Thanks for the info. -- Lou Pecora, my views are my own. --- On Thu, 11/27/08, Nicolas Rougier <[EMAIL PROTECTED]> wrote: > From

[Matplotlib-users]   gnuplot.py use: does no t recognize 'aqua' Term.

2009-03-23 Thread Lou Pecora
^ line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list I installed AquaTerm after getting this message (and doing some googling) and reinstalled gnuplot.py, but I still get the message. Any clues are welcome. Thank

Re: [Matplotlib-users] Upgrading of 3D plotting in matplotlib- recent comments on web site.

2009-06-09 Thread Lou Pecora
--- It is good news that matplotlib 3D functions are being upgraded.  Thank you. But it is unclear from the message whether one still must stay with 0.91 version or the 3D functions in pylab now work with 0.98 and higher.  Can you give us some information on that?  

[Matplotlib-users] Question(s) for new MAC 10.7 User

2012-02-21 Thread Lou Pecora
tall scripts.   I've been using it for 1 1/2 years and have been very happy with it.  It's a tour de force package of packages.  Beats manual installs for my needs any day.   -- Lou Pecora, my views are my own.-

[Matplotlib-users] How to get a Mac OS X version of Tcl/Tk rather than X11 version.

2011-01-24 Thread Lou Pecora
re interested, here's the original message I put up on the SAGE support group and was told it's a problem with the type of Tcl/Tk installed. -- Lou Pecora - I have an installation of SAGE (from source) on my Mac

[Matplotlib-users] Solution: How to get a Mac OS X version of Tcl/Tk rather than X11 version.

2011-01-25 Thread Lou Pecora
- Original Message From: Friedrich Romstedt To: Lou Pecora Cc: matplotlib-users@lists.sourceforge.net Sent: Tue, January 25, 2011 7:40:23 AM Subject: Re: [Matplotlib-users] How to get a Mac OS X version of Tcl/Tk rather than X11 version. 2011/1/24 Lou Pecora : > I have an installat

Re: [Matplotlib-users] pylab crashes python

2007-01-25 Thread Lou Pecora
backend : TKAgg # should work for interactive interactive : True # see http://matplotlib.sourceforge.net/interactive.html -- Lou Pecora My views are my own. 8:00? 8:25? 8:40? Find a

Re: [Matplotlib-users] pylab crashes python

2007-01-25 Thread Lou Pecora
th plot 2" Without the delete you get a crash/hang. -- Lou Pecora My views are my own. We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleas

Re: [Matplotlib-users] matlab, idle, interactivity and teaching

2007-03-30 Thread Lou Pecora
dents in general is > a major objective of mine. > > I use IDLE with numpy, scipy, and matplotlib. > > The IDLE problem is really annoying though. [cut] -- Lou Pecora, my views are my own. --- "I knew I was going to take

Re: [Matplotlib-users] matlab, idle, interactivity and teaching

2007-03-30 Thread Lou Pecora
the name) and Wings, a commercial product that gets a lot of praise. Give them a look. -- Lou Pecora, my views are my own. --- "I knew I was going to take the wrong train, so I left early." --Yogi Berra ___

Re: [Matplotlib-users] matlab, idle, interactivity and teaching

2007-03-30 Thread Lou Pecora
gt; environment first, > letting them learn Python, and *after* showing them > that there is a > pythonic interactive environment. > > m. > -- > Massimo Sandal -- Lou Pecora, my views are my own. --- "I knew I was going to take the wrong train, so I left

Re: [Matplotlib-users] Program hangs when I call pylab.show()

2007-04-09 Thread Lou Pecora
), > it never returns: my program hangs. > > How do I show a 3D plot without hanging my program? > > -- > Grant Edwards grante -- Lou Pecora, my views are my own. --

Re: [Matplotlib-users] Program hangs when I call pylab.show()

2007-04-09 Thread Lou Pecora
Some answers: --- Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2007-04-09, Lou Pecora <[EMAIL PROTECTED]> > wrote: > > > I assume you mean the first example, the wire > frame (see > > below). It works for me. > > I've tried that code as well, a