From: Christian K. <ck...@ho...> - 2005-12-04 16:09:13
|
John Hunter wrote: >>>>>>"Christian" == Christian Kristukat <ck...@ho...> writes: > > > Christian> Hi, interpolation seems not to be supported for pcolor > Christian> plots. Is that true? I want to plot nonaequidistant > Christian> gridded data, so imshow is not the right choice. Using > Christian> contourf with a large number of contour levels works > Christian> fine but the eps output is huge. I'd prefer to have the > Christian> image embedded as bitmap in an eps, that's why I'd like > Christian> to use pcolor. Regards, Christian > > > Nicholas Young contributed a patch which supports a NonUniformImage > > Make sure you have the most recent CVS, eg Thank you, that is what I looked for. However it is not possible to save ps/eps files with the current cvs matplotlib. It looks like some indention problems in backend_ps.py around line 240. Regards, Christian |