[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

[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] 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 ben.r...@ou.edu An: matplotlib-users@lists.sourceforge.net matplotlib-users@lists.sourceforge.net Betreff: Re: [Matplotlib-users] [SciPy-User] use matplotlib to produce mathathematical

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 the

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 ben.r...@ou.edu An: Johannes Radinger jradin...@gmx.at CC: matplotlib-users@lists.sourceforge.net Betreff: Re: [Matplotlib-users] use matplotlib to produce mathathematical expression only On

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 jradin...@gmx.at wrote: Original-Nachricht Datum: Mon, 16 May 2011 08:28:49 -0500 Von: Robert Kern robert.k...@gmail.com An: SciPy Users List scipy-u...@scipy.org CC: matplotlib-users@lists.sourceforge.net Betreff: Re:

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

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

2011-05-16 Thread Michael Droettboom
https://github.com/matplotlib/matplotlib/commit/44d3cf8cb883a85c325459165b6ed120219c7451Below 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

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

2011-05-16 Thread Goyo
2011/5/15 Johannes Radinger jradin...@gmx.at: 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