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
(1) |
2
(10) |
3
(2) |
4
|
5
(2) |
6
|
7
|
8
|
9
(3) |
10
|
11
(1) |
12
(2) |
13
(2) |
14
(5) |
15
(5) |
16
(5) |
17
(1) |
18
(1) |
19
(1) |
20
(5) |
21
(2) |
22
(4) |
23
(1) |
24
(3) |
25
(14) |
26
(6) |
27
(6) |
28
(7) |
29
(2) |
30
|
|
Eric, I've seen the comment "Why is the copy needed?" that you've added to the axes' hist method. I think this was introduced by me some time ago. Indeed, I think it is not really needed. If I remember correctly, I had done the copying to avoid that the input x gets modified (I had bad experience with that before), but I think we can avoid it? Manuel
Hi, I am pleased to announce the second release candidate of both Scipy 0.7.2 and NumPy 1.4.1. Please test, and report any problems on the NumPy or SciPy list. I also want to specifically ask you to report success/failure with other libraries (Matplotlib, Pygame, <your favorite lib here>) based on NumPy or SciPy. Binaries, sources and release notes can be found at https://sourceforge.net/projects/numpy/files/ https://sourceforge.net/projects/scipy/files/ NumPy 1.4.1 ========== The main change over 1.4.0 is that datetime support has been removed. This fixes the binary incompatibility issues between NumPy and other libraries like SciPy and Matplotlib. There are also a number of other bug fixes, and no new features. Binaries for Python 2.5 and 2.6 are available for both Windows and OS X. SciPy 0.7.2 ========= The only change compared to 0.7.1 is that the C sources for Cython code have been regenerated with Cython 0.12.1. This ensures that SciPy 0.7.2 will work with NumPy 1.4.1, while also retaining backwards compatibility with NumPy 1.3.0. Note that the 0.7.x branch was created in January 2009, so a lot of fixes and new functionality in current trunk is not present in this release. Binaries for Python 2.6 are available for both Windows and OS X. Due to the age of the code no binaries for Python 2.5 are available. On behalf of the NumPy and SciPy developers, Ralf
On Wed, Apr 14, 2010 at 2:18 AM, Gökhan Sever <gok...@gm...> wrote: > > > On Tue, Apr 13, 2010 at 10:40 PM, Peter Butterworth <bu...@gm...> > wrote: >> >> Hi, >> >> I have been unable to reproduce the problem on my system. >> matplotlib.__version__ : '0.99.3rc1' + Python 2.6.5 on Win32 >> >> attached is a test example, could you please post the full error trace? >> Is the text tab populated correctly with labels, does the problem >> occur immediately or on clicking Apply ? > > Demo looks great and works without any issues. I think these updates and > example should definitely committed into the svn. New users might find these > additions so useful. I also see that it works well with multiple instances > of same types. > > I[2]: plt.text(0.1,0.1, "mest") > > I[3]: plt.text(0.4,0.4, "test") > > I[4]: plt.text(0.9,0.9, "rest") > > For some unknown reason the error messages I got before disappeared when I > tried your demo. > > Darren might be helpful at this point to submit the changes. My time is completely spoken for this week. But I'll have a look this weekend if some helpful person doesn't beat me to it. Darren
On Tue, Apr 13, 2010 at 10:40 PM, Peter Butterworth <bu...@gm...>wrote: > Hi, > > I have been unable to reproduce the problem on my system. > matplotlib.__version__ : '0.99.3rc1' + Python 2.6.5 on Win32 > > attached is a test example, could you please post the full error trace? > Is the text tab populated correctly with labels, does the problem > occur immediately or on clicking Apply ? > Demo looks great and works without any issues. I think these updates and example should definitely committed into the svn. New users might find these additions so useful. I also see that it works well with multiple instances of same types. I[2]: plt.text(0.1,0.1, "mest") I[3]: plt.text(0.4,0.4, "test") I[4]: plt.text(0.9,0.9, "rest") For some unknown reason the error messages I got before disappeared when I tried your demo. Darren might be helpful at this point to submit the changes. > > > Could the similar text-editing functionality be added for label and title > > text? It would be nice to update them via these menus. > > yes, I believe it should be possible to add title and xlabel text > objects to the texts tab. > Yes, this would be another nice addition. Thanks for your efforts. > > > On Tue, Apr 13, 2010 at 6:55 AM, Gökhan Sever <gok...@gm...> > wrote: > > > > > > On Sun, Apr 11, 2010 at 1:53 PM, Peter Butterworth <bu...@gm...> > > wrote: > >> > >> I've now uploaded the final version for review at the sourceforge > tracker > >> : > >> > >> > https://sourceforge.net/tracker/?func=detail&aid=2981606&group_id=80706&atid=560722 > >> > >> figureoptions.py: modify plot options interactively (see attached > >> screenshot) > >> Requires PyQt4 installed > >> > >> Support of : > >> - Axes (xy scale) > >> - Legend > >> - Lines > >> - Patches (Rectangle, Ellipse, Polygon, dolphins...) > >> - Texts > >> > >> Ignores : > >> - Collections > >> > >> Limitations: > >> - not available for multiple axes in the same subplot > > > > Hello, > > > > I couldn't make options in Texts tab working. I simply add a text by: > > > > plt.text(0,1, "test") > > > > Texts tab appears however nothing functions. I get errors ending with > > "TypeError: 'str' object is not callable" in my each try. > > > > > > -- > > Gökhan > > -- > thanks, > peter butterworth > -- Gökhan
Hi, I have been unable to reproduce the problem on my system. matplotlib.__version__ : '0.99.3rc1' + Python 2.6.5 on Win32 attached is a test example, could you please post the full error trace? Is the text tab populated correctly with labels, does the problem occur immediately or on clicking Apply ? > Could the similar text-editing functionality be added for label and title > text? It would be nice to update them via these menus. yes, I believe it should be possible to add title and xlabel text objects to the texts tab. On Tue, Apr 13, 2010 at 6:55 AM, Gökhan Sever <gok...@gm...> wrote: > > > On Sun, Apr 11, 2010 at 1:53 PM, Peter Butterworth <bu...@gm...> > wrote: >> >> I've now uploaded the final version for review at the sourceforge tracker >> : >> >> https://sourceforge.net/tracker/?func=detail&aid=2981606&group_id=80706&atid=560722 >> >> figureoptions.py: modify plot options interactively (see attached >> screenshot) >> Requires PyQt4 installed >> >> Support of : >> - Axes (xy scale) >> - Legend >> - Lines >> - Patches (Rectangle, Ellipse, Polygon, dolphins...) >> - Texts >> >> Ignores : >> - Collections >> >> Limitations: >> - not available for multiple axes in the same subplot > > Hello, > > I couldn't make options in Texts tab working. I simply add a text by: > > plt.text(0,1, "test") > > Texts tab appears however nothing functions. I get errors ending with > "TypeError: 'str' object is not callable" in my each try. > > > -- > Gökhan -- thanks, peter butterworth