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 twen

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

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 10

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 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 150 > data po

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 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", "copyright", "credi

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

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 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 [gcc-4_3-branch rev

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

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

2010-11-04 Thread Nikolaus Rath
"Stan West" 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 >> it through >> the list. > > The b

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

2010-11-04 Thread Stan West
> From: Nikolaus Rath [mailto:nikol...@rath.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 > it through > the list. The bug in question was fixed at revision 8652, after 1.0.

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

[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 (matplotlib-1.0.0-python.org-py2.6-macosx10.

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