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
|
18
|
19
|
20
|
21
|
22
|
23
|
24
(3) |
25
|
26
|
27
|
28
|
29
|
30
(1) |
31
|
|
|
From: dan2cil <da...@ti...> - 2006-08-30 20:28:56
|
Hello all, someone know if is possibile to use gnuplot-py on Pocket PC? Thank Danilo -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
From: Roberta C. <r.c...@cs...> - 2006-08-24 20:30:53
|
>min = 1 >g.plot('%f *x+ %f'%(alfa,min)) Thank u very much, Cheers, Roberta |
From: Alan G I. <ai...@am...> - 2006-08-24 18:56:42
|
On Thu, 24 Aug 2006, Roberta Calegari apparently wrote:=20 > g =3D Gnuplot.Gnuplot(debug=3D1)=20 > g('set terminal aqua 0')=20 > ...=20 > alfa =3D 1 + n*math.pow(sum,-1)=20 > g.plot('f(x) =3D (alfa *x+min, alfa =3D 1.35710030508, min=3D1, f(x) = ')=20 min =3D 1 g.plot('%f *x+ %f'%(alfa,min)) Cheers, Alan Isaac |
From: Roberta C. <r.c...@cs...> - 2006-08-24 16:09:51
|
Hi. I've a problem using gnuplot.py. I have a python script in which I calculate the value of a parameter 'alfa'. After I'd like to plot the function f(x) = alfa*x. How ca I pass the parameter to gnuplot command? My script is the following: g = Gnuplot.Gnuplot(debug=1) g('set terminal aqua 0') ... alfa = 1 + n*math.pow(sum,-1) g.plot('f(x) = (alfa *x+min, alfa = 1.35710030508, min=1, f(x) ') Sorry for my english, thank you! |
From: Xynos K \(Comp\) <kx...@gl...> - 2006-08-02 16:42:19
|
Titi Anggono wrote: > [...] > here I got the message >=20 > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > Traceback (most recent call last): > [...] > File > "C:\Python23\Lib\site-packages\Gnuplot\gp_win32.py", > line 125, in __call__ > self.write(s + '\n') > IOError: [Errno 22] Invalid argument > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > FYI, I use python2.3,Gnuplot-py-1.7 and winXP. Any > problems with my code ?? =20 Solution for Windows XP: =20 I had the same problem. I downloaded the Gnuplot program and it worked, although Gnuplot.py did not, even after adding the installation path (e.g.) to the PATH variable. =20 I put Gnuplot in C:\Program Files\ so the directory is C:\Program Files\gnuplot\bin =20 I then went to my Gnuplot folder in the site-packages folder (e.g. C:\ Program Files\Python24\Lib\site-packages\Gnuplot) and edited the gp_win32.py file. =20 Instead of gp_win32.py: =20 gnuplot_command =3D r' pgnuplot.exe' =20 Edit it to gp_win32.py: =20 gnuplot_command =3D r'"C:\Program Files\gnuplot\bin\pgnuplot.exe"' =20 and now it should work! =20 Good luck =20 Konstantinos Xynos Research Student Information Security Research Group University of Glamorgan =20 |