[matplotlib-devel] backporting the boxplot fix

2015-04-21 Thread Michael Kaufman
Is there any possibility of back-porting the fix to the boxplot positions to v1.4.x? This would be ticket #3563. I had thought that this was fixed in 1.4, but it seems to be there again. v1.5-devel (where the boxplot works fine) is not-very-usable for me due to the GTK idle bug. Thanks, M ---

[matplotlib-devel] Full CPU with GTKAgg when displaying a figure.

2015-04-07 Thread Michael Kaufman
Hi All, I don't have time at the moment to submit a ticket, but I thought I'd see if anyone else is having this problem: With latest master on 1.5-devel using GTKAgg backend, (and in ipython 3.0.0-dev, python 2.7.8, MacOSX 10.9.5) if I do figure() and nothing else, and then run 'top', I see Py

[matplotlib-devel] bug in boxplot() xticklabels

2014-09-24 Thread Michael Kaufman
Hi all, There's a bug with the xticklabels using boxplot: a = [[1,2,3,4],[1,2,3,4],[1,2,3,4]] clf() boxplot(a, False, 'k', positions=[1000,1500,2000], widths=50) xlim(750,2250) draw() With master branch, I see the xticklabels show as "1", "2", "3" with 1.3.x I see "1000", "1500", "2000" as expec

[matplotlib-devel] LookupError: unknown encoding: error on build

2013-11-19 Thread Michael Kaufman
Hi all, I'm building matplotlib from source (commit 0e7daad6a28160f8a6c5abb, though v1.3.x also dies this way...) on Mavericks with dependencies installed with macports. I'm getting this error in the setup: Edit setup.

[matplotlib-devel] warnings, bugs with GTK backends

2013-10-01 Thread Michael Kaufman
Hello all, I just upgraded my matplotlib and gtk distributions because I thought I'd try the GTK3Agg backend (I had been using the GTKAgg backend). I'm using macports for the supporting libraries with git repositories for ipython and matplotlib (today's master [0b8481977016e8f], but I seem to