How to make overlaid contour plots with python?

137 Views Asked by At

Using Python, how to create two(or more) color contour plots, each with their own color map, but overlaid into a single image with the same x and y axes?

1

There are 1 best solutions below

0
On

You can save each layer into a PNG file with a transparent background and overlay them in Photoshop, Gimp or ImageMagick.