Re: [Matplotlib-users] save figure object

2010-11-04 Thread Anita Graser
Hi, Thanks for your answer! I really appreciate it. Are there any examples of ProjectFigure classes out there from which I could learn how to implement such a functionality? Best wishes, Anita Original-Nachricht Datum: Wed, 3 Nov 2010 17:04:54 -0700 Von: Chloe Lewis

[Matplotlib-users] Installing matplotlib on Tiger

2010-11-04 Thread pablomos
I attempted to install Pylab on my own computer and so far have had no success. I followed these steps: 1) downloaded Python 2.6 for OS 10.4 2) downloaded the corresponding numpy and installed it (successfully) 3) downloaded the corresponding matplotlib

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread Michael Droettboom
On 11/04/2010 01:46 AM, Elizabeth Yip Dembart wrote: Hi I was going through the sampledoc tutorial in http://matplotlib.sourceforge.net/sampledoc/. When I came to Sphinx extensions for embedded plots ... , sphinx-build crashes when matplotlib.sphinx.mathmpl ... were added to the

Re: [Matplotlib-users] Setting tick labels for matshow

2010-11-04 Thread Nikolaus Rath
Stan West stan.west-qqjzlxdiqip5oiiguju...@public.gmane.org writes: From: Nikolaus Rath [mailto:nikolaus-bth8mxji...@public.gmane.org] Sent: Tuesday, November 02, 2010 21:38 In [16]: matplotlib.__version__ Out[16]: '1.0.0' I attached the result of fig.savefig(). Let's see if it makes

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread Elizabeth Yip Dembart
Thank you for the prompt response. I cannot run matplotlib directly. It crashes as I tried to import matplotlib.pyplot: sphinx/sampledoc python Python 2.6 (r26:66714, Dec 3 2008, 10:55:18) [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 Type help, copyright, credits or license for more

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread John Hunter
On Thu, Nov 4, 2010 at 11:43 AM, Elizabeth Yip Dembart elyip.demb...@gmail.com wrote: Thank you for the prompt response. I cannot run matplotlib directly.  It crashes as I tried to import matplotlib.pyplot: sphinx/sampledoc python Python 2.6 (r26:66714, Dec  3 2008, 10:55:18) [GCC 4.3.2

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread Elizabeth Yip Dembart
Thanks !! Here is the output from the python section you suggested: /sampledoc python Python 2.6 (r26:66714, Dec 3 2008, 10:55:18) [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 Type help, copyright, credits or license for more information. import numpy as np print np.__file__

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread John Hunter
On Thu, Nov 4, 2010 at 12:06 PM, Elizabeth Yip Dembart elyip.demb...@gmail.com wrote: Thanks !! Here is the output from the python section you suggested: /sampledoc python Python 2.6 (r26:66714, Dec  3 2008, 10:55:18) [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 Type help,

Re: [Matplotlib-users] How should I plot clustered data?

2010-11-04 Thread Justin McCann
On Wed, Nov 3, 2010 at 1:18 AM, David Frey dpf...@shaw.ca wrote: ... My data in the y-axis (address space usage) is fairly uniform (0-2000 MB values), but my data in the x-axis (the time at which the the trace statements were executed) is highly clustered.  For example, I have approximately

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread Elizabeth Yip Dembart
Thanks ! matplotlib (import pylab) works in the sage notebook ( http://www.sagemath.org/ )on my machine. The sage installation compiles everything from source!! We are actually thinking of abandoning SUSE (after 5 years) and switch to ubuntu ! Thanks again! Elizabeth On Thu, Nov 4, 2010 at

[Matplotlib-users] recipes in the docs

2010-11-04 Thread John Hunter
I added a new section of the docs users/recipes.rst. This is meant to be a cookbook style place to place short tutorials, annotated examples, idioms and snippets. http://matplotlib.sourceforge.net/users/recipes.html I've added a few things already and would love to see contributions from

Re: [Matplotlib-users] recipes in the docs

2010-11-04 Thread Christopher Barker
On 11/4/10 2:29 PM, John Hunter wrote: I added a new section of the docs users/recipes.rst. This is meant to be a cookbook style place to place short tutorials, annotated examples, idioms and snippets. http://matplotlib.sourceforge.net/users/recipes.html Nice! Once you get past twenty