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
(1) |
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
(1) |
18
|
19
(1) |
20
(1) |
21
|
22
(1) |
23
(1) |
24
(1) |
25
(1) |
26
|
27
(1) |
28
(2) |
29
(3) |
30
|
31
|
|
From: Fernando P. <fp...@co...> - 2003-10-29 01:33:46
|
Nate Gelbard wrote: > As usual, after asking the question, I find an answer. > > Editing /usr/local/lib/python2.2/site-packages/Gnuplot/gp_unix.py > and changing default_term = 'x11' to 'xlib' solved this problem. > > Should that be the default? NO! For 99+% of Unix users, X11 is the most reasonable default to have. Having a Unix Gnuplot with only xlib compiled in is a most unusual setup. It's fine if you need it, but making it the default would flood this list with 'Gnuplot.py is broken for Unix' messages :) Cheers, f |
From: Nate G. <gel...@tr...> - 2003-10-29 01:23:07
|
As usual, after asking the question, I find an answer. Editing /usr/local/lib/python2.2/site-packages/Gnuplot/gp_unix.py and changing default_term =3D 'x11' to 'xlib' solved this problem. Should that be the default? -----Original Message----- From: Nate Gelbard=20 Sent: Tuesday, October 28, 2003 4:56 PM To: gnu...@li... Subject: [Gnuplot-py-users] set terminal x11 Hello, I'm back on the graphing wagon, again. RedHat 7.3, python 2.2.3, gnuplot-3.7.3, gnuplot-py 1.7. g =3D Gnuplot.Gnuplot(debug=3D1) g('set data style lines') g('set terminal png color') g('set output \"%s\"' % outfile) g.title("Time vs Memory") g.xlabel("Time \(5min interval\)") g.ylabel("KBytes") [gelbardn@webster agent]$ ./Graph.py=20 gnuplot> set terminal x11 gnuplot> set data style lines gnuplot> set terminal png color gnuplot> set output "test.png" gnuplot> set title "Time vs Memory" gnuplot> set xlabel "Time \(5min interval\)" gnuplot> set ylabel "KBytes" gnuplot-py is calling 'set terminal x11' which is failing. I think it should be calling 'set terminal xlib' Did I setup gnuplot 3.7.3 incorrectly or should gnuplot-py be calling it with xlib instead of x11? I only configured gnuplot --with-png. [gelbardn@webster agent]$ ./Graph.py=20 gnuplot> set terminal x11 gnuplot> set data style lines gnuplot> set terminal png color gnuplot> set output "test.png" gnuplot> set title "Time vs Memory" gnuplot> set xlabel "Time \(5min interval\)" gnuplot> set ylabel "KBytes" gnuplot> set terminal x11 ^ line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list Thanks, --( Nate Gelbard, QA Engineer =20 --( Tripwire, Inc., The Integrity Assurance Company ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Gnuplot-py-users mailing list Gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users |
From: Nate G. <gel...@tr...> - 2003-10-29 00:58:46
|
Hello, I'm back on the graphing wagon, again. RedHat 7.3, python 2.2.3, gnuplot-3.7.3, gnuplot-py 1.7. g =3D Gnuplot.Gnuplot(debug=3D1) g('set data style lines') g('set terminal png color') g('set output \"%s\"' % outfile) g.title("Time vs Memory") g.xlabel("Time \(5min interval\)") g.ylabel("KBytes") [gelbardn@webster agent]$ ./Graph.py=20 gnuplot> set terminal x11 gnuplot> set data style lines gnuplot> set terminal png color gnuplot> set output "test.png" gnuplot> set title "Time vs Memory" gnuplot> set xlabel "Time \(5min interval\)" gnuplot> set ylabel "KBytes" gnuplot-py is calling 'set terminal x11' which is failing. I think it should be calling 'set terminal xlib' Did I setup gnuplot 3.7.3 incorrectly or should gnuplot-py be calling it with xlib instead of x11? I only configured gnuplot --with-png. [gelbardn@webster agent]$ ./Graph.py=20 gnuplot> set terminal x11 gnuplot> set data style lines gnuplot> set terminal png color gnuplot> set output "test.png" gnuplot> set title "Time vs Memory" gnuplot> set xlabel "Time \(5min interval\)" gnuplot> set ylabel "KBytes" gnuplot> set terminal x11 ^ line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list Thanks, --( Nate Gelbard, QA Engineer =20 --( Tripwire, Inc., The Integrity Assurance Company |