ANN: matplotlib-0.87.1

Bugfix release including imshow problem from 0.87. This

    > is the first release from the new subversion repository.
    > The cvs tree is dead at this point.

Oops, it looks like the PS backend is broken. I just got back from
lunch and ran backend driver and there is a figure centering /
clipping problem in backend_ps. Darren, might this have been
introduced when you made the changes to the figure width / height
handling in the update for portrait mode?

Problem is exposed in svn revision 2129 (latest) with

  > python simple_plot.py -dPS

JDH

Oh brother. I'm looking into it.

···

On Tuesday 07 March 2006 15:21, John Hunter wrote:

    > Bugfix release including imshow problem from 0.87. This
    > is the first release from the new subversion repository.
    > The cvs tree is dead at this point.

Oops, it looks like the PS backend is broken. I just got back from
lunch and ran backend driver and there is a figure centering /
clipping problem in backend_ps. Darren, might this have been
introduced when you made the changes to the figure width / height
handling in the update for portrait mode?

Problem is exposed in svn revision 2129 (latest) with

  > python simple_plot.py -dPS

JDH

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live
webcast and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

--
Darren S. Dale, Ph.D.
Cornell High Energy Synchrotron Source
Cornell University
200L Wilson Lab
Rt. 366 & Pine Tree Road
Ithaca, NY 14853

dd55@...143...
office: (607) 255-9894
fax: (607) 255-9001

When the image wont fit on the default letter page, backend_ps tries to find a
page it will fit on. It turns out that the C0-C6 page sizes were causing
problems, I guess they are not postscript approved. This is fixed in svn.

Darren

···

On Tuesday 07 March 2006 15:21, John Hunter wrote:

    > Bugfix release including imshow problem from 0.87. This
    > is the first release from the new subversion repository.
    > The cvs tree is dead at this point.

Oops, it looks like the PS backend is broken. I just got back from
lunch and ran backend driver and there is a figure centering /
clipping problem in backend_ps. Darren, might this have been
introduced when you made the changes to the figure width / height
handling in the update for portrait mode?

Problem is exposed in svn revision 2129 (latest) with

  > python simple_plot.py -dPS