Frithiof Andreas Jensen wrote:
> "questions?" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> 
>>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
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to