Hi, I have the exterior shape of a nozzle given by S(x). Now what I want to do is first reflect it with respect to the y=0 axis (easily achieved by -S(x) right?) and then map each x node's value of an array (say density) to a color that would fill the vertical space between S(x) and -S(x). In other words I need something like the matplotlib.pyplot.fill_between method using x, S(x) and -S(x) but where the fill color would be relative to a third array (say density again) at each point x. Thanks! -- Hugo Gagnon -- Hugo Gagnon
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users