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

Showing 8 results of 8

From: Charlie M. <cw...@gm...> - 2006年09月05日 15:58:56
Minor rev bump for numpy 1.0b5 compatibility. This release should
remain compatible with future 1.0 releases of numpy.
http://cheeseshop.python.org/pypi/matplotlib/
http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474
===============================================================
2006年09月05日 Released 0.87.5 at revision 2761
2006年09月04日 Added nxutils for some numeric add-on extension code --
		 specifically a better/more efficient inside polygon tester (see
		 unit/inside_poly_*.py) - JDH
2006年09月04日 Made bitstream fonts the rc default - JDH
2006年08月31日 Fixed alpha-handling bug in ColorConverter, affecting
 collections in general and contour/contourf in
 particular. - EF
2006年08月30日 ft2font.cpp: Added draw_rect_filled method (now used by mathtext2
 to draw the fraction bar) to FT2Font - ES
2006年08月29日 setupext.py: wrap calls to tk.getvar() with str(). On some
 systems, getvar returns a Tcl_Obj instead of a string - DSD
2006年08月28日 mathtext2.py: Sub/superscripts can now be complex (i.e.
 fractions etc.). The demo is also updated - ES
2006年08月28日 font_manager.py: Added /usr/local/share/fonts to list of
 X11 font directories - DSD
2006年08月28日 mahtext2.py: Initial support for complex fractions. Also,
 rendering is now completely separated from parsing. The
 sub/superscripts now work better.
 Updated the mathtext2_demo.py - ES
2006年08月27日 qt backends: don't create a QApplication when backend is
 imported, do it when the FigureCanvasQt is created. Simplifies
 applications where mpl is embedded in qt. Updated
 embedding_in_qt* examples - DSD
2006年08月27日 mahtext2.py: Now the fonts are searched in the OS font dir and
 in the mpl-data dir. Also env is not a dict anymore. - ES
2006年08月26日 minor changes to __init__.py, mathtex2_demo.py. Added matplotlibrc
 key "mathtext.mathtext2" (removed the key "mathtext2") - ES
2006年08月21日 mathtext2.py: Initial support for fractions
 Updated the mathtext2_demo.py
 _mathtext_data.py: removed "\" from the unicode dicts
 mathtext.py: Minor modification (because of _mathtext_data.py)- ES
2006年08月20日 Added mathtext2.py: Replacement for mathtext.py. Supports _ ^,
 \rm, \cal etc., \sin, \cos etc., unicode, recursive nestings,
 inline math mode. The only backend currently supported is Agg
 __init__.py: added new rc params for mathtext2
 added mathtext2_demo.py example - ES
2006年08月19日 Added embedding_in_qt4.py example - DSD
2006年08月11日 Added scale free Ellipse patch for Agg - CM
2006年08月10日 Added converters to and from julian dates to matplotlib.dates
 (num2julian and julian2num) - JDH
2006年08月08日 Fixed widget locking so multiple widgets could share the
 event handling - JDH
2006年08月07日 Added scale free Ellipse patch to SVG and PS - CM
2006年08月05日 Re-organized imports in numerix for numpy 1.0b2 -- TEO
2006年08月04日 Added draw_markers to PDF backend. - JKS
2006年08月01日 Fixed a bug in postscript's rendering of dashed lines - DSD
2006年08月01日 figure.py: savefig() update docstring to add support for 'format'
 argument.
 backend_cairo.py: print_figure() add support 'format' argument. - SC
2006年07月31日 Don't let postscript's xpdf distiller compress images - DSD
2006年07月31日 Added shallowcopy() methods to all Transformations;
 removed copy_bbox_transform and copy_bbox_transform_shallow
 from transforms.py;
 added offset_copy() function to transforms.py to
 facilitate positioning artists with offsets.
 See examples/transoffset.py. - EF
2006年07月31日 Don't let postscript's xpdf distiller compress images - DSD
2006年07月29日 Fixed numerix polygon bug reported by Nick Fotopoulos.
 Added inverse_numerix_xy() transform method.
 Made autoscale_view() preserve axis direction
 (e.g., increasing down).- EF
2006年07月28日 Added shallow bbox copy routine for transforms -- mainly
 useful for copying transforms to apply offset to. - JDH
2006年07月28日 Added resize method to FigureManager class
 for Qt and Gtk backend - CM
2006年07月28日 Added subplots_adjust button to Qt backend - CM
2006年07月26日 Use numerix more in collections.
 Quiver now handles masked arrays. - EF
2006年07月22日 Fixed bug #1209354 - DSD
2006年07月22日 make scatter() work with the kwarg "color". Closes bug
 1285750 - DSD
2006年07月20日 backend_cairo.py: require pycairo 1.2.0.
 print_figure() update to output SVG using cairo.
2006年07月19日 Added blitting for Qt4Agg - CM
2006年07月19日 Added lasso widget and example examples/lasso_demo.py - JDH
2006年07月18日 Added blitting for QtAgg backend - CM
2006年07月17日 Fixed bug #1523585: skip nans in semilog plots - DSD
2006年07月12日 Add support to render the scientific notation label
 over the right-side y-axis - DSD
From: John H. <jdh...@ac...> - 2006年09月05日 12:17:19
>>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
 Charlie> I also get a compile error when trying to build against
 Charlie> the win32-py2.4 release. src\_na_nxutils.c(213) : error
 Charlie> C2275: 'PyObject' : illegal use of this type as an
 Charlie> expression c:\Python24\include\object.h(104) : see
It looks like I made the typical C++ programmer writing C mistake:
putting a type declaration in code where it is first used rather than
at the beginning of the function. I just committed a change that
should fix this.
JDH
From: Charlie M. <cw...@gm...> - 2006年09月05日 12:01:37
Thanks for the patch. I am going to hold off until we hear from
Travis. I don't want to distribute anything built from a patched
numpy.
- Charlie
On 9/5/06, Boyd Waters <bw...@nr...> wrote:
> 1.0b5 compiles, with this patch:
>
>
>
>
> does that look right?
>
> - boyd
>
> Boyd Waters
> Scientific Programmer
> National Radio Astronomy Observatory
> http://www.aoc.nrao.edu
>
>
> On Sep 5, 2006, at 12:05 AM, Boyd Waters wrote:
>
> > Very sorry: here is the initial error:
> > numpy/core/src/arrayobject.c:564: error: 'op' undeclared (first use
> > in this function)
> >
> >
> > On Sep 5, 2006, at 12:01 AM, Boyd Waters wrote:
> >
> >> 1.0b5
> >> Fails to compile?
> >
> >
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
>
>
From: Charlie M. <cw...@gm...> - 2006年09月05日 12:00:32
I also get a compile error when trying to build against the win32-py2.4 release.
src\_na_nxutils.c(213) : error C2275: 'PyObject' : illegal use of this
type as an expression
c:\Python24\include\object.h(104) : see declaration of 'PyObject'
src\_na_nxutils.c(213) : error C2065: 'ret' : undeclared identifier
src\_na_nxutils.c(215) : warning C4047: 'return' : 'PyObject *'
differs in levels of indirection from 'int'
Do we need to modify our use of the c-api at all?
- Charlie
On 9/5/06, Boyd Waters <bw...@nr...> wrote:
> Very sorry: here is the initial error:
> numpy/core/src/arrayobject.c:564: error: 'op' undeclared (first use
> in this function)
>
>
> On Sep 5, 2006, at 12:01 AM, Boyd Waters wrote:
>
> > 1.0b5
> > Fails to compile?
>
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
>
>
From: Boyd W. <bw...@nr...> - 2006年09月05日 06:26:26
1.0b5 compiles, with this patch:
From: Boyd W. <bw...@nr...> - 2006年09月05日 06:02:36
Attachments: smime.p7s
Very sorry: here is the initial error:
numpy/core/src/arrayobject.c:564: error: 'op' undeclared (first use 
in this function)
On Sep 5, 2006, at 12:01 AM, Boyd Waters wrote:
> 1.0b5
> Fails to compile?
From: Boyd W. <bw...@nr...> - 2006年09月05日 05:59:24
Attachments: smime.p7s
1.0b5
Fails to compile?
numpy/core/src/arrayobject.c:2694: error: request for member 
'ob_type' in something not a structure or union
Mac OS X 10.4.7
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 
5363)
python 2.5c1
On Sep 4, 2006, at 7:00 PM, Charlie Moad wrote:
>
> ---------- Forwarded message ----------
> From: Travis Oliphant <oli...@ie...>
> Date: Sep 4, 2006 7:55 PM
> Subject: [Numpy-discussion] Going to cut NumPy 1.0b5 tonight
> To: Discussion of Numerical Python <numpy- 
> dis...@li...>
>
>
> This is a last reminder that I'm going to cut a release of NumPy 1.0b5
> tonight. Please have any fixes and/or problems worked out before 
> then.
>
> -Travis
>
>
>
> ---------------------------------------------------------------------- 
> ---
> Using Tomcat but need to do more? Need to support web services, 
> security?
> Get stuff done quickly with pre-integrated technology to make your 
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache 
> Geronimo
> http://sel.as-us.falkag.net/sel? 
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Numpy-discussion mailing list
> Num...@li...
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
>
> ---------------------------------------------------------------------- 
> ---
> Using Tomcat but need to do more? Need to support web services, 
> security?
> Get stuff done quickly with pre-integrated technology to make your 
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache 
> Geronimo
> http://sel.as-us.falkag.net/sel? 
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Charlie M. <cw...@gm...> - 2006年09月05日 01:00:17
With matplotlib 0.87.5 shortly after.....
---------- Forwarded message ----------
From: Travis Oliphant <oli...@ie...>
Date: Sep 4, 2006 7:55 PM
Subject: [Numpy-discussion] Going to cut NumPy 1.0b5 tonight
To: Discussion of Numerical Python <num...@li...>
This is a last reminder that I'm going to cut a release of NumPy 1.0b5
tonight. Please have any fixes and/or problems worked out before then.
-Travis
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Num...@li...
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Showing 8 results of 8

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 によって変換されたページ (->オリジナル) /