You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(12) |
Sep
(12) |
Oct
(56) |
Nov
(65) |
Dec
(37) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(59) |
Feb
(78) |
Mar
(153) |
Apr
(205) |
May
(184) |
Jun
(123) |
Jul
(171) |
Aug
(156) |
Sep
(190) |
Oct
(120) |
Nov
(154) |
Dec
(223) |
| 2005 |
Jan
(184) |
Feb
(267) |
Mar
(214) |
Apr
(286) |
May
(320) |
Jun
(299) |
Jul
(348) |
Aug
(283) |
Sep
(355) |
Oct
(293) |
Nov
(232) |
Dec
(203) |
| 2006 |
Jan
(352) |
Feb
(358) |
Mar
(403) |
Apr
(313) |
May
(165) |
Jun
(281) |
Jul
(316) |
Aug
(228) |
Sep
(279) |
Oct
(243) |
Nov
(315) |
Dec
(345) |
| 2007 |
Jan
(260) |
Feb
(323) |
Mar
(340) |
Apr
(319) |
May
(290) |
Jun
(296) |
Jul
(221) |
Aug
(292) |
Sep
(242) |
Oct
(248) |
Nov
(242) |
Dec
(332) |
| 2008 |
Jan
(312) |
Feb
(359) |
Mar
(454) |
Apr
(287) |
May
(340) |
Jun
(450) |
Jul
(403) |
Aug
(324) |
Sep
(349) |
Oct
(385) |
Nov
(363) |
Dec
(437) |
| 2009 |
Jan
(500) |
Feb
(301) |
Mar
(409) |
Apr
(486) |
May
(545) |
Jun
(391) |
Jul
(518) |
Aug
(497) |
Sep
(492) |
Oct
(429) |
Nov
(357) |
Dec
(310) |
| 2010 |
Jan
(371) |
Feb
(657) |
Mar
(519) |
Apr
(432) |
May
(312) |
Jun
(416) |
Jul
(477) |
Aug
(386) |
Sep
(419) |
Oct
(435) |
Nov
(320) |
Dec
(202) |
| 2011 |
Jan
(321) |
Feb
(413) |
Mar
(299) |
Apr
(215) |
May
(284) |
Jun
(203) |
Jul
(207) |
Aug
(314) |
Sep
(321) |
Oct
(259) |
Nov
(347) |
Dec
(209) |
| 2012 |
Jan
(322) |
Feb
(414) |
Mar
(377) |
Apr
(179) |
May
(173) |
Jun
(234) |
Jul
(295) |
Aug
(239) |
Sep
(276) |
Oct
(355) |
Nov
(144) |
Dec
(108) |
| 2013 |
Jan
(170) |
Feb
(89) |
Mar
(204) |
Apr
(133) |
May
(142) |
Jun
(89) |
Jul
(160) |
Aug
(180) |
Sep
(69) |
Oct
(136) |
Nov
(83) |
Dec
(32) |
| 2014 |
Jan
(71) |
Feb
(90) |
Mar
(161) |
Apr
(117) |
May
(78) |
Jun
(94) |
Jul
(60) |
Aug
(83) |
Sep
(102) |
Oct
(132) |
Nov
(154) |
Dec
(96) |
| 2015 |
Jan
(45) |
Feb
(138) |
Mar
(176) |
Apr
(132) |
May
(119) |
Jun
(124) |
Jul
(77) |
Aug
(31) |
Sep
(34) |
Oct
(22) |
Nov
(23) |
Dec
(9) |
| 2016 |
Jan
(26) |
Feb
(17) |
Mar
(10) |
Apr
(8) |
May
(4) |
Jun
(8) |
Jul
(6) |
Aug
(5) |
Sep
(9) |
Oct
(4) |
Nov
|
Dec
|
| 2017 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(3) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
1
(7) |
2
(8) |
|
3
(3) |
4
(5) |
5
(2) |
6
(3) |
7
(4) |
8
(11) |
9
(4) |
|
10
|
11
(8) |
12
(10) |
13
(16) |
14
(14) |
15
(13) |
16
(1) |
|
17
|
18
(8) |
19
(6) |
20
(13) |
21
(15) |
22
(5) |
23
(13) |
|
24
(2) |
25
(4) |
26
(1) |
27
(4) |
28
(8) |
29
(11) |
30
(5) |
|
31
(3) |
|
|
|
|
|
|
|
From: Andrew U. <acu...@lb...> - 2011-07-25 21:50:03
|
Greetings, I was just working through the build/install details for matplotlib on Mac OSX 10.6.8, and building against Python 2.7.1. The reported problem with TK version numbers prevented me from doing "easy_install", and the suggested alternative was to get the latest source (grumble). The recommended command line: > make -f make.osx PREFIX=<directory> PYVERSION=2.7 fetch deps mpl_install_std Invokes the building of dependencies, which is fine, except that one of them appears to have a problem: ... rm -rf libpng-1.5.1 &&\ tar xvfz libpng-1.5.1.tar.gz && \ cd libpng-1.5.1 &&\ ./configure --disable-dependency-tracking --prefix=/Users/uselton/src/python &&\ make -j3 install tar: Unrecognized archive format: Inappropriate file type or format tar: Error exit delayed from previous errors. A little effort seemed to suggest that the file in question really was not a gzipped tar file. I did not work too hard to discover why that is. I went and got an honest version of libpng-1.5.1.tar.gz and did the "configure;make install", which worked fine. A subsequent invocation of the above matplotlib build line, but without the "deps" also appeared to work. I have since used matplotlib in a simple test and it seemed to work fine. Others who have this problem may be interested that I did get around it. Maintainers may want to take a look with whats up with the automatically downloaded libpng-1.5.1.tar.gz. Cheers, Andrew |
|
From: Ben B. <bbr...@gm...> - 2011-07-25 18:21:42
|
I think that I have found the problem here. Line2D.draw() (and I presume other Artist subclasses) calls gc.set_foreground(self._color) ... gc.set_alpha(self._alpha) self._color is defined by the color kwarg, whether it be a hex value, 3-tuple, 4-tuple, or something else. self._alpha is defined by the alpha kwarg, but if the alpha kwarg is None, it is not overwritten with color[3]. Therefore, using color=(R,G,B,A) does not set alpha correctly. I'm not sure the best (i.e. most matplotlib-like) way to change this so that the A value gets used iff alpha is None, but I've attached a patch that does it one way (diff'ed against the github master, commit 67b1cd650f574f9c53ce). I know the patch is less than ideal, as it adds kwarg-specific handling into a place where none had previously been done, and it's also in a for loop. Maybe it would be better to do the checking along with the scalex and scaley pops? Separately, I noticed that backend_bases.GraphicsContextBase.set_foreground claims to only expect an RGB definition, and not an RGBA definition. As such, I think that it should call self._rgb = colors.colorConverter.to_rgb(fg) instead of self._rgb = colors.colorConverter.to_rgba(fg) since that will make self._rgb a 3-tuple instead of a 4-tuple. Ben On Sat, Jul 23, 2011 at 3:13 PM, Ben Breslauer <bbr...@gm...> wrote: > Hi, > > I'm trying to fade some data, using alpha values, that I am plotting with > Axes.plot(). I can recreate this problem with 1 line of pylab.plot. If I > use > > pylab.plot([1,2,3],[1,4,9], color=(1,0,0,.2), linewidth=7) > > then I get the equivalent of > > pylab.plot([1,2,3],[1,4,9], color=(1,0,0), linewidth=7) > > i.e. it does not use the alpha value. However, if instead I use > > pylab.plot([1,2,3],[1,4,9], color=(1,0,0), linewidth=7, alpha=.2) > > then the line is faded out appropriately. The plot documentation indicates > that RGBA tuples should be valid, so I'm wondering if this is a bug. Maybe > alpha is defaulting to 1 or None and then not being overwritten if color is > a 4-tuple? > > I'm using Arch Linux with kernel 2.6.39, matplotlib 1.0.1 from the Arch > repo, and the Qt4 backend. My installed Qt version is 4.7.3, and I am using > KDE 4.6.5. Below is verbose-debug output. Thanks for any help! > > Ben > > > $HOME=/home/ben > CONFIGDIR=/home/ben/.matplotlib > matplotlib data path /usr/lib/python2.7/site-packages/matplotlib/mpl-data > loaded rc file > /usr/lib/python2.7/site-packages/matplotlib/mpl-data/matplotlibrc > matplotlib version 1.0.1 > verbose.level debug > interactive is False > units is False > platform is linux2 > loaded modules: ['heapq', 'numpy.core.info', 'distutils', > 'numpy.lib.format', 'functools', 'pylab', '_bisect', 'subprocess', > 'sysconfig', 'gc', 'matplotlib.tempfile', 'distutils.sysconfig', > 'ctypes._endian', 'encodings.encodings', 'pyparsing', 'matplotlib.colors', > 'numpy.core.numerictypes', 'numpy.testing.sys', 'numpy.lib.__future__', > 'numpy.fft.types', 'numpy.ma.cPickle', 'struct', > 'numpy.matrixlib.defmatrix', 'numpy.random.info', 'tempfile', > 'numpy.compat.types', 'pprint', 'numpy.linalg', 'matplotlib.threading', > 'numpy.core.machar', 'numpy.testing.types', 'numpy.testing', 'collections', > 'numpy.polynomial.sys', 'unittest.sys', 'numpy.core.umath', 'unittest.main', > 'distutils.types', 'numpy.testing.operator', 'numpy.core.scalarmath', > 'numpy.ma.sys', 'zipimport', 'string', 'matplotlib.subprocess', > 'numpy.testing.os', 'unittest.functools', 'numpy.lib.arraysetops', > 'numpy.testing.unittest', 'numpy.lib.math', 'encodings.utf_8', > 'matplotlib.__future__', 'unittest.types', 'unittest.util', ' > numpy.testing.re', 'numpy.version', 'numpy.lib.re', 'distutils.re', > 'numpy.matrixlib.sys', 'ctypes.os', 'numpy.core.os', 'numpy.lib.type_check', > 'numpy.compat.sys', 'unittest.StringIO', 'bisect', 'numpy.core._internal', > 'signal', 'numpy.lib.types', 'numpy.lib._datasource', 'random', > 'numpy.lib.__builtin__', 'numpy.fft.fftpack_lite', 'matplotlib.cbook', > 'textwrap', 'numpy.core.multiarray', 'numpy.polynomial.string', > 'distutils.version', 'cStringIO', 'numpy.polynomial', 'numpy.numpy', > 'matplotlib.StringIO', 'unittest.time', 'locale', 'numpy.add_newdocs', > 'unittest.difflib', 'numpy.core.getlimits', 'base64', '_ssl', > 'numpy.lib.sys', 'encodings', 'numpy.ma.itertools', 'unittest.pprint', ' > unittest.re', 'abc', 'numpy.matrixlib', 'numpy.ctypes', > 'numpy.testing.decorators', 'matplotlib.warnings', 'rfc822', > 'numpy.lib.npyio', 'numpy.lib.numpy', 'matplotlib.sys', 're', > 'numpy.lib._compiled_base', 'numpy.polynomial.legendre', 'threading', 'new', > 'numpy.ma.warnings', 'numpy.random.mtrand', 'urllib2', 'matplotlib.cPickle', > 'math', 'numpy.fft.helper', 'fcntl', 'unittest.case', 'matplotlib.numpy', > 'UserDict', 'unittest.suite', 'numpy.lib.function_base', 'distutils.os', > 'matplotlib', 'numpy.fft.numpy', 'exceptions', 'numpy.lib.info', 'ctypes', > 'numpy.lib.warnings', 'ctypes.struct', 'codecs', 'numpy.core._sort', > 'numpy.os', 'unittest.loader', '_functools', '_locale', 'numpy.__builtin__', > 'matplotlib.os', 'thread', 'StringIO', 'numpy.core.memmap', 'traceback', > 'numpy.testing.warnings', 'weakref', 'itertools', 'numpy.fft.fftpack', > 'numpy.linalg.lapack_lite', 'numpy.ma', 'distutils.sys', 'os', 'marshal', > 'numpy.lib.itertools', '__future__', '_collections', 'urllib', > 'matplotlib.traceback', '_sre', 'unittest', 'numpy.core.sys', > 'numpy.random', 'numpy.linalg.numpy', '__builtin__', > 'numpy.lib.twodim_base', 'numpy.ma.core', 'matplotlib.re', > 'numpy.core.cPickle', 'unittest.runner', 'operator', > 'numpy.polynomial.polytemplate', 'numpy.core.arrayprint', > 'distutils.string', 'numpy.lib.arrayterator', 'select', 'ctypes._ctypes', > '_heapq', 'ctypes.sys', 'matplotlib.errno', 'unittest.collections', > 'posixpath', 'numpy.lib.financial', 'numpy.polynomial.laguerre', > 'matplotlib.random', 'errno', '_socket', 'binascii', 'sre_constants', > 'datetime', 'numpy.core.shape_base', 'os.path', 'numpy.core.function_base', > 'numpy.compat.py3k', 'numpy.lib.stride_tricks', 'numpy.core.numpy', 'numpy', > '_warnings', 'numpy.polynomial.chebyshev', 'matplotlib.types', 'cPickle', > 'encodings.__builtin__', 'numpy.polynomial.warnings', 'matplotlib.new', > '_codecs', 'numpy.lib.operator', 'unittest.fnmatch', > 'numpy.polynomial.polynomial', 'numpy.__config__', 'pwd', > 'matplotlib.pyparsing', 'httplib', 'numpy.lib.ufunclike', 'copy', ' > numpy.core.re', '_struct', 'numpy.core.fromnumeric', 'hashlib', > 'numpy.ctypeslib', 'keyword', 'array', 'numpy.lib.scimath', 'numpy.fft', > 'numpy.lib', 'numpy.ma.numpy', 'numpy.random.numpy', 'matplotlib.urllib2', > 'unittest.weakref', 'numpy.ma.extras', 'numpy.polynomial.__future__', > 'posix', 'encodings.aliases', 'matplotlib.fontconfig_pattern', 'fnmatch', > 'sre_parse', 'pickle', 'numpy.core.ctypes', 'mimetools', > 'distutils.distutils', 'unittest.signal', 'copy_reg', 'sre_compile', > '_hashlib', '_random', '_ctypes', 'site', 'numpy.lib.polynomial', > 'numpy.compat', 'numpy._import_tools', 'numpy.polynomial.hermite', > '__main__', 'numpy.fft.info', 'numpy.core.records', 'shutil', > 'numpy.lib.cPickle', 'numpy.sys', 'numpy.polynomial.hermite_e', 'urlparse', > 'unittest.result', 'strop', 'grp', 'linecache', 'numpy.polynomial.numpy', > 'numpy.core.numeric', 'numpy.linalg.info', 'encodings.codecs', '_abcoll', > 'numpy.core', 'matplotlib.locale', 'matplotlib.rcsetup', 'matplotlib.time', > 'matplotlib.weakref', 'genericpath', 'stat', 'socket', 'numpy.lib._iotools', > 'numpy.lib.index_tricks', 'numpy.testing.utils', 'warnings', > 'numpy.lib.utils', 'numpy.core.defchararray', 'numpy.polynomial.polyutils', > 'numpy.lib.shape_base', 'numpy.core.types', 'unittest.signals', 'sys', > 'numpy.core.warnings', 'numpy.compat._inspect', 'numpy.core.__builtin__', > 'ctypes.ctypes', 'numpy.testing.traceback', 'numpy.lib.os', > 'numpy.testing.nosetester', 'types', 'numpy.lib.shutil', > 'matplotlib.datetime', 'matplotlib.distutils', '_weakref', > 'numpy.testing.numpytest', 'difflib', 'distutils.errors', > 'numpy.matrixlib.numpy', 'matplotlib.matplotlib', '_weakrefset', > 'matplotlib.shutil', 'numpy.lib.cStringIO', 'unittest.warnings', 'time', > 'unittest.traceback', 'ssl', 'numpy.linalg.linalg', 'unittest.os', > 'numpy.testing.numpy'] > Using fontManager instance from /home/ben/.matplotlib/fontList.cache > backend Qt4Agg version 0.9.1 > findfont: Matching > :family=sans-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=medium > to Bitstream Vera Sans > (/usr/lib/python2.7/site-packages/matplotlib/mpl-data/fonts/ttf/Vera.ttf) > with score of 0.000000 > > |
|
From: Hugo S. <hu...@gm...> - 2011-07-25 15:25:23
|
Hi Ben, The matplotlib version is ''1.0.1'' and the backend is ''MacOSX''. I've checked the backend using the ''mpl.get_backend()'' function as I couldn't find ''.matplotlibrc'' in my home folder. Hugo Silva On Jul 25, 2011, at 3:15 PM, Benjamin Root wrote: > > > On Sun, Jul 24, 2011 at 6:03 PM, Hugo H. P. Silva <hu...@gm...> wrote: > > Hi all, > > In a prior installation of matplotlib I recall being able to have real-time > pan/zoom plot update while dragging the mouse (not only after releasing the > left/right button). > > I've just updated my Python and PyLab configurations and now matplotlib only > updates the plot after releasing the left/right button. > > Can anyone point me to a possible solution for this issue? > > Best regards, > Hugo Silva > > Hugo, > > My only guess is that this may have been backend-specific. Which backend are you using now, and which version of matplotlib? > > Ben Root > |
|
From: Benjamin R. <ben...@ou...> - 2011-07-25 14:16:24
|
On Sun, Jul 24, 2011 at 6:03 PM, Hugo H. P. Silva <hu...@gm...> wrote: > > Hi all, > > In a prior installation of matplotlib I recall being able to have real-time > pan/zoom plot update while dragging the mouse (not only after releasing the > left/right button). > > I've just updated my Python and PyLab configurations and now matplotlib > only > updates the plot after releasing the left/right button. > > Can anyone point me to a possible solution for this issue? > > Best regards, > Hugo Silva > Hugo, My only guess is that this may have been backend-specific. Which backend are you using now, and which version of matplotlib? Ben Root |