Re: [Matplotlib-users] Text outside the graphs "box"

2011-05-16 Thread Goyo
2011/5/15 Johannes Radinger : > How is the space between the axis and the outer margins of a figure defined? > How much space is between the upper most plot and the upper end of the figure? > This is the space e.g for the titles etc. but can this be space be increased? Use subplots_adjust. Goyo

Re: [Matplotlib-users] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Michael Droettboom
Below is the new function that was recently added to the development version (that Benjamin was referring to). It should work to include it in your own code and should work for the past few releases of ma

Re: [Matplotlib-users] [AstroPy] import problem (matplotlib ? numpy ?) on Mac Intel, python 2.6

2011-05-16 Thread Thomas Boch
Hi Jean-Baptiste, I don't think numpy is currently supported by Jython. I do not know exactly what is your use of starjava, but you might want to have a look at AtPy (http://atpy.github.com/) which does a pretty good job at manipulating (astronomical) tables. Cheers, Thomas Boch On 16/05/1

Re: [Matplotlib-users] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Robert Kern
On Mon, May 16, 2011 at 09:23, Johannes Radinger wrote: > > Original-Nachricht >> Datum: Mon, 16 May 2011 08:28:49 -0500 >> Von: Robert Kern >> An: SciPy Users List >> CC: matplotlib-users@lists.sourceforge.net >> Betreff: Re: [Matplotlib-users] [SciPy-User] use matplotlib to p

Re: [Matplotlib-users] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Benjamin Root
On Mon, May 16, 2011 at 11:22 AM, Johannes Radinger wrote: > > Original-Nachricht > > Datum: Mon, 16 May 2011 10:59:34 -0500 > > Von: Benjamin Root > > An: Johannes Radinger > > CC: matplotlib-users@lists.sourceforge.net > > Betreff: Re: [Matplotlib-users] use matplotlib to pro

Re: [Matplotlib-users] [AstroPy] import problem (matplotlib ? numpy ?) on Mac Intel, python 2.6

2011-05-16 Thread Jean-Baptiste Marquette
Hi Thomas, AtPy looks great. My only concern with starjava was to use stilts functionalities for managing ascii tables and coordinates transformations from degrees to sexagesimal and reverse. But I guess that AtPy deals with headers having a leading "#" and names of columns, like # id

Re: [Matplotlib-users] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Johannes Radinger
Original-Nachricht > Datum: Mon, 16 May 2011 10:59:34 -0500 > Von: Benjamin Root > An: Johannes Radinger > CC: matplotlib-users@lists.sourceforge.net > Betreff: Re: [Matplotlib-users] use matplotlib to produce mathathematical > expression only > On Mon, May 16, 2011 at 10:21

Re: [Matplotlib-users] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Benjamin Root
On Mon, May 16, 2011 at 10:21 AM, Johannes Radinger wrote: > > Original-Nachricht > > Datum: Mon, 16 May 2011 09:49:24 -0500 > > Von: Benjamin Root > > An: "matplotlib-users@lists.sourceforge.net" < > matplotlib-users@lists.sourceforge.net> > > Betreff: Re: [Matplotlib-users] [S

Re: [Matplotlib-users] [AstroPy] import problem (matplotlib ? numpy ?) on Mac Intel, python 2.6

2011-05-16 Thread Perry Greenfield
matplotlib or numpy aren't going to work with jython. On May 16, 2011, at 11:02 AM, Jean-Baptiste Marquette wrote: > Dear matplotlib/numpy gurus, > > This is my first attempt to use matplotlib & numpy, with the > following small piece of code: > > #!/usr/bin/env jython jython because of

Re: [Matplotlib-users] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Johannes Radinger
Original-Nachricht > Datum: Mon, 16 May 2011 09:49:24 -0500 > Von: Benjamin Root > An: "matplotlib-users@lists.sourceforge.net" > > Betreff: Re: [Matplotlib-users] [SciPy-User] use matplotlib to produce > mathathematical expression only > On Monday, May 16, 2011, Joha

[Matplotlib-users] import problem (matplotlib ? numpy ?) on Mac Intel, python 2.6

2011-05-16 Thread Jean-Baptiste Marquette
Dear matplotlib/numpy gurus, This is my first attempt to use matplotlib & numpy, with the following small piece of code: #!/usr/bin/env jython jython because of the import of stilts from starjava # Fabrique les figures des champs du papier Catalogue __author__="marquett" __date__

Re: [Matplotlib-users] [SciPy-User] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Benjamin Root
On Monday, May 16, 2011, Johannes Radinger wrote: > > Original-Nachricht >> Datum: Mon, 16 May 2011 08:28:49 -0500 >> Von: Robert Kern >> An: SciPy Users List >> CC: matplotlib-users@lists.sourceforge.net >> Betreff: Re: [Matplotlib-users] [SciPy-User] use matplotlib to produce

Re: [Matplotlib-users] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Johannes Radinger
Original-Nachricht > Datum: Mon, 16 May 2011 08:28:49 -0500 > Von: Robert Kern > An: SciPy Users List > CC: matplotlib-users@lists.sourceforge.net > Betreff: Re: [Matplotlib-users] [SciPy-User] use matplotlib to produce > mathathematical expression only > On Mon, May 1

Re: [Matplotlib-users] [SciPy-User] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Robert Kern
On Mon, May 16, 2011 at 08:21, Johannes Radinger wrote: > Hello, > > I want to produce a eps file of following mathematical expression: > r'$F(x)=p*\frac{1}{s1\sqrt{2\pi}}*e^{-\frac{1}{2}*(\frac{x-m}{s1})}+(1-p)*\frac{1}{s1\sqrt{2\pi}}*e^{-\frac{1}{2}*(\frac{x-m}{s1})}$' > > is it possible to some

[Matplotlib-users] use matplotlib to produce mathathematical expression only

2011-05-16 Thread Johannes Radinger
Hello, I want to produce a eps file of following mathematical expression: r'$F(x)=p*\frac{1}{s1\sqrt{2\pi}}*e^{-\frac{1}{2}*(\frac{x-m}{s1})}+(1-p)*\frac{1}{s1\sqrt{2\pi}}*e^{-\frac{1}{2}*(\frac{x-m}{s1})}$' is it possible to somehow missuse matplotlib for that to produce only the function witho