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
(2) |
13
(1) |
14
|
15
(1) |
16
(2) |
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
(1) |
25
(1) |
26
|
27
|
28
(1) |
29
(10) |
30
(3) |
|
|
|
From: BBands <bb...@ya...> - 2008-04-29 21:02:53
|
Well, it took a lot of digging to figure this one out. I won't bore you with the details; the bottom line is that the gnuplot.py directory was misnamed. On Windows 2000 it was C:\Python25\Lib\site-packages\gnuplot instead of C:\Python25\Lib\site-packages\Gnuplot jab--who has a MUCH cleaner workstation now John Bollinger, CFA, CMT www.BollingerBands.com If you advance far enough, you arrive at the beginning. ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |
From: Michael H. <mh...@al...> - 2008-04-29 20:34:37
|
BBands wrote: > I am running the SVN version of Gnuplot.py, Python 2.5.2 and gnuplot 4.1. > > import Gnuplot fails > > import gnuplot succeeds > > Since test.py and demo.py emply the Gnuplot syntax this seems a bit odd. > > I must be missing something, but I am not sure what. Yes, the Python module is called "Gnuplot", not "gnuplot". My guess is that either you have some other unrelated gnuplot module installed, or you are on an OS with a case-insensitive filesystem and somehow the main directory got installed with a lowercase letter instead of uppercase. Michael |
From: BBands <bb...@ya...> - 2008-04-29 16:00:02
|
I am running the SVN version of Gnuplot.py, Python 2.5.2 and gnuplot 4.1. import Gnuplot fails import gnuplot succeeds Since test.py and demo.py emply the Gnuplot syntax this seems a bit odd. I must be missing something, but I am not sure what. jab John Bollinger, CFA, CMT www.BollingerBands.com If you advance far enough, you arrive at the beginning. ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |
From: Michael H. <mh...@al...> - 2008-04-29 15:48:14
|
Mark Alford wrote: > On Mon, 28 Apr 2008, John K. Parejko wrote: >> The version of Gnuplot.py in SVN replaces Numeric with numpy. It hasn't been >> turned into a release yet, but if you can download the latest subversion >> trunk (there should be information on how to do this from the sourceforge >> page), it should work just fine with numpy. > > What is stopping us from turning the SVN version in to a release? > I tested it on Fedora and it works fine. > Is there anything else that I and others can do to expedite the process? All that is missing is a volunteer who will follow through. If you want to be that person, let me know what your sourceforge username is and I'll give you the necessary permissions. There's even a document RELEASES.txt telling roughly what I had to do to make the last release. Michael |
From: Mark A. <al...@wu...> - 2008-04-29 15:01:58
|
On Mon, 28 Apr 2008, John K. Parejko wrote: > The version of Gnuplot.py in SVN replaces Numeric with numpy. It hasn't been > turned into a release yet, but if you can download the latest subversion > trunk (there should be information on how to do this from the sourceforge > page), it should work just fine with numpy. What is stopping us from turning the SVN version in to a release? I tested it on Fedora and it works fine. Is there anything else that I and others can do to expedite the process? |
From: Benny M. <ben...@gm...> - 2008-04-29 10:03:31
|
2008/4/29 Johan Ekh <ekh...@gm...>: > Thanks Benny, > I think I may have an old version of Gnuplot.py. When I use "with_" I get > an error and when I use "with" > I still get the same behavior as before. > > How do I download and install the most recent version? obtain the version in svn, then run : python setup.py install > > > /Johan > > 2008/4/29 Benny Malengier <ben...@gm...>: > > Please, have a look in test.py file in subversion. > > > > To plot this do: > > > > import Gnuplot > > > > > > x = linspace(0.0, 1.8, 18) > > > y = 3 - 2*x + 2*sin(4*x) > > > points2 = transpose(array([x,y])) > > > > --> no, not needed ! > > > > > > > > > > > g = Gnuplot.Gnuplot(persist=1) > > > d = Gnuplot.Data(points2, with='linespoints', title='points2') > > > > --> no, do: > > d = Gnuplot.Data(x, y, with_='linespoints', title='points2') > > > > Benny > > > > > |
From: Johan E. <ekh...@gm...> - 2008-04-29 09:49:30
|
Thanks Benny, I think I may have an old version of Gnuplot.py. When I use "with_" I get an error and when I use "with" I still get the same behavior as before. How do I download and install the most recent version? /Johan 2008/4/29 Benny Malengier <ben...@gm...>: > Please, have a look in test.py file in subversion. > > To plot this do: > > import Gnuplot > > > > x = linspace(0.0, 1.8, 18) > > y = 3 - 2*x + 2*sin(4*x) > > points2 = transpose(array([x,y])) > > --> no, not needed ! > > > > > > > g = Gnuplot.Gnuplot(persist=1) > > d = Gnuplot.Data(points2, with='linespoints', title='points2') > > --> no, do: > d = Gnuplot.Data(x, y, with_='linespoints', title='points2') > > Benny > > |
From: Benny M. <ben...@gm...> - 2008-04-29 09:23:34
|
Please, have a look in test.py file in subversion. To plot this do: import Gnuplot > > x = linspace(0.0, 1.8, 18) > y = 3 - 2*x + 2*sin(4*x) > points2 = transpose(array([x,y])) --> no, not needed ! > > > g = Gnuplot.Gnuplot(persist=1) > d = Gnuplot.Data(points2, with='linespoints', title='points2') --> no, do: d = Gnuplot.Data(x, y, with_='linespoints', title='points2') Benny |
From: Johan E. <ekh...@gm...> - 2008-04-29 08:50:09
|
Hi all, I'm trying to make my first plot using Gnuplot.py. I'm using scipy and numpy and I have issued the following commands in my script: import Gnuplot x = linspace(0.0, 1.8, 18) y = 3 - 2*x + 2*sin(4*x) points2 = transpose(array([x,y])) g = Gnuplot.Gnuplot(persist=1) d = Gnuplot.Data(points2, with='linespoints', title='points2') g.plot(d) However, the plot consists of only one point, even though the vectors x and y look as I expect. I also get the following message: In [3]: Warning: empty x range [0:0], adjusting to [-1:1] Warning: empty y range [3:3], adjusting to [2.97:3.03] gnuplot_x11: Some character sets not available Does anyone know what I'm doing wrong? Best regards, Johan |
From: John K. P. <par...@sp...> - 2008-04-29 02:34:52
|
> So the question is: what should I do? > gnuplot-py requires Numeric which requires python 2.4 > > Isn't there a way to make gnuplot-py working with the new "num-py" > module and so with python 2.5? The version of Gnuplot.py in SVN replaces Numeric with numpy. It hasn't been turned into a release yet, but if you can download the latest subversion trunk (there should be information on how to do this from the sourceforge page), it should work just fine with numpy. John |