2010/10/29 chewbaccabacca <jsschr...@gmail.com>:
> I have three seperate pcolor() plots that I want to merge into one single
> plot (see attached file). Each plot uses a binary color scheme (white and
> blue, white and red, and white and green). [...]
>
> http://old.nabble.com/file/p30087644/contour_phase_boundary.png

You might want to use imshow(),
http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.imshow.

Just plot a RGB image.  Admittedly you will have to think about how to
manage it to get white instead of black background.  Seems this
questions is a problem of how to define the plot task.

Friedrich

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to