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
(12) |
2
(15) |
3
(4) |
4
|
5
(1) |
6
(13) |
7
(8) |
8
(16) |
9
(10) |
10
(6) |
11
(11) |
12
(20) |
13
(8) |
14
(12) |
15
(10) |
16
(12) |
17
(6) |
18
(7) |
19
(18) |
20
(5) |
21
(9) |
22
|
23
(6) |
24
(3) |
25
|
26
(2) |
27
(26) |
28
(11) |
29
(9) |
30
(21) |
|
New compile to match numpy-0.9.8. win32-py2.4 coming tomorrow morning... http://cheeseshop.python.org/pypi/matplotlib/ http://sourceforge.net/project/showfiles.php?group_id=80706 =============================================================== 2006年06月06日 Released 0.87.3 at revision 2432 2006年05月30日 More partial support for polygons with outline or fill, but not both. Made LineCollection inherit from ScalarMappable. - EF 2006年05月29日 Yet another revision of aspect-ratio handling. - EF 2006年05月27日 Committed a patch to prevent stroking zero-width lines in the svg backend - DSD 2006年05月24日 Fixed colorbar positioning bug identified by Helge Avlesen, and improved the algorithm; added a 'pad' kwarg to control the spacing between colorbar and parent axes. - EF 2006年05月23日 Changed color handling so that collection initializers can take any mpl color arg or sequence of args; deprecated float as grayscale, replaced by string representation of float. - EF 2006年05月19日 Fixed bug: plot failed if all points were masked - EF 2006年05月19日 Added custom symbol option to scatter - JDH 2006年05月18日 New example, multi_image.py; colorbar fixed to show offset text when the ScalarFormatter is used; FixedFormatter augmented to accept and display offset text. - EF 2006年05月14日 New colorbar; old one is renamed to colorbar_classic. New colorbar code is in colorbar.py, with wrappers in figure.py and pylab.py. Fixed aspect-handling bug reported by Michael Mossey. Made backend_bases.draw_quad_mesh() run.- EF 2006年05月08日 Changed handling of end ranges in contourf: replaced "clip-ends" kwarg with "extend". See docstring for details. -EF 2006年05月08日 Added axisbelow to rc - JDH 2006年05月08日 If using PyGTK require version 2.2+ - SC 2006年04月19日 Added compression support to PDF backend, controlled by new pdf.compression rc setting. - JKS 2006年04月19日 Added Jouni's PDF backend 2006年04月18日 Fixed a bug that caused agg to not render long lines 2006年04月16日 Masked array support for pcolormesh; made pcolormesh support the same combinations of X,Y,C dimensions as pcolor does; improved (I hope) description of grid used in pcolor, pcolormesh. - EF 2006年04月14日 Reorganized axes.py - EF 2006年04月13日 Fixed a bug Ryan found using usetex with sans-serif fonts and exponential tick labels - DSD 2006年04月11日 Refactored backend_ps and backend_agg to prevent module-level texmanager imports. Now these imports only occur if text.usetex rc setting is true - DSD 2006年04月10日 Committed changes required for building mpl on win32 platforms with visual studio. This allows wxpython blitting for fast animations. - CM 2006年04月10日 Fixed an off-by-one bug in Axes.change_geometry. 2006年04月10日 Fixed bug in pie charts where wedge wouldn't have label in legend. Submitted by Simon Hildebrandt. - ADS 2006年05月06日 Usetex makes temporary latex and dvi files in a temporary directory, rather than in the user's current working directory - DSD 2006年04月05日 Apllied Ken's wx deprecation warning patch closing sf patch #1465371 - JDH 2006年04月05日 Added support for the new API in the postscript backend. Allows values to be masked using nan's, and faster file creation - DSD 2006年04月05日 Use python's subprocess module for usetex calls to external programs. subprocess catches when they exit abnormally so an error can be raised. - DSD 2006年04月03日 Fixed the bug in which widgets would not respond to events. This regressed the twinx functionality, so I also updated subplots_adjust to update axes that share an x or y with a subplot instance. - CM 2006年04月02日 Moved PBox class to transforms and deleted pbox.py; made pylab axis command a thin wrapper for Axes.axis; more tweaks to aspect-ratio handling; fixed Axes.specgram to account for the new imshow default of unit aspect ratio; made contour set the Axes.dataLim. - EF 2006年03月31日 Fixed the Qt "Underlying C/C++ object deleted" bug. - JRE 2006年03月31日 Applied Vasily Sulatskov's Qt Navigation Toolbar enhancement. - JRE 2006年03月31日 Ported Norbert's rewriting of Halldor's stineman_interp algorithm to make it numerix compatible and added code to matplotlib.mlab. See examples/interp_demo.py - JDH 2006年03月30日 Fixed a bug in aspect ratio handling; blocked potential crashes when panning with button 3; added axis('image') support. - EF 2006年03月28日 More changes to aspect ratio handling; new PBox class in new file pbox.py to facilitate resizing and repositioning axes; made PolarAxes maintain unit aspect ratio. - EF 2006年03月23日 Refactored TextWithDash class to inherit from, rather than delegate to, the Text class. Improves object inspection and closes bug # 1357969 - DSD 2006年03月22日 Improved aspect ratio handling, including pylab interface. Interactive resizing, pan, zoom of images and plots (including panels with a shared axis) should work. Additions and possible refactoring are still likely. - EF 2006年03月21日 Added another colorbrewer colormap (RdYlBu) - JSWHIT 2006年03月21日 Fixed tickmarks for logscale plots over very large ranges. Closes bug # 1232920 - DSD 2006年03月21日 Added Rob Knight's arrow code; see examples/arrow_demo.py - JDH 2006年03月20日 Added support for masking values with nan's, using ADS's isnan module and the new API. Works for *Agg backends - DSD 2006年03月20日 Added contour.negative_linestyle rcParam - ADS 2006年03月20日 Added _isnan extension module to test for nan with Numeric - ADS 2006年03月17日 Added Paul and Alex's support for faceting with quadmesh in sf patch 1411223 - JDH 2006年03月17日 Added Charle Twardy's pie patch to support colors=None. Closes sf patch 1387861 - JDH 2006年03月17日 Applied sophana's patch to support overlapping axes with toolbar navigation by toggling activation with the 'a' key. Closes sf patch 1432252 - JDH 2006年03月17日 Applied Aarre's linestyle patch for backend EMF; closes sf patch 1449279 - JDH 2006年03月17日 Applied Jordan Dawe's patch to support kwarg properties for grid lines in the grid command. Closes sf patch 1451661 - JDH 2006年03月17日 Center postscript output on page when using usetex - DSD 2006年03月17日 subprocess module built if Python <2.4 even if subprocess can be imported from an egg - ADS 2006年03月17日 Added _subprocess.c from Python upstream and hopefully enabled building (without breaking) on Windows, although not tested. - ADS 2006年03月17日 Updated subprocess.py to latest Python upstream and reverted name back to subprocess.py - ADS 2006年03月16日 Added John Porter's 3D handling code
On 6/6/06, Charlie Moad <cw...@gm...> wrote: > New compile to match numpy-0.9.8. > win32-py2.4 coming tomorrow morning... > > http://cheeseshop.python.org/pypi/matplotlib/ > http://sourceforge.net/project/showfiles.php?group_id=80706 > > =============================================================== > 2006年06月06日 Released 0.87.3 at revision 2432 And just to prove that ipython is wedded to mpl til death do us part: http://scipy.net/pipermail/ipython-user/2006-June/001750.html We put 0.7.2 of ipython out also yesterday, and it does include a number of fixes to the threading support that pylab requires with the WX, GTK or Qt backends. Cheers, f ps - it seems the matplotlibrc file at: http://matplotlib.sf.net/matplotlibrc is a bit outdated: In [1]: import matplotlib /home/fperez/tmp/local/lib/python2.3/site-packages/matplotlib/__init__.py:947: UserWarning: Bad val "free" on line #204 "image.aspect : free # free | preserve" in file "/home/fperez/.matplotlib/matplotlibrc" not a valid aspect specification The one in the source distro is fine (I'm in the middle of updating, so I noticed).
>>>>> "William" == William Hartt <wh...@gm...> writes: William> Does anyone know the syntax for fraction used in William> mathtext? The LaTex version is \frac{num}{denom} but William> this gives an error. mathtext doesn't currently support frac (but hopefully it will by the end of the summer as we have a google summer-of-code student working on mathtext). As Ryan noted, if you have access to TeX/LaTeX on your system, you can use that to render your equations Requirements: tex *Agg backends: dvipng PS backend: latex w/ psfrag, dvips, and Ghostscript 8.51 (older versions do not work properly)
You can set matplotlib up to use LaTeX, but it can be a little bit of work to get it going. The results are quite beautiful though. set usetex = 1 in yout matplotlibrc file to try it out. It depends on LaTeX, dvipng, and ghostscript. Ryan On 6/6/06, William Hartt <wh...@gm...> wrote: > > Does anyone know the syntax for fraction used in mathtext? The LaTex > version is \frac{num}{denom} but this gives an error. > > Thanks > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > >
Does anyone know the syntax for fraction used in mathtext? The LaTex version is \frac{num}{denom} but this gives an error. Thanks
>>>>> "James" == James Boyle <bo...@ll...> writes: James> I have always felt that it would be useful to have James> available a collection of plots corresponding to the code James> in the examples file as part of the distribution. (for James> those examples that generate plots, of course) The plot James> names would be the same as the example code that generated James> them. It could be in an economical format (png?) so as to James> not take up a lot of space. For my own part, I tend to be James> lazy and would like a way to peruse the new capabilities James> before I decide to install the new release or wait for the James> next. This would also provide a complete gallery to help James> those considering adoption. It would also provide a James> verification for persons testing a new install that this is James> what the results of running the examples should be. The script examples/backend_driver.py does just this -- it runs a most of the examples and generates output in a variety of formats (PNG, PS, SVG). I usually tun this before releases and load all the images into a viewer to check for bugs. We could add these generated images to a web page...., but sourceforge is already complaining that I am over my quota. Apparently, I can ask for more space, though. JDH
I have always felt that it would be useful to have available a collection of plots corresponding to the code in the examples file as part of the distribution. (for those examples that generate plots, of course) The plot names would be the same as the example code that generated them. It could be in an economical format (png?) so as to not take up a lot of space. For my own part, I tend to be lazy and would like a way to peruse the new capabilities before I decide to install the new release or wait for the next. This would also provide a complete gallery to help those considering adoption. It would also provide a verification for persons testing a new install that this is what the results of running the examples should be. just an idea. --Jim
Hi, I am using a second y axis on the right with twinx() like the following: ax =3D subplot(111) plot_date(..., label=3D'foo') ax.xaxis.set_major_locator(month3) ax.xaxis.set_major_formatter(DateFormatter('%Y-%m')) ax.xaxis.set_minor_locator(month1) ax.autoscale_view() labels =3D ax.get_xticklabels() setp(labels, rotation=3D60) ax2 =3D twinx() plot_date(..., label=3D'bar') [...] I am then repeating the xaxis.set_* functions for ax2 so that they overprint the ax ones, otherwise I get two differently formatted x axes. I would however just like to use the first xaxis setting and not print it for ax2 at all - how could I do that? Also, I can't find how to merge the two labels 'foo' and 'bar' into a single legend, is there way to do that? TIA, Colin