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
|
9
(2) |
10
|
11
(3) |
12
(3) |
13
|
14
(2) |
15
(1) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(1) |
31
(2) |
|
|
From: Michael H. <mh...@al...> - 2008-01-15 05:04:42
|
bm...@ca... wrote: > I'm preparing for a 1.8 package. It's really great that you are working on this. Don't forget to add yourself to CREDITS.txt :-) > I added the svg patch. > Furthermore, I need to do the patch in Feisty/Gutsy Ubuntu: > > Index: _Gnuplot.py > =================================================================== > --- _Gnuplot.py (revision 299) > +++ _Gnuplot.py (working copy) > @@ -574,8 +574,8 @@ > % (string.join(keyw.keys(), ', '),) > ) > > + self.set_string('output', filename) > self(string.join(setterm)) > - self.set_string('output', filename) > # replot the current figure (to the printer): > self.refresh() > > to prevent pictures being overwritten with the next hardcopy command. Anybody > sees that too (eg in new test.py I write a .svg file after ps, and this > overwrites the gp_test.ps file too with the svg file without above patch)? The change seems reasonable. > As Michael said, we should try to keep the test suit working. I'll look into the > errors I get when time. These errors are present in 1.7 on my box too however. > Should somebody have time to look at them or have pointers, let me know. Or > should they not stop a 1.8? I strongly suspect that the problems shown below are caused by changes to gnuplot itself. Several gnuplot commands and options have changed or been marked deprecated, and Gnuplot.py hasn't been brought up to date. Of course it would be nice to bring Gnuplot.py up to date with the current status of gnuplot, but certainly not at the risk of your energy running out and no release being made at all! > Doing python test.py gives errors: > > * test hardcopy: > > Testing hardcopy options: enhanced=1 > Press return to show results... > > gnuplot> set terminal postscript default enhanced > ^ > line 714: extraneous argument in set terminal postscript > > * test GridData and compute_GridData: > > gnuplot> set parametric > gnuplot> set data style lines > gnuplot> set hidden > gnuplot> set contour base > gnuplot> set xlabel "x" > gnuplot> set ylabel "y" > gnuplot> splot "/tmp/tmpdFzv2L.gnuplot/fifo" notitle > Same thing, saved to a file > Press return to show results... > Notice: Cannot contour non grid data. Please use "set dgrid3d". > > gnuplot> splot "/tmp/tmpvEBqT_" > Same thing, inline data > Press return to show results... > Notice: Cannot contour non grid data. Please use "set dgrid3d". > > gnuplot> splot "-" notitle > The same thing using binary mode > Press return to show results... > Notice: Cannot contour non grid data. Please use "set dgrid3d". > > gnuplot> splot "/tmp/tmpcCCPct.gnuplot/fifo" binary notitle > Same thing, using binary mode and an intermediate file > Press return to show results... > line 1903: File doesn't factorize into full matrix > > Well, that's all for now folks. |