> Robert Kern wrote:
> 
> > fortuneteller wrote:
> >> Hello,
> >>
> >> I'm quite new to python and Scipy.
> >> Anyway I want to use it to plot graphs.
> >> Does anybody know if there is the possibility to use Latex in SciPy's
> >> plotting functions like gplt?
> >
> > I don't believe so. matplotlib, however, does have this functionality in
> > recent releases.

On 7/6/05, Matthias R. <[EMAIL PROTECTED]> wrote:
> Unfortunately matplotlib is only a 2D-plotting library.
> 
> Do you know another one with 3D-capabilities as well?
> That would be very nice,
> 

Perhaps gnuplot.py (http://gnuplot-py.sourceforge.net/) will work for
you? It is a thin wrapper around Gnuplot, which is very good at
producing ps format images, and is capable of producing 3 dimensional
graphs.

Peace
Bill Mill
bill.mill at gmail.com

PS please try to not top-post, you can lose the rest of the thread easily
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to