3-dimensional plot in Python?

Frithiof Andreas Jensen frithiof.jensen at die_spammer_die.ericsson.com
Tue Nov 15 07:12:32 EST 2005


"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.





More information about the Python-list mailing list