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
(1) |
5
|
6
|
7
|
8
(1) |
9
|
10
|
11
(1) |
12
(2) |
13
(3) |
14
(3) |
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
(5) |
23
|
24
|
25
(1) |
26
(3) |
27
(1) |
28
|
29
|
30
|
From: Trevor L. <law...@gm...> - 2007-06-25 23:32:04
|
Regarding error described below in reply history. I followed the svn instructions (and did essentially what I believe I did before). The same error occurred. So something does appear to fail in the tests (as described below). If someone with experience working with the source could let me know whether or not this test error is serious, I would appreciate it very much. Thank you for your time, Trevor Law On 6/22/07, bm...@ca... < bm...@ca...> wrote: > > Mailing lists are for questions, don't worry. > > Nothing should fail in the tests, if they do, something is wrong. > Personally I'm running from the SVN version, are you? I did not fully > understand > this release mail as nothing is on sourceforge. > Anyway, checkout from SVN: http://sourceforge.net/svn/?group_id=17434 > and follow > install instructions. Then run the test.py > > Benny > > > Quoting Trevor Law < law...@gm...>: > > > Hello, > > > > I recently obtained Gnuplot.py and it appears to be > importable. However, > > when I ran the test.py script, I got > > the following error message (I believe from gnuplot): > > > > " > > gnuplot> set terminal postscript eps enhanced > > gnuplot> set output "gp_test.ps" > > gnuplot> plot cos(0.5*x*x) title "cos(0.5*x^2)" with linespoints 2 2 > > gnuplot> set terminal x11 > > gnuplot> set output > > Testing hardcopy options: mode="default" > > Press return to show results... > > > > gnuplot> set terminal postscript default enhanced > > gnuplot> set output "gp_test.ps" > > gnuplot> plot cos(0.5*x*x) title "cos(0.5*x^2)" with linespoints 2 2 > > gnuplot> set terminal x11 > > gnuplot> set output > > Testing hardcopy options: enhanced=1 > > Press return to show results... > > line 714: undefined variable: default > > " > > > > Otherwise the tests seemed to work fine (although some did not produce > the > > visual changes I expected, > > I do not know enough about gnuplot to know if there are any > issues). The > > command in test.py that results > > in the error appears to be line 223. > > > > I would just like to make sure this is not a major issue that would > indicate > > that gnuplot.py is not functioning correctly > > on my machine. > > > > Sorry for the two mailing list posts. I don't anticipate having to be > any > > more of a bother. > > > > Trevor Law > > > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users > |