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
|
From: Hannah S. <han...@co...> - 2006-02-14 12:05:58
|
My previous installation problem is now solved. Hurray! But, now I have a= new problem. Trying to=20 actually plot in python brings up a string of errors. My code goes as suc= h (as per the instructions in a=20 manual I was given): from Gnuplot import Gnuplot, Data graph =3D Gnuplot() results =3D Data(xx, yy) graph.plot(results) The arrays xx and yy have been previously defined. It's the last line tha= t brings up the errors, which are: Traceback (most recent call last): File "<pyshell#3>", line 1, in -toplevel- graph.plot(results) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/s= ite-packages/Gnuplot/ _Gnuplot.py", line 274, in plot self.refresh() File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/s= ite-packages/Gnuplot/ _Gnuplot.py", line 215, in refresh self(self.plotcmd + ' ' + string.join(plotcmds, ', ')) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/s= ite-packages/Gnuplot/ _Gnuplot.py", line 199, in __call__ self.gnuplot(s) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/s= ite-packages/Gnuplot/ gp_macosx.py", line 136, in __call__ self.flush() IOError: [Errno 32] Broken pipe I have no idea how to fix this. Once again, any help is very much appreci= ated. Hannah |
From: Noel O'B. <no...@ca...> - 2006-02-14 11:22:26
|
You don't need to be administrator,...but it helps. Otherwise, you can instead install in your local directory. Make a folder to install into. On my system, I created "/home/no228/python". Then run install as follows: "python setup.py install --prefix /home/no228/python" Then, set the environment variable PYTHONPATH to include this new location, so that python will be able to find these locally-installed libraries. On my system (bash): "export PYTHONPATH=/home/no228/python/lib/python2.4/site-packages" To test, type: $ python >>> from Gnuplot import * (there shouldn't be any error messages) Regards, Noel On Mon, 2006-02-13 at 17:42 +0000, Hannah Singh wrote: > OK, so I've downloaded and untar'd the gnuplot-py-1.7 file, and tried to install it, but I keep coming up > against errors. I suspect this is quite possibly due to my general incompetence, so some help/advice/ > pointers would be greatly appreciated. > > In the readme file it says: 3. Install by changing to the directory and typing "python setup.py install". > > I assumed this meant in terminal, so I went and did that, and got this error: > > creating /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/Gnuplot > error: could not create '/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- > packages/Gnuplot': Permission denied > > Am I right in thinking that this means I haven't installed Gnuplot correctly? If so, what could I have done > wrong, as I simply followed the auto-install prompt. > > Many thanks in advance, > Hannah > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users |
From: Hannah S. <han...@co...> - 2006-02-14 09:54:54
|
> On Mon, 13 Feb 2006, Hannah Singh apparently wrote:=20 > > error: could not create=20 > > '/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site= -=20 > > packages/Gnuplot': Permission denied=20 >=20 > It seems you lack the privileges to create this directory. > Talk to your systems administrator? Thanks. The problem is that it's my personal computer, and I'm set as the= admin, so I don't know why it=20 won't recognise me. I did change the access so that anyone could rwx, but= that didn't seem to do=20 anything. When I entered the "su" command and entered my password, it was= rejected. Do you know=20 what's going on? Many thanks, Hannah |
From: Jeremy C. <jer...@gm...> - 2006-02-14 04:35:35
|
On 2/13/06, Hannah Singh <han...@co...> wrote: > OK, so I've downloaded and untar'd the gnuplot-py-1.7 file, and tried to = install it, but I keep coming up > against errors. I suspect this is quite possibly due to my general incomp= etence, so some help/advice/ > pointers would be greatly appreciated. > > In the readme file it says: 3. Install by changing to the directory and t= yping "python setup.py install". > > I assumed this meant in terminal, so I went and did that, and got this er= ror: > > creating /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/= site-packages/Gnuplot > error: could not create '/Library/Frameworks/Python.framework/Versions/2.= 4/lib/python2.4/site- > packages/Gnuplot': Permission denied > > Am I right in thinking that this means I haven't installed Gnuplot correc= tly? If so, what could I have done > wrong, as I simply followed the auto-install prompt. > > Many thanks in advance, > Hannah > > > Alan is right, you don't have the necessary permissions. If you are an administrator on the computer you can simply use the "sudo" command immediately before the install command like sudo python setup.py install It will ask for your password and then install it for you. I didn't have any issues when I installed it on Tiger. Jeremy |
From: Alan G I. <ai...@am...> - 2006-02-14 01:09:14
|
On Mon, 13 Feb 2006, Hannah Singh apparently wrote: > error: could not create > '/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- > packages/Gnuplot': Permission denied It seems you lack the privileges to create this directory. Talk to your systems administrator? fwiw, Alan Isaac |
From: Hannah S. <han...@co...> - 2006-02-13 17:42:47
|
OK, so I've downloaded and untar'd the gnuplot-py-1.7 file, and tried to = install it, but I keep coming up=20 against errors. I suspect this is quite possibly due to my general incomp= etence, so some help/advice/ pointers would be greatly appreciated. In the readme file it says: 3. Install by changing to the directory and t= yping "python setup.py install". I assumed this meant in terminal, so I went and did that, and got this er= ror:=20 creating /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/= site-packages/Gnuplot error: could not create '/Library/Frameworks/Python.framework/Versions/2.= 4/lib/python2.4/site- packages/Gnuplot': Permission denied Am I right in thinking that this means I haven't installed Gnuplot correc= tly? If so, what could I have done=20 wrong, as I simply followed the auto-install prompt. Many thanks in advance, Hannah |
From: iCy-fLaME <icy...@gm...> - 2006-02-02 12:02:44
|
Pj4+PmlDeS1mTGFNRSB3cm90ZToKPj4+Pgo+Pj4+Cj4+Pj5Ob3Qgc3VyZSB3aGF0IGlzIGdvaW5n IG9uLCBkb250IGV2ZW4ga25vdyBpZiB0aGlzIGlzIGEgZ2xpdGNoIGNhdXNlIGJ5Cj4+Pj5nbnVw bG90LXB5IG9yIHNjaXB5IG9yIHB5dGhvbiBpdHNlbGYsIGJ1dCBoZXJlIGlzIHdoYXQgaSBmb3Vu ZCBvdXQgb24KPj4+Pm15IHN5c3RlbS4KPj4+Pgo+Pj4+RmVkb3JhIENvcmUgNAo+Pj4+Z251cGxv dC00LjAuMC03Cj4+Pj5nbnVwbG90LXB5LTEuNy0xCj4+Pj5TY2lQeSAwLjQuNAo+Pj4+Cj4+Pj5J dCB3b3VsZG50IHBsb3QgaWYgaSBkbyB0aGlzOgo+Pj4+PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09Cj4+Pj5mcm9tIHNjaXB5IGltcG9ydCBsaW5zcGFjZQo+Pj4+aW1wb3J0IEdudXBs b3QKPj4+PmcgPSBHbnVwbG90LkdudXBsb3QoZGVidWcgPSAxKQo+Pj4+eCA9IGxpbnNwYWNlKDAs IDEsIDIwKS5hc3R5cGUoJ2YnKSAgICAgICAgIyBpLmUuIGFycmF5KDAuMCwgMC4wNSwKMC4xMCwg Li4uIDEuMCkKPj4+PnkgPSBsaW5zcGFjZSgwLCA1LCAyMCkuYXN0eXBlKCdmJykKPj4+PmQgPSBH bnVwbG90LkRhdGEoeCwgeSkKPj4+PmcucGxvdChkKQo+Pj4+PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09Cj4+Pj4KPj4+Pgo+Pj5PbiAyLzEvMDYsIFJvYmVydCBLZXJuIDxyb2JlcnQu a2VybkBnbWFpbC5jb20+IHdyb3RlOgo+Pj4KPj4+Cj4+PkRpZCB5b3Ugc2VlIGFuIGVycm9yIG1l c3NhZ2UsIG9yIGRpZCBpdCBqdXN0IGRvIG5vdGhpbmc/IFdoYXQKdmVyc2lvbiBvZiBOdW1lcmlj Cj4+PmRvIHlvdSBoYXZlIGluc3RhbGxlZD8gSSdtIHByZXR0eSBzdXJlIHRoZSBHbnVwbG90IG1v ZHVsZSBzdGlsbAp1c2VzIE51bWVyaWMgYW5kCj4+Pm1heSBub3QgcmVjb2duaXplIG51bXB5IGFy cmF5cy4gSG9wZWZ1bGx5LCBpdCB3aWxsIHRyeSB0byBkbyBzb21ldGhpbmcgbGlrZQo+Pj5OdW1l cmljLmFzYXJyYXkoeCkuIElmIE51bWVyaWMncyB2ZXJzaW9uIGlzID49MjQuMCwgdGhhdCBzaG91 bGQgYXV0b21hdGljYWxseQo+Pj5jb252ZXJ0IHRoZSBudW1weSBhcnJheSB0byBhIE51bWVyaWMg YXJyYXkgZWZmaWNpZW50bHkuCj4+Pgo+Pj4tLQo+Pj5Sb2JlcnQgS2Vybgo+Pj5yb2JlcnQua2Vy bkBnbWFpbC5jb20KPj4+Cj4+PiJJbiB0aGUgZmllbGRzIG9mIGhlbGwgd2hlcmUgdGhlIGdyYXNz IGdyb3dzIGhpZ2gKPj4+IEFyZSB0aGUgZ3JhdmVzIG9mIGRyZWFtcyBhbGxvd2VkIHRvIGRpZS4i Cj4+PiAgLS0gUmljaGFyZCBIYXJ0ZXIKPj4+Cj4+Pl9fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fCj4+PlNjaVB5LXVzZXIgbWFpbGluZyBsaXN0Cj4+PlNjaVB5 LXVzZXJAc2NpcHkubmV0Cj4+Pmh0dHA6Ly93d3cuc2NpcHkubmV0L21haWxtYW4vbGlzdGluZm8v c2NpcHktdXNlcgo+Pj4KPj4+Cj4+Pgo+PmlDeS1mTGFNRSB3cm90ZToKPj4KPj5JdCBvcGVuZWQg YSB4MTEgd2luZG93LCBidXQgbm90aGluZyBpcyBwbG90dGVkLiBTb21ldGltZXMgaXQgY29tcGxh aW4KPj5hYm91dCB0aGUgcmFuZ2UuIEkgaGF2ZSBhIGZlZWxpbmcgaXQgaXMgY29udmVydGluZyBh bGwgZmxvYXQgdG8gaW50LAo+PmhlbmNlIGFsbCB6ZXJvIGFuZCBub3RoaW5nIHRvIHBsb3QuCj4+ Cj4+SXQgcGxvdHMgZmluZSBpZiBpIG1ha2UgeCByYW5nZSA+PiB0aGFuIDE6Cj4+PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09Cj4+ZnJvbSBzY2lweSBpbXBvcnQgbGluc3BhY2UKPj5p bXBvcnQgR251cGxvdAo+PmcgPSBHbnVwbG90LkdudXBsb3QoZGVidWcgPSAxKQo+PnggPSBsaW5z cGFjZSgwLCAxMCwgMjApLmFzdHlwZSgnZicpICAgICAgICAjIE1ha2UgdGhlIGVuZCBwb2ludCA+ PiAxCj4+eSA9IGxpbnNwYWNlKDAsIDUwLCAyMCkuYXN0eXBlKCdmJykKPj5kID0gR251cGxvdC5E YXRhKHgsIHkpCj4+Zy5wbG90KGQpCj4+PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 Cj4+Cj4+QWhoLCBteSBOdW1lcmljIHZlcnNpb24gaXMgJzIzLjcnCj4+Cj4+Cj4gT24gMi8xLzA2 LCBUcmF2aXMgT2xpcGhhbnQgPG9saXBoYW50QGVlLmJ5dS5lZHU+IHdyb3RlOgo+Cj4KPiBFYXJs aWVyIHZlcnNpb25zIG9mIE51bWVyaWMgZGlkbid0IGhhbmRsZSBpdCB3ZWxsIGlmIHRoZSByZXR1 cm4gb2YgdGhlCj4gX19hcnJheV9fIG1ldGhvZCAod2hpY2ggSSBzdXNwZWN0IGl0IGlzIGNhbGxp bmcpLCB3YXMgbm90IGFuIGFjdHVhbAo+IE51bWVyaWMgQXJyYXlPYmplY3QuICAgICBPbiAzMi1i aXQgcGxhdGZvcm1zLCB0aGUgbmRhcnJheSBBcnJheU9iamVjdAo+IHN0cnVjdHVyZSBpcyB0aGUg c2FtZSBhcyB0aGUgTnVtZXJpYyBBcnJheU9iamVjdCBzdHJ1Y3R1cmUuICBIb3dldmVyLAo+IHRo ZSBQeUFycmF5X0Rlc2NyIHN0cnVjdHVyZSBpcyBxdWl0ZSBhIGJpdCBkaWZmZXJlbnQgYW5kIHNv IEknbSBzdXJlIHRoZQo+IHR5cGUgaW5mb3JtYXRpb24gaXMgd3JvbmcgaWYgTnVtZXJpYyBpcyBq dXN0IHRyeWluZyB0byB1c2UgdGhlIG91dHB1dCBvZgo+IHRoZSBfX2FycmF5X18gbWV0aG9kIG9u IHRoZSBuZGFycmF5IG9iamVjdC4KPgo+IE51bWVyaWMgc2hvdWxkIGhhdmUgYmVlbiBjaGVja2lu ZyB0aGUgb3V0cHV0IG9mIHRoZSBfX2FycmF5X18gbWV0aG9kIGFuZAo+IHJhaXNpbmcgYW4gZXJy b3IuICBJIGtub3cgdGhpcyBnb3QgY2hhbmdlZCBhdCBzb21lIHBvaW50LCBidXQgSSdtIG5vdAo+ IHN1cmUgaG93IGVhcmx5Lgo+Cj4gLVRyYXZpcwo+Cj4KPiBfX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fXwo+IFNjaVB5LXVzZXIgbWFpbGluZyBsaXN0Cj4gU2Np UHktdXNlckBzY2lweS5uZXQKPiBodHRwOi8vd3d3LnNjaXB5Lm5ldC9tYWlsbWFuL2xpc3RpbmZv L3NjaXB5LXVzZXIKPgppQ3ktZkxhTUUgd3JvdGU6CgoKVXBncmFkZSBOdW1lcmljIHRvIDI0LjIs IG5vdyBldmVyeXRoaW5nIGlzIHdvcmtpbmcuCgpUaGFua3MgZm9yIHRoZSBxdWljayByZXNwb25z ZS4KCgpPbiBGZWIuMDEgMTJoMjEsIFJvYmVydCBLZXJuIHdyb3RlIDoKPiBJJ20gcHJldHR5IHN1 cmUgdGhlIEdudXBsb3QgbW9kdWxlIHN0aWxsIHVzZXMgTnVtZXJpYyBhbmQgbWF5IG5vdAo+IHJl Y29nbml6ZSBudW1weSBhcnJheXMuCgpKdXN0IGZvciB0aGUgaW5mbywgSSBkb3dubG9hZGVkIHRo ZSBHbnVwbG90IG1vZHVsZSBhbmQKc2VhcmNoZWQtYW5kLXJlcGxhY2VkIE51bWVyaWMgYnkgbnVt cHkgYW5kIEkgY2FuIHVzZSBpdCB3aXRob3V0CnByb2JsZW1zLgoKSSdtIHN1cmUgdGhlcmUgc2hv dWxkIGJlIGEgd2F5IHRvIHBhdGNoIGl0IHNvIHRoYXQgYm90aCBhcmUgYWNjZXB0ZWQsCmJ1dCBJ IGRpZG4ndCByZWFsbHkgaGF2ZSB0aGUgdGltZS4KCkV2YW4K |
From: Noel O'B. <no...@ca...> - 2006-01-23 09:30:57
|
Cygwin has its own version of Python. You appear to be confusing the Cygwin Python with a version of Python installed on Windows. In Windows, I prefer the the Windows version of Python and the Windows version of Gnuplot, as they integrate better with Windows. Is there some particular reason you prefer the cygwin versions? Regards, Noel On Fri, 2006-01-20 at 16:37 -0800, Nguyen Quang Chien wrote: > Dear Sir or Madam, >=20 > I have encountered an error when installing the gnuplot-py-1.7. I used > cygwin and when performed setup, the message was as follows: >=20 > File "/cygdrive/d/Setup > opensource/Python-related/gnuplot-py-1.7/PlotItems.py", line 26, in ? > import Numeric > ImportError: No module named Numeric >=20 > When I opened the PlotItems.py, the content was as follows: >=20 > import os, string, tempfile, types >=20 > try: > from cStringIO import StringIO > except ImportError: > from StringIO import StringIO >=20 > import Numeric >=20 > import gp, utils, Errors > # ... more codes >=20 > I am sure that I have installed Numeric module, as I can call it well > from the interactive prompt: >=20 > PythonWin 2.4.2 (#67, Oct 30 2005, 16:11:18) [MSC v.1310 32 bit > (Intel)] on win32. > Portions Copyright 1994-2004 Mark Hammond (mha...@sk...) > - see 'Help/About PythonWin' for further copyright information. > >>> import Numeric > >>> =20 >=20 > So could you tell me how to fix this error ? Thank you very much. >=20 > With best regard, > Q.C. Nguyen >=20 >=20 >=20 > ______________________________________________________________________ > Yahoo! Photos =96 Showcase holiday pictures in hardcover > Photo Books. You design it and we=92ll bind it! |
From: Nguyen Q. C. <ngu...@ya...> - 2006-01-21 00:37:30
|
Dear Sir or Madam, I have encountered an error when installing the gnuplot-py-1.7. I used cygwin and when performed setup, the message was as follows: File "/cygdrive/d/Setup opensource/Python-related/gnuplot-py-1.7/PlotItems.py", line 26, in ? import Numeric ImportError: No module named Numeric When I opened the PlotItems.py, the content was as follows: import os, string, tempfile, types try: from cStringIO import StringIO except ImportError: from StringIO import StringIO import Numeric import gp, utils, Errors # ... more codes I am sure that I have installed Numeric module, as I can call it well from the interactive prompt: PythonWin 2.4.2 (#67, Oct 30 2005, 16:11:18) [MSC v.1310 32 bit (Intel)] on win32. Portions Copyright 1994-2004 Mark Hammond (mha...@sk...) - see 'Help/About PythonWin' for further copyright information. >>> import Numeric >>> So could you tell me how to fix this error ? Thank you very much. With best regard, Q.C. Nguyen --------------------------------- Yahoo! Photos Showcase holiday pictures in hardcover Photo Books. You design it and well bind it! |
From: Michael H. <mh...@al...> - 2006-01-19 05:18:08
|
Crider, Joseph A wrote: > I've been looking at open source plotting packages for Python to use in > a new internal project I'm heading up. At a minimum, the platforms we > want to support are Linux, Solaris, and Cygwin/X. Now that all of the > plotting packages are being dropped from SciPy (and gplt didn't support > all of the features we need anyway), it appears that we will have to > choose between Gnuplot-py and Matplotlib or roll our own. > > Since Gnuplot does support all of the features we need, I believe > Gnuplot-py would be sufficient for our needs. However, I've got one > small problem with version 1.7 on Cygwin/X for which I've found one > solution, but I would like to know if anyone has come up with a better > solution. My first attempt to use Gnuplot-py failed miserably, but that > appears to have been a problem with my Cygwin installation. After > re-installing a recent version, it is going much better. However, I had > to make two changes to gp_cygwin.py: change the values of > gnuplot_command to 'gnuplot.exe' (line 41) and default_term to 'x11' > (line 60). Is there a better solution so that I would not have to > maintain these changes if a newer version of Gnuplot-py is released that > I want to use? Unless you are suggesting that this should be changed for all Cygwin users, the best solution is for you to set these options before instantiating the Gnuplot object: >>> import Gnuplot >>> Gnuplot.GnuplotOpts.gnuplot_command = 'gnuplot.exe' >>> Gnuplot.GnuplotOpts.default_term = 'x11' >>> g = Gnuplot.Gnuplot() >>> ... Michael |
From: Crider, J. A <jos...@Bo...> - 2006-01-18 19:45:11
|
I've been looking at open source plotting packages for Python to use in a new internal project I'm heading up. At a minimum, the platforms we want to support are Linux, Solaris, and Cygwin/X. Now that all of the plotting packages are being dropped from SciPy (and gplt didn't support all of the features we need anyway), it appears that we will have to choose between Gnuplot-py and Matplotlib or roll our own. Since Gnuplot does support all of the features we need, I believe Gnuplot-py would be sufficient for our needs. However, I've got one small problem with version 1.7 on Cygwin/X for which I've found one solution, but I would like to know if anyone has come up with a better solution. My first attempt to use Gnuplot-py failed miserably, but that appears to have been a problem with my Cygwin installation. After re-installing a recent version, it is going much better. However, I had to make two changes to gp_cygwin.py: change the values of gnuplot_command to 'gnuplot.exe' (line 41) and default_term to 'x11' (line 60). Is there a better solution so that I would not have to maintain these changes if a newer version of Gnuplot-py is released that I want to use? J. Allen Crider |
From: Alan G I. <ai...@am...> - 2006-01-10 14:20:41
|
On Tue, 10 Jan 2006, Michael Haggerty apparently wrote: > that leaves the more difficult question of how you can > output time data from Gnuplot.py. Unfortunately, there is > no support for time data built in. You could output the > data to a file via another mechanism then plot it using > a Gnuplot.File object. Or you could hack Gnuplot.py to > add support for time data. Note that Allin Cottrell has done this for gretl, which uses gnuplot to plot. So look there in hopes on not having to reinvent the wheel. Also, the Matplotlib date handling routines might be useful; they work remarkably well. fwiw, Alan Isaac |
From: <al...@mm...> - 2006-01-10 11:54:24
|
> I suggest that you find out how to do what you need to do using gnuplot > and let us know. Then we might be able to get Gnuplot.py to do the same > thing. You're right, I'm going to investigate it with naked gnuplot, and you'll know about. Thanks everybody ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: <al...@mm...> - 2006-01-10 11:46:15
|
Thank you very much! It works like charm! > > >>> import Gnuplot > >>> Gnuplot.GnuplotOpts.gnuplot_command = \ > ... "gnuplot -xrm 'gnuplot*line2Color:yellow'" > > (before creating your Gnuplot.Gnuplot object). Albert ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: Michael H. <mh...@al...> - 2006-01-10 09:10:29
|
frank h. wrote: > I am not sure I understand gnuplot.py completely yet > but I havent found a way to plot a timeseries, e.g. > > set xdata time > > in gnuplot speak > > how would one go about this with gnuplot.py? In general, you can send any command to gnuplot by using >>> g = Gnuplot.Gnuplot() >>> g('set xdata time') But that leaves the more difficult question of how you can output time data from Gnuplot.py. Unfortunately, there is no support for time data built in. You could output the data to a file via another mechanism then plot it using a Gnuplot.File object. Or you could hack Gnuplot.py to add support for time data. This has been discussed before; see for example http://sourceforge.net/mailarchive/message.php?msg_id=2172189 http://sourceforge.net/mailarchive/message.php?msg_id=11511622 http://sourceforge.net/mailarchive/message.php?msg_id=2179048 Michael |
From: Michael H. <mh...@al...> - 2006-01-10 08:56:21
|
al...@mm... wrote: > I'm trying to change the color of a function... and I can't. > I used to call, for example: > gnuplot -xrm 'gnuplot*line2Color:yellow', > > but, of course I can't do this now, so > how can I do it? > > One more thing. I can't change the file .Xdefaults because I'm not the system > administrator. > > Thank you very much... > at least there's somebody on the other side... ;) Assuming that you are on a Unix/Linux system, it is usually the case that the login process causes a file in your home directory to be read and added to the X resources. For example, on my linux setup the magic file is called ".Xresources". Alternatively, you can load properties into your X resources manually using the "xrdb" command. Finally, if you only want these properties to be set when you are using Gnuplot.py, you could add the command-line options to the gnuplot_command variable as follows: >>> import Gnuplot >>> Gnuplot.GnuplotOpts.gnuplot_command = \ ... "gnuplot -xrm 'gnuplot*line2Color:yellow'" (before creating your Gnuplot.Gnuplot object). Michael |
From: Michael H. <mh...@al...> - 2006-01-10 08:45:46
|
al...@mm... wrote: >>4. Try a simple example with "naked" gnuplot, rather than Gnuplot.py, >>using temporary files to hold the data. Does it do what you expect? > > No, it does the same... ;P I suggest that you find out how to do what you need to do using gnuplot and let us know. Then we might be able to get Gnuplot.py to do the same thing. Michael |
From: <al...@mm...> - 2006-01-10 08:32:05
|
> al...@mm... wrote: > > I want to use gnuplot.py to represent several "4D" surfaces in the same > plot, so > > I write something like: > > > > data1 = [ > > [ > > [1,1,z1(1,1),val1(1,1)], > > [1,2,z1(1,2),val1(1,2)], > > [1,3,z1(1,3),val1(1,3)], > > ], > > [ > > [2,1,z1(2,1),val1(2,1)], > > [2,2,z1(2,2),val1(2,2)], > > [2,3,z1(2,3),val1(2,3)], > > ], > > ... > > ] > > > > data2 = [ > > [ > > [1,1,z2(1,1),val2(1,1)], > > [1,2,z2(1,2),val2(1,2)], > > [1,3,z2(1,3),val2(1,3)], > > ], > > [ > > [2,1,z2(2,1),val2(2,1)], > > [2,2,z2(2,2),val2(2,2)], > > [2,3,z2(2,3),val2(2,3)], > > ], > > ... > > ], > > > > ... > > > > dataN = ... > > > > and then, data = [Gnuplot.Data(data1, using=(1,2,3,4), inline = 1), > > Gnuplot.Data(data2, using=(1,2,3,4), inline = 1), > > ... > > Gnuplot.Data(dataN, using=(1,2,3,4), inline = 1)] > > > > So, when I go to plot: > > g = Gnuplot.Gnuplot(debug = 1) > > g.splot(*data) > > > > it seems something works because you can read: > > gnuplot> splot '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' > using > > 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle > > on your terminal, but only the last surface is plotted, maybe because > the > > (x,y) pairs are the same in data1, data2, ... > > > > So, how can I solve this? > > My target is to see all the 3D points in different colors or something > like > > that... do you understand? > > I'm a bit out of practice. How do you expect the four values to be > used? Usually splot uses (x,y,z) triplets, no? I expect to see surfaces by (x,y,z) coloured in function of val, i.e., if val is high I want to see the point in yellow and if it is low in black. > Otherwise I don't see why this shouldn't work. I can't imagine that it > would be a problem that the (x,y) pairs are the same. Ideas: > > 1. If you have hidden line removal on (which is the default, I think) it > could be that all of your surfaces are being plotted but the top surface > is visually obscuring the other surfaces. How do I know it? I tried with set & unset hidden3d, but it looks like the same... > > 2. If your z values are all the same, then you would not see distinct > surfaces. You're right, but they aren't the same > 3. Try the same thing without the inline=1 option. Does that work? > (This would imply a Gnuplot.py bug.) It works the same. > 4. Try a simple example with "naked" gnuplot, rather than Gnuplot.py, > using temporary files to hold the data. Does it do what you expect? No, it does the same... ;P > Michael In fact I can see the points colored typping splot "temp.plot" using 1:2:3:4 with points pointtype 7 palette but with no surface... (temp.plot is a file with the same data) Maybe I shoud read the entire gnuplot tutorial... but I find it really boring... ;) thank you very much! Albert ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: <al...@mm...> - 2006-01-09 18:29:14
|
Hi everybody, I'm trying to change the color of a function... and I can't. I used to call, for example: gnuplot -xrm 'gnuplot*line2Color:yellow', but, of course I can't do this now, so how can I do it? One more thing. I can't change the file .Xdefaults because I'm not the system administrator. Thank you very much... at least there's somebody on the other side... ;) Albert ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: frank h. <fra...@gm...> - 2006-01-09 09:27:43
|
Hello, I am not sure I understand gnuplot.py completely yet but I havent found a way to plot a timeseries, e.g. set xdata time in gnuplot speak how would one go about this with gnuplot.py? thanks, -frank |
From: Michael H. <mh...@al...> - 2006-01-06 07:42:07
|
al...@mm... wrote: > I want to use gnuplot.py to represent several "4D" surfaces in the same plot, so > I write something like: > > data1 = [ > [ > [1,1,z1(1,1),val1(1,1)], > [1,2,z1(1,2),val1(1,2)], > [1,3,z1(1,3),val1(1,3)], > ], > [ > [2,1,z1(2,1),val1(2,1)], > [2,2,z1(2,2),val1(2,2)], > [2,3,z1(2,3),val1(2,3)], > ], > ... > ] > > data2 = [ > [ > [1,1,z2(1,1),val2(1,1)], > [1,2,z2(1,2),val2(1,2)], > [1,3,z2(1,3),val2(1,3)], > ], > [ > [2,1,z2(2,1),val2(2,1)], > [2,2,z2(2,2),val2(2,2)], > [2,3,z2(2,3),val2(2,3)], > ], > ... > ], > > ... > > dataN = ... > > and then, data = [Gnuplot.Data(data1, using=(1,2,3,4), inline = 1), > Gnuplot.Data(data2, using=(1,2,3,4), inline = 1), > ... > Gnuplot.Data(dataN, using=(1,2,3,4), inline = 1)] > > So, when I go to plot: > g = Gnuplot.Gnuplot(debug = 1) > g.splot(*data) > > it seems something works because you can read: > gnuplot> splot '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' using > 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle > on your terminal, but only the last surface is plotted, maybe because the > (x,y) pairs are the same in data1, data2, ... > > So, how can I solve this? > My target is to see all the 3D points in different colors or something like > that... do you understand? I'm a bit out of practice. How do you expect the four values to be used? Usually splot uses (x,y,z) triplets, no? Otherwise I don't see why this shouldn't work. I can't imagine that it would be a problem that the (x,y) pairs are the same. Ideas: 1. If you have hidden line removal on (which is the default, I think) it could be that all of your surfaces are being plotted but the top surface is visually obscuring the other surfaces. 2. If your z values are all the same, then you would not see distinct surfaces. 3. Try the same thing without the inline=1 option. Does that work? (This would imply a Gnuplot.py bug.) 4. Try a simple example with "naked" gnuplot, rather than Gnuplot.py, using temporary files to hold the data. Does it do what you expect? Michael |
From: <al...@mm...> - 2006-01-03 16:43:45
|
al...@mm... this is my email. I want to post the following message: Hi everybody, I want to use gnuplot.py to represent several "4D" surfaces in the same plot, so I write something like: data1 = [ [ [1,1,z1(1,1),val1(1,1)], [1,2,z1(1,2),val1(1,2)], [1,3,z1(1,3),val1(1,3)], ], [ [2,1,z1(2,1),val1(2,1)], [2,2,z1(2,2),val1(2,2)], [2,3,z1(2,3),val1(2,3)], ], ... ] data2 = [ [ [1,1,z2(1,1),val2(1,1)], [1,2,z2(1,2),val2(1,2)], [1,3,z2(1,3),val2(1,3)], ], [ [2,1,z2(2,1),val2(2,1)], [2,2,z2(2,2),val2(2,2)], [2,3,z2(2,3),val2(2,3)], ], ... ], ... dataN = ... and then, data = [Gnuplot.Data(data1, using=(1,2,3,4), inline = 1), Gnuplot.Data(data2, using=(1,2,3,4), inline = 1), ... Gnuplot.Data(dataN, using=(1,2,3,4), inline = 1)] So, when I go to plot: g = Gnuplot.Gnuplot(debug = 1) g.splot(*data) it seems something works because you can read: gnuplot> splot '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle on your terminal, but only the last surface is plotted, maybe because the (x,y) pairs are the same in data1, data2, ... So, how can I solve this? My target is to see all the 3D points in different colors or something like that... do you understand? Many thanks in advance, and have happy new year! Albert P.S.-the same happens if I type apply(g.splot, data) instead of g.splot(*data) I sent it before, so I don't know if you need it again, Many thanks, Albert ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: <al...@mm...> - 2006-01-03 16:42:42
|
Hi everybody, I want to use gnuplot.py to represent several "4D" surfaces in the same plot, so I write something like: data1 = [ [ [1,1,z1(1,1),val1(1,1)], [1,2,z1(1,2),val1(1,2)], [1,3,z1(1,3),val1(1,3)], ], [ [2,1,z1(2,1),val1(2,1)], [2,2,z1(2,2),val1(2,2)], [2,3,z1(2,3),val1(2,3)], ], ... ] data2 = [ [ [1,1,z2(1,1),val2(1,1)], [1,2,z2(1,2),val2(1,2)], [1,3,z2(1,3),val2(1,3)], ], [ [2,1,z2(2,1),val2(2,1)], [2,2,z2(2,2),val2(2,2)], [2,3,z2(2,3),val2(2,3)], ], ... ], ... dataN = ... and then, data = [Gnuplot.Data(data1, using=(1,2,3,4), inline = 1), Gnuplot.Data(data2, using=(1,2,3,4), inline = 1), ... Gnuplot.Data(dataN, using=(1,2,3,4), inline = 1)] So, when I go to plot: g = Gnuplot.Gnuplot(debug = 1) g.splot(*data) it seems something works because you can read: gnuplot> splot '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle, '-' using 1:2:3:4 notitle on your terminal, but only the last surface is plotted, maybe because the (x,y) pairs are the same in data1, data2, ... So, how can I solve this? My target is to see all the 3D points in different colors or something like that... do you understand? Many thanks in advance, and have happy new year! Albert P.S.-the same happens if I type apply(g.splot, data) instead of g.splot(*data) ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: Michael H. <mh...@al...> - 2005-12-18 13:08:10
|
Matthew Fulmer wrote: > I made the changes you requested it and tested it via test.py. I > also replaced occurences of the deprecated apply function with > the recommended syntax. I did this because it makes it easier to > call the _NewFileItem with keyword parameters that are not part > of keyw (like filename). I will reverse that change if necessary > (tested with python 2.4). > > I am subscribed to the mailing list now (I had a procmail bug > that sent the subscription confirmation to the wrong place). > Here is the new patch Thanks again. I just committed this patch to CVS. Michael |
From: Noel O'B. <no...@ca...> - 2005-12-16 09:02:38
|
I think Python 2.2 is quite reasonable. In fact, I would say that Python 2.3 is quite reasonable too, but maybe some platforms still don't support it? I mean, if some software is still using a version of Python that came out X years ago, is it still being actively maintained? Regards, Noel On Thu, 2005-12-15 at 23:12 -0500, Alan G Isaac wrote: > On Thu, 15 Dec 2005, Michael Haggerty apparently wrote: > > I also ask whether there are people who would be upset by > > jumping the Python version requirement directly to Python > > 2.2. > > How about 2.3? ;-) > http://www.python.org/2.3/highlights.html > Anyway, go for it! > > Cheers, > Alan Isaac > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users |