Michael Droettboom writes:
>
> On 08/26/2012 05:33 AM, Anton Akhmerov wrote:
> > Michael Droettboom writes:
> >
> >>
> >>
> >> Working with the documentation this past week has me a little
> >> frustrated with the state of it. Enough to write a MEP.
> > https://github.com/matpl
> Michael,
>
> Thank you, this sounds good. Although we can deal with it as a patch if
> necessary, it would be greatly preferable to see it as a github PR:
> http://matplotlib.sourceforge.net/devel/gitwash/git_development.html#git-development
>
> Are you willing to give that a try?
>
> Eric
Yes
>>> right angles are no longer right angles: noob error. Apologies.
Forgiven; on the basis that you provided such an entertainingly colourful
initial report! :-)
--
Live Security Virtual Conference
Exclusive live event wil
On Mon, Aug 27, 2012 at 01:26:49PM -0400, Michael Droettboom wrote:
> I'm not sure this is a bug. The transformation is being applied in data
> space, and then the mapping to physical space is not square in the x and
> y dimensions.
>
> I think calling set_aspect('equal') on the axes should fix
I'm not sure this is a bug. The transformation is being applied in data
space, and then the mapping to physical space is not square in the x and
y dimensions.
I think calling set_aspect('equal') on the axes should fix this -- if it
doesn't, that's indeed a bug.
Mike
On 08/27/2012 01:05 PM, D
My cherubs,
With my new found free time, I may have discovered a sneaky bug to which
you are not aware. Unless, of course, my example code is incorrect.
I do normal setup:
from matplotlib.backends.backend_pdf import FigureCanvasPdf as FigureCanvas
from matplotlib.figure import Figure
from matplo