-
Committed in R8074.
2010-01-04 23:42:49 UTC by heeres
-
The "save file" button in the toolbar is a bit off-center, and therefore not very pretty.
Attached are corrected versions of the png, ppm and xpm images.
I think it would be even nicer if the diskette icon was the same size as the other icons at the toolbar.
It is currently noticeably smaller.
2010-01-01 19:06:06 UTC by salty-horse
-
The coding guide mentions memleak_hawaii.py, but the file is actually memleak_hawaii3.py
Patch attached.
2010-01-01 18:40:50 UTC by salty-horse
-
For bar3d(), overlapping for the bars can be wrong from certain views. Attached is an example of the problem using hist3d_demo.py.
2009-12-31 18:32:15 UTC by nhmc
-
This is a patch to lib/matplotlib/ticker.py that makes some minor changes to the Autoscaling minor ticks I added in a previous patch (https://sourceforge.net/tracker/?func=detail&aid=2789713&group_id=80706&atid=560722)
This stops minor ticks from being drawn where there are also major ticks. It also always draws a minimum of 3 minor ticks between major ticks. Previously there were some cases...
2009-12-31 18:09:02 UTC by nhmc
-
I believe this bug has already been fixed in the SVN trunk -- though it's impossible to say without the code that produces this plot.
As a workaround, you can try setting the rcParam "path.simplify" to False, at the expense of speed.
2009-12-31 17:27:35 UTC by mdboom
-
On a fresh install of Karmic and then running:
sudo apt-get install build-essential
sudo apt-get build_dep python-matplotlib
(to get all of the build dependencies of matplotlib), building matplotlib from SVN trunk works for me. What version of matplotlib are you trying to build? Do you have anything non-standard installed or in your environment?.
2009-12-31 17:03:04 UTC by mdboom
-
mdboom committed revision 8059 to the matplotlib SVN repository, changing 6 files.
2009-12-31 16:45:59 UTC by mdboom
-
Thanks for the report. Fixed in r8057 and r8058.
2009-12-31 15:49:17 UTC by mdboom
-
mdboom committed revision 8058 to the matplotlib SVN repository, changing 17 files.
2009-12-31 15:48:55 UTC by mdboom