Re: [Matplotlib-users] Plotting 2D Structured CFD Grids and contour plots

2013年3月31日 13:20:09 -0700

On 29 March 2013 20:15, Jeff Layton <layto...@att.net> wrote:
> Good afternoon,
>
> I'd like to be able to plot some 2D Structured CFD meshes
> and contour plots (pressure, etc) using Matplotlib. I've
> googled a little but does anyone have any pointers or
> links to help get me started?
>
> Thanks!
>
> Jeff
>
The functions you want are 'contour' for contour line plots, and 'contourf'
for filled contour plots. Start with
http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.contour, which
describes the contour function and includes example plots with source code.
Ian
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
5ドルK grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to