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
(3) |
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(1) |
30
(1) |
31
(2) |
|
|
|
|
|
From: Fernando P. <Fer...@co...> - 2005-10-31 05:40:46
|
Titi Anggono wrote: > Finally, I tried another way to plot the graph :) > > I found that SciPy has subpackage gplt that requires > Gnuplot. I used gplt and the plot shown. You may not want to rely on scipy.gplt. It is deprecated and has been removed from the current release. Regards, f |
From: Titi A. <tia...@ya...> - 2005-10-31 02:12:34
|
Finally, I tried another way to plot the graph :) I found that SciPy has subpackage gplt that requires Gnuplot. I used gplt and the plot shown. Titi --- Michael Haggerty <mh...@al...> wrote: > Titi Anggono wrote: > > [...] > > here I got the message > > > > ============================ > > 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 > > ====================================== > > > > FYI, I use python2.3,Gnuplot-py-1.7 and winXP. Any > > problems with my code ?? > > I don't use windows, but I believe that this problem > usually indicates > that gnuplot (i.e., the program, not the Python > interface) didn't start > up correctly. It could be a PATH problem, for > example. If you search > the mailing list archives you will see several > similar questions and > responses. > > [Including the above paragraph :-) ] > > I just added this question to the FAQ. > > Windows users are encouraged to submit a patch to > produce a better error > message for this situation. It would help new users > a lot. (Just > remember that it has to work for all windows > versions.) > > Michael > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com |
From: Michael H. <mh...@al...> - 2005-10-30 21:31:29
|
Titi Anggono wrote: > [...] > here I got the message > > ============================ > 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 > ====================================== > > FYI, I use python2.3,Gnuplot-py-1.7 and winXP. Any > problems with my code ?? I don't use windows, but I believe that this problem usually indicates that gnuplot (i.e., the program, not the Python interface) didn't start up correctly. It could be a PATH problem, for example. If you search the mailing list archives you will see several similar questions and responses. [Including the above paragraph :-) ] I just added this question to the FAQ. Windows users are encouraged to submit a patch to produce a better error message for this situation. It would help new users a lot. (Just remember that it has to work for all windows versions.) Michael |
From: Titi A. <tia...@ya...> - 2005-10-29 02:32:09
|
Hi all, I made 2 arrays, which are i and uzuy (both are float). And I want to plot the graph between those arrays. I followed from the manual ================== from Gnuplot import Gnuplot, Data g=Gnuplot() results=Data(i,uzuy) g.plot(results) ================= here I got the message ============================ Traceback (most recent call last): File "<pyshell#85>", line 1, in -toplevel- g.plot(i,uzuy) File "C:\Python23\Lib\site-packages\Gnuplot\_Gnuplot.py", line 274, in plot self.refresh() File "C:\Python23\Lib\site-packages\Gnuplot\_Gnuplot.py", line 215, in refresh self(self.plotcmd + ' ' + string.join(plotcmds, ', ')) File "C:\Python23\Lib\site-packages\Gnuplot\_Gnuplot.py", line 199, in __call__ self.gnuplot(s) File "C:\Python23\Lib\site-packages\Gnuplot\gp_win32.py", line 125, in __call__ self.write(s + '\n') IOError: [Errno 22] Invalid argument ====================================== FYI, I use python2.3,Gnuplot-py-1.7 and winXP. Any problems with my code ?? Thanks __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs |
From: Arne M. <mej...@cs...> - 2005-10-13 08:44:58
|
Great, works just fine. Thanks for your help :-D On Thu, 2005-10-13 at 11:03 +0300, Juho Schultz wrote: > On Thu, 13 Oct 2005, Arne Mejlholm wrote: > > >Hi, > > > >I'm curious as to whether there is an easier way of changning the > >default terminal type, than to edit default_term in the gp_unix.py > >file. > > > > I think something like > > Gnuplot.GnuplotOpts.default_term = "newDefaultTerminal" > g = Gnuplot.Gnuplot() > > can be used. > > |
From: Juho S. <juh...@as...> - 2005-10-13 08:03:26
|
On Thu, 13 Oct 2005, Arne Mejlholm wrote: >Hi, > >I'm curious as to whether there is an easier way of changning the >default terminal type, than to edit default_term in the gp_unix.py >file. > I think something like Gnuplot.GnuplotOpts.default_term = "newDefaultTerminal" g = Gnuplot.Gnuplot() can be used. -- Juho Schultz e-mail: juh...@as... www.astro.helsinki.fi/~jschultz Observatory P.O. Box 14 FIN-00014 University of Helsinki FINLAND |
From: Arne M. <mej...@cs...> - 2005-10-13 07:42:07
|
Hi, I'm curious as to whether there is an easier way of changning the default terminal type, than to edit default_term in the gp_unix.py file. My setup is such that I use Gnuplot-py to generate plots on the fly on my webserver, which does not have x11 installed. As far as I can tell, there is no way of setting the terminal before creating a Gnuplot instance, other than editing the source file. Am I wrong? I would consider it a nicer solution if you could specify this by something like: g = Gnuplot.Gnuplot(term="png", debug=1) This way I will not have to edit the gp_unix.py when upgrading/reinstalling Gnuplot-py. Best Regards, Arne Mejlholm |