From: John H. <jdh...@ac...> - 2005-12-04 23:15:27
|
>>>>> "Christian" == Christian Kristukat <ck...@ho...> writes: Christian> 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 Christian> Thank you, that is what I looked for. However it is Christian> not possible to save ps/eps files with the current cvs Christian> matplotlib. It looks like some indention problems in Christian> backend_ps.py around line 240. Yep, try updating from CVS again. I just fixed this Checking in lib/matplotlib/backends/backend_ps.py; /cvsroot/matplotlib/matplotlib/lib/matplotlib/backends/backend_ps.py,v <-- backend_ps.py new revision: 1.72; previous revision: 1.71 or later. JDH |