On Tue, Mar 31, 2009 at 2:56 PM, Thomas Robitaille <[email protected]> wrote: > Hello, > > I am using matplotlib to create postscript and SVG files. I am > currently using imshow to show the contents of an array, but this > means that when saving vector graphics files, matplotlib resamples the > image/array onto a finer grid. What I would like, is for code such as > this:
I believe pcolor will be closer to what you are looking for.7 JDH ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
