On Nov 12, 2009, at 8:16 AM, Michael Droettboom wrote:
> Thanks for looking into this further. Can you file a bug with this
> script that appears differently in the PDF/PS/SVG/Agg backends vs.
> Mac OS X?
Bug filed. Thanks for your response.
-Tony
>
> Cheers,
> Mike
>
> Tony S Yu wrote:
>
Thanks for looking into this further. Can you file a bug with this
script that appears differently in the PDF/PS/SVG/Agg backends vs. Mac OS X?
Cheers,
Mike
Tony S Yu wrote:
>
> On Nov 11, 2009, at 1:33 PM, Michael Droettboom wrote:
>
>> Which older revision (or release) worked as you expected?
On Nov 11, 2009, at 1:33 PM, Michael Droettboom wrote:
> Which older revision (or release) worked as you expected?
After some digging, I think this issue is caused by an error in the
macosx backend (everything works fine with tkagg, qt4agg, and agg).
Oddly enough, calling savefig(), instead
Which older revision (or release) worked as you expected?
Mike
Tony S Yu wrote:
> Hi,
>
> Awhile back, Jae-Joon helped me transform collection sizes from points
> to data values by overriding the `get_transform` method of a
> RegularPolyCollection (see example code below).
>
> When I tried th
Hi,
Awhile back, Jae-Joon helped me transform collection sizes from points
to data values by overriding the `get_transform` method of a
RegularPolyCollection (see example code below).
When I tried the code today, the collection didn't appear on the plot.
Removing the get_transform method be