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
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(2) |
19
(1) |
20
(1) |
21
(1) |
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: Benny M. <ben...@gm...> - 2008-08-21 08:05:36
|
This is mailing list for gnuplot-py, not for python or gnuplot. Create a file: ofile = open(filename, 'w') ofile.write(.....) You can plot it directly with gnuplot-py though, see the example file distributed with gnuplot-py Benny 2008/8/20 Fabi Rabarison <fa...@ai...> > Hi, > > I would like to ask a quick question. Suppose that I have a list > > points=[(1,2,3),(4,5,6),(7,8,9)] > > how do I do to create the data file "points.dat", > so that I can use the command > > gnuplot> splot "points.dat" with lines? > > Thanks > -- > Fabi Rabarison > Stellenbosch University > www.aims.ac.za/~fabi <http://www.aims.ac.za/%7Efabi> > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users > |
From: Fabi R. <fa...@ai...> - 2008-08-20 14:31:29
|
Hi, I would like to ask a quick question. Suppose that I have a list points=[(1,2,3),(4,5,6),(7,8,9)] how do I do to create the data file "points.dat", so that I can use the command gnuplot> splot "points.dat" with lines? Thanks -- Fabi Rabarison Stellenbosch University www.aims.ac.za/~fabi |
From: Mauro B. <MBr...@ed...> - 2008-08-19 14:16:26
|
Thanks for your help, What i don't know what to do now is how to plot a 3d cube in gnuplot using gnuplot.py in an efficient way. Any idea about that? Mauro "Nadav Horesh" <nadavh@visionsen se.com> To Sent by: gnuplot-py-users- <gnu...@li...urceforge bo...@li...u .net> rceforge.net cc Subject 08/18/2008 12:21 Re: [Gnuplot-py-users] solid object PM in plot The cvs version of gnuplot supports semitransparent colours. Start by looking at its docomentation. Nadav -----הודעה מקורית----- מאת: gnu...@li... בשם Mauro Brigante נשלח: ב 18-אוגוסט-08 17:08 אל: gnu...@li... נושא: [Gnuplot-py-users] solid object in plot Hi, I am trying to add to some data plot a semi-transparent solid (a solid box) in a 3d graph. (the 3d analogous of a gnuplot 'box' in 2d) Any idea how to do that? I tried drawing the lines and then using pm3d to color them, but i couldn't get the sides colored. I am using gnuplot.py to interface with python. Thanks, Mauro ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Gnuplot-py-users mailing list Gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Gnuplot-py-users mailing list Gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users |
From: Nadav H. <na...@vi...> - 2008-08-18 16:26:25
|
The cvs version of gnuplot supports semitransparent colours. Start by looking at its docomentation. Nadav -----הודעה מקורית----- מאת: gnu...@li... בשם Mauro Brigante נשלח: ב 18-אוגוסט-08 17:08 אל: gnu...@li... נושא: [Gnuplot-py-users] solid object in plot Hi, I am trying to add to some data plot a semi-transparent solid (a solid box) in a 3d graph. (the 3d analogous of a gnuplot 'box' in 2d) Any idea how to do that? I tried drawing the lines and then using pm3d to color them, but i couldn't get the sides colored. I am using gnuplot.py to interface with python. Thanks, Mauro ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Gnuplot-py-users mailing list Gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users |
From: Mauro B. <MBr...@ed...> - 2008-08-18 14:08:03
|
Hi, I am trying to add to some data plot a semi-transparent solid (a solid box) in a 3d graph. (the 3d analogous of a gnuplot 'box' in 2d) Any idea how to do that? I tried drawing the lines and then using pm3d to color them, but i couldn't get the sides colored. I am using gnuplot.py to interface with python. Thanks, Mauro |