3-dimensional plot in Python?

Robert Kern robert.kern at gmail.com
Tue Nov 15 08:16:20 EST 2005


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




More information about the Python-list mailing list