From: John H. <jd...@gm...> - 2009-03-31 20:32:38
|
On Tue, Mar 31, 2009 at 2:56 PM, Thomas Robitaille <tho...@gm...> 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 |