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
(1) |
14
(1) |
15
|
16
(3) |
17
(2) |
18
|
19
|
20
|
21
|
22
|
23
(1) |
24
(2) |
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
From: James M. <jbm...@uc...> - 2003-12-16 21:22:33
|
Could someone please point me in the right direction for list of available plot types? I have searched the documentation and the mailing list without success. Some example plots with errorbars would be most helpful. Thanks for your help... -------------------------------- James B. Maciokas, Ph.D University of California, Davis Center for Neuroscience 1544 Newton Ct Davis, CA 95616-8768 Tel: (530) 757-5081 Fax: (530) 757-5247 jbm...@uc... -------------------------------- |
From: <kai...@t-...> - 2003-12-16 09:48:12
|
Nadav, The dependence on the version of Gnuplot.py is strange. Aside from the difference between FIFOs and temporary files, which the option change reverses, I don't understand why they behave differently. Do you need to use a different gnuplot terminal type to get the mouse features? If so, there is an option "default_term" in gp_*.py that you might try playing with. I suggest that you create the Gnuplot object with the option Gnuplot(debug=1). This will display each of the commands being sent by Gnuplot.py to gnuplot. If you compare the commands sent by 1.6 and 1.7 the difference might lead you to an explanation. I currently don't have gnuplot 3.8 installed on my computers so I can't test things myself. I'll try it out when I get a chance (which might not be very soon). Michael Nadav Horesh wrote: > I tried again, but now it seems that the mouse command don t pass > through to gnuplot --- no coordinates display, no zoom etc. Switching > back and forth between 1.6 and 1.7 reveal that it is 1.7 problem only. > > Nadav. > > Nadav Horesh wrote: > >> Thank you for your replay, I'll try to make the patch and test it again. >> The option to mouse-interact with gnuplot's graphics window was >> introduced in gnuplot 3.8. It works under X11, and win32 and probably >> under some other OS's. >> I have tested gnuplot-py 1.7 + gnuplot 3.8 combination only under >> gnu/linux. I had no problems with gnuplot-py 1.6 + gnuplot 3.8 under >> win32. >> >> Nadav >> >>> Under linux I can not use gnuplot's mouse interaction ((un)set grid, >>> (un)zoom, etc.). It looks like gnuplot reread the data file on every >>> operation, thus it conflicts with the pipe interface introduced in 1.7. >>> >>> Any work-around (beside going back to 1.6)? >> -- Michael Haggerty mh...@al... |
From: Nadav H. <na...@vi...> - 2003-12-16 08:52:24
|
I tried again, but now it seems that the mouse command don t pass through to gnuplot --- no coordinates display, no zoom etc. Switching back and forth between 1.6 and 1.7 reveal that it is 1.7 problem only. Nadav. Nadav Horesh wrote: > Thank you for your replay, I'll try to make the patch and test it again. > The option to mouse-interact with gnuplot's graphics window was introduced in gnuplot 3.8. It works under X11, and win32 and probably under some other OS's. > I have tested gnuplot-py 1.7 + gnuplot 3.8 combination only under gnu/linux. I had no problems with gnuplot-py 1.6 + gnuplot 3.8 under win32. > > Nadav > -----Original Message----- > From: kai...@t-... [mailto:kai...@t-...] > Sent: Sat 13-Dec-03 22:42 > To: gnu...@li... > Cc: > Subject: Re: [Gnuplot-py-users] gnuplot-py 1.7 and gnuplot 3.8 mouse-interaction conflict > Nadav Horesh wrote: > > >>Under linux I can not use gnuplot's mouse interaction ((un)set grid, >>(un)zoom, etc.). It looks like gnuplot reread the data file on every >>operation, thus it conflicts with the pipe interface introduced in 1.7. >> >>Any work-around (beside going back to 1.6)? > > > > Sorry I didn't respond earlier. I was on vacation. > > I am not familiar with the commands that you mentioned. On what gnuplot > version and platform are they? Are they specific to a particular > terminal type? > > If this feature causes gnuplot.py to read the input file twice, that > would indeed be a problem when working with FIFOs. Normally, as soon as > the FIFO has been read once by gnuplot, it is deleted. It would be > possible to keep the FIFO around for possible repeated reads, but this > would defeat the purpose of the FIFO (which was to enable Gnuplot.py to > know when it is safe to discard old data). > > As for a workaround, you can go back to using temporary files as a > default by going to the gp_*.py file specific to your platform (e.g., > gp_unix.py or gp_macosx.py) and changing the option "prefer_fifo_data" to 0. > > Michael > |