Re: [Matplotlib-users] Change color for fill_between to contour plot

2011-07-11 Thread Nader A
Thanks Ian... The tricontourf worked perfectly. I was able to manipulate it further for my needs, but your sample code saved me... Best regards, Nader Abedrabbo Try tricontourf; I've attached an example. Most of the example code is manipulating your input data and calculating the connect

[Matplotlib-users] Change color for fill_between to contour plot

2011-07-08 Thread Nader A
Greetings, I am new to matplotlib. I have to plot a cross section of a cylinder and I want apply the stress in the section to be a contour plot. Similar to what you get from a Finite Element Analysis data. I have the data organized such that I can use fill_between to create the basic plot and