There is a nice gnuplot python interface out there.  Google for gnuplot.py

On 6/22/07, Stephan Bourduas <[EMAIL PROTECTED]> wrote:
> On June 20, 2007, Eric Firing wrote:
> > Unfortunately, the 3D plotting capability is incomplete and mostly
> > unmaintained.
>
> >
> > Orest Kozyar wrote:
> > > One thing I would really love to be able to do is generate a surface
> > > map that is color-coded.  Right now I can generate a single-color
> > > surface map, but a color-coded surface map would be much easier to
> > > interpret.
>
> I needed to make a surface plot last week and I ended up using gnuplot
> (http://www.gnuplot.info/) instead of matplotlib. As stated above, the 3D
> plotting capabilities of matplotlib are somewhat limited, so you may need to
> use an alternative package.  gnuplot generates plots which are quite similar
> to Matlab, check out the 'pm3d' plot style:
>
> http://gnuplot.sourceforge.net/demo_4.2/pm3d.html
>
> You can also control the color map:
> http://gnuplot.sourceforge.net/demo_4.2/pm3dcolors.html
>
> Stephan
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to