3-dimensional plot in Python?

Lee Harr lee at example.com
Fri Nov 11 17:20:43 EST 2005


On 2005-11-11, questions? <universal_used at hotmail.com> wrote:
> 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.
>


http://matplotlib.sourceforge.net/



More information about the Python-list mailing list