Re: [Matplotlib-users] Graphing in an existing PyGTK window

2013-08-19 Thread Paul D. DeRocco
ve section: > http://matplotlib.org/examples/user_interfaces/index.html > (I don't use gtk myself, but I believe, it might be directly usable in > your code.) That's just the ticket. Thanks. -- Ciao, Paul D. DeRocco Paul

Re: [Matplotlib-users] Graphing in an existing PyGTK window

2013-08-19 Thread Paul D. DeRocco
ay a plot in a pane in that window, not in a separate window. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- Get 100% visibility into Java/.NET code with AppDynamics Lite

[Matplotlib-users] Graphing in an existing PyGTK window

2013-08-19 Thread Paul D. DeRocco
eated with PyGTK, without any of the controls. Is there a page that shows how this can be done? Is it even possible? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com

[Matplotlib-users] Running matplotlib within a Cocoa application

2013-02-01 Thread Matthew D Blackledge
Dear all Has anyone attempted to use matplotlib within a mac (cocoa) application before (e.g. using PyRun_SimpleFile or PyRun_SimpleString)? I can successfully get get a plot to appear in a new window but when closing this window the entire application quits without any error. Looking at the s

Re: [Matplotlib-users] Interactive with standard python TkAgg...

2011-08-11 Thread Ivan D Vasin
On Thursday, August 11, 2011 14:20:22 you wrote: > but i instead use the following procedure to set up all of PyLab on Ubuntu > 11.04: > > $ sudo add-apt-repository ppa:chris-lea/zeromq > $ sudo add-apt-repository ppa:pyside > $ sudo apt-get update > $ sudo apt-get build-dep python-numpy python-

Re: [Matplotlib-users] Interactive with standard python TkAgg...

2011-08-11 Thread Ivan D Vasin
On Thursday, August 11, 2011 11:29:57 Benjamin Root wrote: > > I'm running on ubuntu 10.04 32bit, with distro package 0.99 for > > matplotlib. I haven't been able to find anything that helps online > > either. > > > I don't remember who was hosting it, but I recall someone had a matplotlib > v1.0.

[Matplotlib-users] installation issues

2011-08-02 Thread Ivan D Vasin
i came across some issues while attempting to install matplotlib today: first issue: no bug tracker matplotlib's website has a link to a bug tracker that is no longer available. i'm guessing this mailing list is the new bug tracker, which seems to me like a downgrade. second i

[Matplotlib-users] 1.0.1 installation problem

2011-02-20 Thread Richard D. Moores
Windows Vista Python 2.6 I downloaded matplotlib-1.0.1.win-amd64-py2.6.exe from http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/, but I get "Python version 2.6 required, which was not found in the registry". I do have Python 2.6, but its folder is C:\Python26. What to

Re: [Matplotlib-users] import pylab crashes python

2010-11-19 Thread D
Hi Stan, Seems numpy was the culprit. I upgraded to numpy-1.5.1 and now it works. Python and runtime updates were not sufficient. Thanks Daniel -- Beautiful is writing same markup. Internet Explorer 9 supports standards

[Matplotlib-users] import pylab crashes python

2010-11-12 Thread D
Hello, I am running Python 2.5.2 on win xp sp3 on an Intel Core2 Duo. After installation of matplotlib-1.0.0.win32-py2.5.exe I get a Windows crash on importing pylab. import pylab -> An unhandled win32 exception occured in python.exe [5048] import matplotlib works I did not add anything to the ma

Re: [Matplotlib-users] How to find the version of matplotlib I have?

2010-10-28 Thread Richard D. Moores
Thanks to you both. Dick Moores -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M

[Matplotlib-users] How to find the version of matplotlib I have?

2010-10-28 Thread Richard D. Moores
I have Python 2.6.4 on my 64-bit Vista computer, with matplotlib installed. How can I find what version of matplotlib it is? Thanks, Dick Moores -- Nokia and AT&T present the 2010 Calling All Innovators-North America con

Re: [Matplotlib-users] 101 Point Segmentation Fault

2010-02-22 Thread Joseph D Cali
ype "run -c 'import pylab; > pylab.clf(); pylab.plot(pylab.sin(range(101))); pylab.xlabel("Test X"); > pylab.ylabel("Test Y"); pylab.show()'". After it segfaults, type "bt" > to get a backtrace, and copy-and-paste it to this list. >

[Matplotlib-users] 101 Point Segmentation Fault

2010-02-11 Thread Joseph D Cali
I am encountering the following error: python -c 'import pylab; pylab.clf(); pylab.plot(pylab.sin(range(101))); pylab.xlabel("Test X"); pylab.ylabel("Test Y"); pylab.show()' /local_home/calijos/usr/lib/python2.6/site-packages/matplotlib/backends/backend_gtk.py:621: DeprecationWarning: Use the ne

[Matplotlib-users] Closing matplotlib window in osx

2009-03-09 Thread Craig D Stewart
HI, im running the latest version of matplotlib on osX. I write my script and execute it in iterm with python script.py and it works great. However matplotlib window doesn't close on a keyboard interrupt, only closing once the matplotlib window is selected again. A minor inconvenience, but one

[Matplotlib-users] Grid Shifting in PS backend

2007-10-25 Thread David D Clark
installed with yum. I also see this behavior if I run my script from the command line and from ipython 0.8.1. When I save using PNG, the peak is in the correct place. My Mac also saves both EPS and PNG correctly. Any thoughts? Dave - -- David D. Clark Electrical Engineer P-23, Neutron Science

[Matplotlib-users] Automatic Marker Generation

2007-10-04 Thread David D Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Folks, I have an array A=f(x) with a family of curves. Is there an easy way to get a different marker for each line of plot(x,A). This is what I currently have: mrkrs=array(['o','^','v','<','>&

Re: [Matplotlib-users] Plot array of arrays

2007-10-02 Thread David D Clark
Isaac wrote: > On Mon, 01 Oct 2007, David D Clark apparently wrote: >> y=[array([]),array([]),array([])...] >> and x=array([x0,x1,x2,...]) > >> I want to plot the family of curves y=f(x). >> plot(x,y[n]) where n is the nth array in y plots the correct curve, >

[Matplotlib-users] Plot array of arrays

2007-10-01 Thread David D Clark
nth array in y plots the correct curve, however plot(x,y) and plot(x,y[:]) complain about mismatched array dimensions. Any suggestions? Thanks, Dave - -- David D. Clark Electrical Engineer P-23, Neutron Science and Technology e-mail mailto:[EMAIL PROTECTED] GPG Public key 0x018D6523 available at

Re: [Matplotlib-users] LateX and str()

2007-08-14 Thread David D Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Using vlostring="$v_{lo}$=%5.2f" % (vlo) doesn't work either. Dave David D Clark wrote: > Hello, > > I am trying to create some text on a plot with the following commands: > > vlostring="$v_{lo}$="+str(vl

[Matplotlib-users] LateX and str()

2007-08-14 Thread David D Clark
6 instead of nicely formatted LaTeX like text when I do text(vlo,vlotime,"$v_{lo}=$") without trying to add the str(...), it renders the expression correctly. Any suggestions? Dave - -- David D. Clark Electrical Engineer P-23, Neutron Science and Technology e-mail mailto:[EMAIL PROTEC

Re: [Matplotlib-users] multiple line title

2007-06-27 Thread David D Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Fred, That did the trick. I thought I had tried that and it failed. I must have made a typo. Thanks, Dave fred wrote: > David D Clark a écrit : >> Is there a way to make a multiple line title? I have looked through the >> do

[Matplotlib-users] multiple line title

2007-06-27 Thread David D Clark
- -- David D. Clark Electrical Engineer P-23, Neutron Science and Technology e-mail mailto:[EMAIL PROTECTED] GPG Public key 0x018D6523 available at http://www.us.pgp.net http://www.gnupg.org has information about public key cryptography -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux

[Matplotlib-users] One title over two subplots

2007-05-02 Thread David D Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have a figure with four subplots (2x2). I would like to put a title centered over the top row. How do I do this? Thanks, Dave -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.

Re: [Matplotlib-users] Toggle plot trace

2007-02-15 Thread David D Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Hunter wrote: | On 2/15/07, David D Clark <[EMAIL PROTECTED]> wrote: | |> Thanks for the reply. I thought it might have to do with that. I am a |> new python/matplotlib user. In my inexperience, I'm not sure what I |> s

Re: [Matplotlib-users] Toggle plot trace

2007-02-15 Thread David D Clark
ou | can turn anything off/on with | | o.set_visible(True|False) | | JDH John, Thanks for the reply. I thought it might have to do with that. I am a new python/matplotlib user. In my inexperience, I'm not sure what I should use for "o" in o.set_visible Thanks, Dave - -- David D

[Matplotlib-users] test message

2007-02-14 Thread David D Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -- David D. Clark Electrical Engineer P-23, Neutron Science and Technology e-mail mailto:[EMAIL PROTECTED] GPG Public key 0x018D6523 available at http://www.us.pgp.net http://www.gnupg.org has information about public key cryptography -BEGIN