You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(15) |
Sep
(21) |
Oct
(15) |
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(7) |
Feb
(6) |
Mar
(2) |
Apr
(5) |
May
(6) |
Jun
(3) |
Jul
(4) |
Aug
(4) |
Sep
(3) |
Oct
(14) |
Nov
(16) |
Dec
(10) |
2004 |
Jan
(5) |
Feb
(10) |
Mar
(4) |
Apr
(8) |
May
(1) |
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(10) |
Oct
(3) |
Nov
(4) |
Dec
|
2005 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(15) |
May
(12) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(6) |
Oct
(7) |
Nov
(21) |
Dec
(11) |
2006 |
Jan
(16) |
Feb
(12) |
Mar
(4) |
Apr
(6) |
May
(5) |
Jun
(9) |
Jul
|
Aug
(5) |
Sep
(1) |
Oct
(10) |
Nov
(4) |
Dec
(3) |
2007 |
Jan
(6) |
Feb
(4) |
Mar
(6) |
Apr
(11) |
May
(1) |
Jun
(21) |
Jul
|
Aug
(6) |
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
2008 |
Jan
(14) |
Feb
(1) |
Mar
(5) |
Apr
(22) |
May
(4) |
Jun
(1) |
Jul
(7) |
Aug
(5) |
Sep
(7) |
Oct
(3) |
Nov
|
Dec
(1) |
2009 |
Jan
(14) |
Feb
(1) |
Mar
(9) |
Apr
(5) |
May
(6) |
Jun
(7) |
Jul
(8) |
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2010 |
Jan
(2) |
Feb
|
Mar
(6) |
Apr
(6) |
May
(34) |
Jun
|
Jul
(8) |
Aug
(3) |
Sep
|
Oct
(5) |
Nov
(3) |
Dec
(1) |
2011 |
Jan
|
Feb
(4) |
Mar
(3) |
Apr
|
May
|
Jun
(5) |
Jul
(9) |
Aug
(5) |
Sep
(9) |
Oct
(3) |
Nov
(10) |
Dec
(1) |
2012 |
Jan
(1) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(9) |
2014 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
(1) |
9
(2) |
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
(2) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
From: Fernando P. <Fer...@co...> - 2006-05-09 00:53:23
|
Michael Haggerty wrote: > John Parejko wrote: >>Along those lines: it appears noone else took up the offer to become the >>Gnuplot.py maintainer. I sent a private message to Michael expressing >>my interest (and noting that it will be a bit before I can really take >>over), but I guess I'll post my interest here. I'm using Gnuplot pretty >>heavily, and would like its development to continue (and get it ported >>to numpy). It's probably worth noting that the numpy port should be nearly trivial, given that Gnuplot.py doesn't really make extensive use of any sophisticated/weird features of Numeric. On another note, if you (John) continue to maintain Gnuplot.py, you may be interested in merging some of the code in IPython.Gnuplot2.py: http://projects.scipy.org/ipython/ipython/browser/ipython/trunk/IPython/Gnuplot2.py I think some of the enhancements there are worthwhile, and sent them to Michael a while ago but I know his priorities have moved from Gnuplot.py development. I also have stopped using this code at all (I'm using matplotlib these days), but I'd be happy to see this code continue to be useful to gnuplot users. The following utility module may also be of use, that's the one I actually imported in all my top-level code: http://projects.scipy.org/ipython/ipython/browser/ipython/trunk/IPython/GnuplotRuntime.py Cheers, f |
From: Michael H. <mh...@al...> - 2006-05-09 00:44:54
|
John Parejko wrote: > float_array(m) will downcast sometimes. I'm not sure of the exact > reasons, but I had points disappearing from my plots that were ~> 3e38, > which is the single-precision float size. tuples were going in that > were correct, but whatever was coming out wasn't... That is very likely. I think I reasoned that floating point precision was enough for creating plots that will be plotted at most at a few hundred dpi. But of course floating point has limited exponent range, too, and you are apparently reaching that limit. IIRC, you can pass this routine Numeric arrays of higher-than-float precision, in which case they will not be downcasted. But also be sure you have checked that gnuplot itself is not truncating your data. I don't know if it uses float or double internally. gnuplot also has some setting for "minimum number not considered to be zero" that is sometimes confusing (though not in your case). It shouldn't be too big a deal to change the default Gnuplot.py casting to "double" for your plots. (Whether that should be a new universal default could also be discussed.) > Along those lines: it appears noone else took up the offer to become the > Gnuplot.py maintainer. I sent a private message to Michael expressing > my interest (and noting that it will be a bit before I can really take > over), but I guess I'll post my interest here. I'm using Gnuplot pretty > heavily, and would like its development to continue (and get it ported > to numpy). > > Was there any interest on the scipy mailing lists? I didn't get around to asking because (a) I don't have any real connection to that community and (b) I don't have time to look into it. This would be an excellent task for a volunteer :-) Good luck with your orals! Michael |