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
(2) |
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
(1) |
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
From: Andreas T. <ti...@rk...> - 2002-12-10 12:34:11
|
Hello, is there any possibility to ensure that an output file will be created immediately after calling the plot method? My problem is the following: g = Gnuplot.Gnuplot(debug=1) g.xlabel('x') g.ylabel('y') g('set terminal postscript eps color solid "Helvetica" 24') g('set output "tmp.eps"') g.plot(X) p = os.popen('/usr/bin/convert tmp.eps png:-', 'r') img = Binary(p.read()) p.close() This EPS to PNG conversion is done for several reasons. One of these reasons are better fonts compared to direct PNG output. Unfortunately it is not sure that the file tmp.eps exists at this time. I have a randomly effect that it is missing if I go through a loop of about 30 iterations (each creating different images). I guess this has something to do with syncronisation and I wonder if I could flush a certain buffer to ensure that the file is written. Any hints? Andreas. |
From: Leonardo M. <lm...@ud...> - 2002-12-02 18:39:25
|
Hi Nate, Yes, please use the code on CVS, that will do. You can search in mailing list archives for discussion on this topic. Best -- leo On Mon, 2 Dec 2002, Nate Gelbard wrote: > Hello, > > I've written a python script that collects memory data from many > test machines and graphs it over time. > > I have a problem that comes & goes where gnuplot is passed a list > of /tmp/@files to plot (8 lines per graph), and it can't find the last > file. Below is a log that illustrates the issue: > > I assume something is being cleaned up too quickly.. > > any suggestions? |
From: Nate G. <gel...@tr...> - 2002-12-02 18:25:40
|
Hello, I've written a python script that collects memory data from many test machines and graphs it over time. I have a problem that comes & goes where gnuplot is passed a list of /tmp/@files to plot (8 lines per graph), and it can't find the last file. Below is a log that illustrates the issue: I assume something is being cleaned up too quickly.. any suggestions? thanx nate gnuplot> set data style lines gnuplot> set term png color gnuplot> set output "/home/gelbardn/public_html/vegaDuration/speedy-mem-199.png" gnuplot> set title "Time vs Memory" gnuplot> set xlabel "Time \(10min intervals\)" gnuplot> set ylabel "Kilobytes" gnuplot> plot '/tmp/@32215.0' title "interbase", '/tmp/@32215.1' title "rmid", '/tmp/@32215.2' title "txn", '/tmp/@32215.3' title "javaspace", '/tmp/@32215.4' title "outrigger", '/tmp/@32215.5' title "lookup", '/tmp/@32215.6' title "space", '/tmp/@32215.7' title "tomcat" gnuplot> plot '/tmp/@32215.0' title "interbase", '/tmp/@32215.1' title "rmid", '/tmp/@32215.2' title "txn", '/tmp/@32215.3' title "javaspace", '/tmp/@32215.4' title "outrigger", '/tmp/@32215.5' title "lookup", '/tmp/@32215.6' title "space", '/tmp/@32215.7' title "tomcat" ^ can't read data file "/tmp/@32215.7" line 0: (No such file or directory) gnuplot> set data style lines gnuplot> set term png color gnuplot> set output "/home/gelbardn/public_html/vegaDuration/goofy-mem-199.png" gnuplot> set title "Time vs Memory" gnuplot> set xlabel "Time \(10min intervals\)" gnuplot> set ylabel "Kilobytes" gnuplot> plot '/tmp/@32215.8' title "interbase", '/tmp/@32215.9' title "rmid", '/tmp/@32215.10' title "txn", '/tmp/@32215.11' title "javaspace", '/tmp/@32215.12' title "outrigger", '/tmp/@32215.13' title "lookup", '/tmp/@32215.14' title "space", '/tmp/@32215.15' title "tomcat" gnuplot> set data style lines gnuplot> set term png color gnuplot> set output "/home/gelbardn/public_html/vegaDuration/plucky-mem-199.png" gnuplot> set title "Time vs Memory" gnuplot> set xlabel "Time \(10min intervals\)" gnuplot> set ylabel "Kilobytes" gnuplot> plot '/tmp/@32215.16' title "interbase", '/tmp/@32215.17' title "rmid", '/tmp/@32215.18' title "txn", '/tmp/@32215.19' title "javaspace", '/tmp/@32215.20' title "outrigger", '/tmp/@32215.21' title "lookup", '/tmp/@32215.22' title "space", '/tmp/@32215.23' title "tomcat" gnuplot> set data style lines gnuplot> set term png color gnuplot> set output "/home/gelbardn/public_html/vegaDuration/blackhole-mem-199.png" gnuplot> set title "Time vs Memory" gnuplot> set xlabel "Time \(10min intervals\)" gnuplot> set ylabel "Kilobytes" gnuplot> plot '/tmp/@32215.24' title "interbase", '/tmp/@32215.25' title "rmid", '/tmp/@32215.26' title "txn", '/tmp/@32215.27' title "javaspace", '/tmp/@32215.28' title "outrigger", '/tmp/@32215.29' title "lookup", '/tmp/@32215.30' title "space", '/tmp/@32215.31' title "tomcat" gnuplot> plot '/tmp/@32215.24' title "interbase", '/tmp/@32215.25' title "rmid", '/tmp/@32215.26' title "txn", '/tmp/@32215.27' title "javaspace", '/tmp/@32215.28' title "outrigger", '/tmp/@32215.29' title "lookup", '/tmp/@32215.30' title "space", '/tmp/@32215.31' title "tomcat" ^ can't read data file "/tmp/@32215.30" line 0: (No such file or directory) gnuplot> set data style lines gnuplot> set term png color gnuplot> set output "/home/gelbardn/public_html/vegaDuration/wormhole-mem-199.png" gnuplot> set title "Time vs Memory" gnuplot> set xlabel "Time \(10min intervals\)" gnuplot> set ylabel "Kilobytes" gnuplot> plot '/tmp/@32215.32' title "interbase", '/tmp/@32215.33' title "rmid", '/tmp/@32215.34' title "txn", '/tmp/@32215.35' title "javaspace", '/tmp/@32215.36' title "outrigger", '/tmp/@32215.37' title "lookup", '/tmp/@32215.38' title "space", '/tmp/@32215.39' title "tomcat" gnuplot> plot '/tmp/@32215.32' title "interbase", '/tmp/@32215.33' title "rmid", '/tmp/@32215.34' title "txn", '/tmp/@32215.35' title "javaspace", '/tmp/@32215.36' title "outrigger", '/tmp/@32215.37' title "lookup", '/tmp/@32215.38' title "space", '/tmp/@32215.39' title "tomcat" ^ can't read data file "/tmp/@32215.39" line 0: (No such file or directory) |