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
(5) |
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
(2) |
11
(1) |
12
(1) |
13
|
14
|
15
|
16
(2) |
17
|
18
|
19
|
20
(1) |
21
|
22
|
23
(1) |
24
|
25
|
26
(6) |
27
(2) |
28
|
29
|
30
|
|
|
|
|
|
From: Hiroshi W. <wa...@ri...> - 2002-09-02 23:35:20
|
Dear Gnuplot-py-users, I found this problem was a know issue and discussed at support page (http://sourceforge.net/tracker/index.php?func=detail&aid=416091&group_id=17434&atid=217434). Gnuplot.py works on win32 by following instruction in this support page. Hiroshi Hiroshi Watabe wa...@ri... |
From: Leonardo M. <lm...@ud...> - 2002-09-02 21:47:20
|
Dear Hiroshi, > File "c:\python22\Lib\site-packages\Gnuplot\_Gnuplot.py", line 206, in __call__ > self.gnuplot(s) > File "c:\python22\lib\site-packages\Gnuplot\gp_win32.py", line 124, in __call__ > self.write(s + '\n') > IOError: [Errno 22] Invalid argument > > It seems to me that python cannot properly pass argument to > 'pgnuplot.exe'. It looks to me that it doesn't even find gnuplot.exe Is this executable in the executable path ?. It must be. Otherwise you can specify the full path to the gnuplot_command in your system (but you will need to do that for each release) I do not run windows, but I changed the gnuplot_command to a non existent name in my Linux box and I get an error message somehow similar to yours. Best luck, -- Leo |
From: Leonardo M. <lm...@ud...> - 2002-09-02 21:30:35
|
Hi Michael ! Thank you for the changes, I tried the CVS version and it works perfectly in my Linux box (I reverted my dirty fix in my overloaded gnuplot class). I tried plotting very large (thus slow) surface plots with no problems. I rerun my codes with no problmes. It seems rock solid. Great work ! > 1. The PlotItem interface is changed a little bit (the constructor Ok with me, I personally don't use it directly :-) > 2. The hierarchy of classes derived from PlotItem is changed > significantly. Same as above. > The changes to the majority of the user interface are really quite > minor; I think only power-users will notice any difference at all. Yes. Still, you may want to consider naming the next release 2.0, to make clear that there are structural changes. Also, it may be a good idea to release a release candidate first and let people try it for a while (up to you of course) and give feedback. This list is fairly new and it has a few users ... > It would be great if Unix users would grab the new version and test it > out a little bit, especially within your own applications. This > request is especially directed at those users who have been > "agitating" for such a change! Say what ???. :-) Thank you so much Michael Best, -- Leo |
From: Michael H. <mh...@al...> - 2002-09-02 17:28:23
|
Hi, Due to popular demand, I just hacked together some changes to Gnuplot.py to allow data to be sent to gnuplot via FIFOs (named pipes) under Unix. This seems to be a reliable solution for knowing when to delete temporary files. For example, test.py runs perfectly even if I take out all of the delays! I have checked the changes into CVS. This new FIFO feature is only implemented under Unix because Python doesn't support FIFOs under other operating systems. Other OSs continue to use temporary files and/or inline data. However, in the process of rewriting, I had to change the internals of the PlotItems class hierarchy. Before I incorporate the changes into a release I would like to check whether they're going to cause backwards-compatibility problems with users. So you, the elite members of the gnuplot-py-users mailing list, get to exert some influence! Let me know if any of the following things would upset you: 1. The PlotItem interface is changed a little bit (the constructor arguments change and a couple new member functions have been added). Has anybody derived new classes from PlotItem? If so, your classes would have to be changed a little bit. 2. The hierarchy of classes derived from PlotItem is changed significantly. For example, File and Data have been changed from actual classes into helper functions that return instances of a new _FileItem class. This might be a problem for anybody who works with the internals of PlotItems, for example, to derive entirely new PlotItem classes. 3. The AnyFile and TempFile classes were removed as they are no longer useful within the Gnuplot.py implementation. Does anybody use those classes externally and would be sad to see them go? The changes to the majority of the user interface are really quite minor; I think only power-users will notice any difference at all. For example, everything in test.py ran perfectly after changing essentially only the example that created a TempFile explicitly. It would be great if Unix users would grab the new version and test it out a little bit, especially within your own applications. This request is especially directed at those users who have been "agitating" for such a change! Yours, Michael -- Michael Haggerty mh...@al... |
From: Hiroshi W. <wa...@ri...> - 2002-09-02 01:45:13
|
Dear Gnuplot-py users, I tried to run Gnuplot-py on Win32 but I got following error messages; python demo.py Traceback (most recent call last): File "demo.py", line 121, in ? demo() File "demo.py", line 72, in demo g.ylabel('x^2') # take advantage of enhanced postscript mode File "c:\python22\Lib\site-packages\Gnuplot\_Gnuplot.py", line 434, in ylabel self.set_string('ylabel', s) File "c:\python22\Lib\site-packages\Gnuplot\_Gnuplot.py", line 381, in set_string self('set %s "%s"' % (option, s)) File "c:\python22\Lib\site-packages\Gnuplot\_Gnuplot.py", line 206, in __call__ self.gnuplot(s) File "c:\python22\lib\site-packages\Gnuplot\gp_win32.py", line 124, in __call__ self.write(s + '\n') IOError: [Errno 22] Invalid argument It seems to me that python cannot properly pass argument to 'pgnuplot.exe'. I use gnuplot-py-1.6 python-2.2 gnuplot-3.71 How can I solve this problem? Thank you in advance. Hiroshi Hiroshi Watabe wa...@ri... |