>>>>> "JIM" == JIM MacDonald <[EMAIL PROTECTED]> writes:

    JIM> My second problem involved the resolutions of the image.  I'd
    JIM> like to preserve the resolution of my image in the PS output,
    JIM> but I can't figure out how to stop the image being resized
    JIM> and interpolated.  Obviously you need to do this for the


There are two kinds of images in matplotlib -- AxesImage and
FigureImage.  By definition, the AxesImage is interpolated to fit into
the Axes box.  You can control the aspect ratio of the interpolation,
but it will be interpolated.  FigureImage, on the other hand, performs
a pixel dump to the postscript canvas at the location you tell it to
-- see examples/figimage_demo.py.  It should like you are more
interested in the latter.

If the figure image doesn't work for you, describe your use-case in
some detail and why neither work and we'll see if we can accommodate
it.

JDH

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to