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
---
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
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
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.
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