3-dimensional plot in Python?
Robert Kern
robert.kern at gmail.com
Tue Nov 15 08:16:20 EST 2005
More information about the Python-list mailing list
Tue Nov 15 08:16:20 EST 2005
- Previous message (by thread): Python for Gaim
- Next message (by thread): 3-dimensional plot in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Frithiof Andreas Jensen wrote: > "questions?" <universal_used at hotmail.com> wrote in message > news:1131736814.721116.16890 at g14g2000cwa.googlegroups.com... > >>I want to make a 3d plot. x is a vector(discrete), y is also a >>vector(discrete), for each pairwise x,y I have a value z(x,y)(it is not >>a function, just discrete values for each pair of x,y) >> >>I want to show them on a two dimensional plot by showing z(x,y) with >>colors. >> >>Thanks for any hint > > SciPy is your friend: Provides interfaces to several plot engines, including > gnuplot. Those interfaces are long since deprecated. Please use matplotlib instead. http://matplotlib.sf.net -- Robert Kern rkern at ucsd.edu "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter
- Previous message (by thread): Python for Gaim
- Next message (by thread): 3-dimensional plot in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list