SourceForge logo
SourceForge logo
Menu

matplotlib-devel — matplotlib developers

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(33)
Dec
(20)
2004 Jan
(7)
Feb
(44)
Mar
(51)
Apr
(43)
May
(43)
Jun
(36)
Jul
(61)
Aug
(44)
Sep
(25)
Oct
(82)
Nov
(97)
Dec
(47)
2005 Jan
(77)
Feb
(143)
Mar
(42)
Apr
(31)
May
(93)
Jun
(93)
Jul
(35)
Aug
(78)
Sep
(56)
Oct
(44)
Nov
(72)
Dec
(75)
2006 Jan
(116)
Feb
(99)
Mar
(181)
Apr
(171)
May
(112)
Jun
(86)
Jul
(91)
Aug
(111)
Sep
(77)
Oct
(72)
Nov
(57)
Dec
(51)
2007 Jan
(64)
Feb
(116)
Mar
(70)
Apr
(74)
May
(53)
Jun
(40)
Jul
(519)
Aug
(151)
Sep
(132)
Oct
(74)
Nov
(282)
Dec
(190)
2008 Jan
(141)
Feb
(67)
Mar
(69)
Apr
(96)
May
(227)
Jun
(404)
Jul
(399)
Aug
(96)
Sep
(120)
Oct
(205)
Nov
(126)
Dec
(261)
2009 Jan
(136)
Feb
(136)
Mar
(119)
Apr
(124)
May
(155)
Jun
(98)
Jul
(136)
Aug
(292)
Sep
(174)
Oct
(126)
Nov
(126)
Dec
(79)
2010 Jan
(109)
Feb
(83)
Mar
(139)
Apr
(91)
May
(79)
Jun
(164)
Jul
(184)
Aug
(146)
Sep
(163)
Oct
(128)
Nov
(70)
Dec
(73)
2011 Jan
(235)
Feb
(165)
Mar
(147)
Apr
(86)
May
(74)
Jun
(118)
Jul
(65)
Aug
(75)
Sep
(162)
Oct
(94)
Nov
(48)
Dec
(44)
2012 Jan
(49)
Feb
(40)
Mar
(88)
Apr
(35)
May
(52)
Jun
(69)
Jul
(90)
Aug
(123)
Sep
(112)
Oct
(120)
Nov
(105)
Dec
(116)
2013 Jan
(76)
Feb
(26)
Mar
(78)
Apr
(43)
May
(61)
Jun
(53)
Jul
(147)
Aug
(85)
Sep
(83)
Oct
(122)
Nov
(18)
Dec
(27)
2014 Jan
(58)
Feb
(25)
Mar
(49)
Apr
(17)
May
(29)
Jun
(39)
Jul
(53)
Aug
(52)
Sep
(35)
Oct
(47)
Nov
(110)
Dec
(27)
2015 Jan
(50)
Feb
(93)
Mar
(96)
Apr
(30)
May
(55)
Jun
(83)
Jul
(44)
Aug
(8)
Sep
(5)
Oct
Nov
(1)
Dec
(1)
2016 Jan
Feb
Mar
(1)
Apr
May
Jun
(2)
Jul
Aug
(3)
Sep
(1)
Oct
(3)
Nov
Dec
2017 Jan
Feb
(5)
Mar
Apr
May
Jun
Jul
(3)
Aug
Sep
(7)
Oct
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S




1
2
(1)
3
(4)
4
5
6
(15)
7
(2)
8
(1)
9
(3)
10
11
12
(8)
13
(6)
14
(4)
15
(6)
16
(1)
17
18
(1)
19
(4)
20
21
22
(7)
23
(12)
24
(2)
25
(1)
26
(3)
27
28
(2)
29
(1)
30
(2)

Showing 2 results of 2

From: Fernando P. <fpe...@gm...> - 2006年06月07日 21:25:40
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).
From: Charlie M. <cw...@gm...> - 2006年06月07日 21:06:08
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

Showing 2 results of 2

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /