Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
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
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(2) |
30
|
31
(1) |
|
|
|
|
|
From: Forrest Iandola <forresti@be...> - 2012-12-31 21:27:17
|
Thanks for the help, Michael. The problem is solved now. It turns out that just doing persist=0 does the job. Earlier, I said that persist=0 doesn't help, but now I tested it more carefully--I was wrong. (I had a bunch of old Gnuplot windows open, and I mistook those for new persistant windows being created.) On Sat, Dec 29, 2012 at 1:56 AM, Michael Haggerty <mhagger@...>wrote: > On 12/29/2012 05:58 AM, Forrest Iandola wrote: > > I'm trying to do the opposite -- I'm using hardcopy() to write the plots > > to file, so /I'd like to have the gnuplot window close after Python > > finishes executing/. > > > > I'm using the X11 terminal (I'm working on a Mac, and aquaterm isn't > > cooperating). > > Regardless of whether I do gp = Gnuplot.Gnuplot(*persist = 1*) or > > *persist = 0*, the old Gnuplot windows stay open, and I often end up > > with tons of open windows. > > > > I'd be /satisfied/ if we could just have the Gnuplot windows close after > > Python finishes executing. > > It'd be /even better/ if I could have Python close all figures from > > previous runs, but keep the figure open from the most recent Python > > execution. In other words, I'm looking for the Matlab `close all hidden` > > command. > > A good first step might be for you to figure out how to get the gnuplot > program itself (i.e., independent of Gnuplot.py) to do what you want. > Maybe you have to start it with different command-line options? Maybe > you have to use a different terminal setting ("gnuplot> set term > XXXXXX")? Maybe you need to set extra options when setting the terminal > ("gnuplot> set term XXXXXX FOO BAR")? > > If it's possible to get gnuplot to behave the way you want, then it is > probably possible to get Gnuplot.py to do so. Conversely, if gnuplot is > not capable of doing what you want, Gnuplot.py has no chance. > > It *could be* that the way that Gnuplot.py does hardcopies is confusing > gnuplot. (It changes the terminal selection to one of the hardcopy > terminals, re-plots the data, then reselects the standard terminal.) > Perhaps the closing then re-opening of the standard terminal is breaking > gnuplot's connection to the old terminal window. Do the old terminals > stay around even if you don't make any hardcopies? > > Michael > > -- > Michael Haggerty > mhagger@... > http://softwareswirl.blogspot.com/ > -- Forrest Iandola http://www.forrestiandola.com |
From: Michael Haggerty <mhagger@al...> - 2012-12-29 07:56:21
|
On 12/29/2012 05:58 AM, Forrest Iandola wrote: > I'm trying to do the opposite -- I'm using hardcopy() to write the plots > to file, so /I'd like to have the gnuplot window close after Python > finishes executing/. > > I'm using the X11 terminal (I'm working on a Mac, and aquaterm isn't > cooperating). > Regardless of whether I do gp = Gnuplot.Gnuplot(*persist = 1*) or > *persist = 0*, the old Gnuplot windows stay open, and I often end up > with tons of open windows. > > I'd be /satisfied/ if we could just have the Gnuplot windows close after > Python finishes executing. > It'd be /even better/ if I could have Python close all figures from > previous runs, but keep the figure open from the most recent Python > execution. In other words, I'm looking for the Matlab `close all hidden` > command. A good first step might be for you to figure out how to get the gnuplot program itself (i.e., independent of Gnuplot.py) to do what you want. Maybe you have to start it with different command-line options? Maybe you have to use a different terminal setting ("gnuplot> set term XXXXXX")? Maybe you need to set extra options when setting the terminal ("gnuplot> set term XXXXXX FOO BAR")? If it's possible to get gnuplot to behave the way you want, then it is probably possible to get Gnuplot.py to do so. Conversely, if gnuplot is not capable of doing what you want, Gnuplot.py has no chance. It *could be* that the way that Gnuplot.py does hardcopies is confusing gnuplot. (It changes the terminal selection to one of the hardcopy terminals, re-plots the data, then reselects the standard terminal.) Perhaps the closing then re-opening of the standard terminal is breaking gnuplot's connection to the old terminal window. Do the old terminals stay around even if you don't make any hardcopies? Michael -- Michael Haggerty mhagger@... http://softwareswirl.blogspot.com/ |
From: Forrest Iandola <forresti@be...> - 2012-12-29 04:59:24
|
I'm trying to do the opposite -- I'm using hardcopy() to write the plots to file, so *I'd like to have the gnuplot window close after Python finishes executing*. I'm using the X11 terminal (I'm working on a Mac, and aquaterm isn't cooperating). Regardless of whether I do gp = Gnuplot.Gnuplot(*persist = 1*) or *persist = 0*, the old Gnuplot windows stay open, and I often end up with tons of open windows. I'd be *satisfied* if we could just have the Gnuplot windows close after Python finishes executing. It'd be *even better* if I could have Python close all figures from previous runs, but keep the figure open from the most recent Python execution. In other words, I'm looking for the Matlab `close all hidden`command. Thanks, Forrest >On 07/17/2011 05:03 AM, tony wrote: >> I'm using gnuplot-py to monitor data from a serial port, and it works >> fine while the main python program is running. But I would like to keep >> the plot open after python closes - is that possible? I can obviously >> reopen the data file and reconstruct the plot, but it would be useful to >> keep the original plot window open. >g = Gnuplot.Gnuplot(persist=True) , if your platform supports it. >Michael -- Forrest Iandola http://www.forrestiandola.com |