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
(2) |
8
(2) |
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
|
|
|
|
|
From: Karl E. <um...@cc...> - 2005-02-08 16:48:15
|
In order to allow the use of numarray instead of Numeric for gnuplot I suggest changing all the import Numeric lines to: try: import Numeric except: try: import numarray Numeric=numarray except: raise Which seems to work... |
From: Juho S. <juh...@as...> - 2005-02-08 07:31:32
|
Hi, When I need to plot both lines and points (data and fitted model) I use something like this: plt1 = Gnuplot.Gnuplot() plt1.plot(Gnuplot.Data(MJD,most_flux,most_err,with='yerrorbars 1')) plt1.replot(Gnuplot.Data(MJD,flux_fit,with='lines 1')) -- Juho Schultz e-mail: juh...@as... www.astro.helsinki.fi/~jschultz Observatory P.O. Box 14 FIN-00014 University of Helsinki FINLAND On Mon, 7 Feb 2005, Jette Krause wrote: >Hallo, > >I need to plot some curves and a data point into one diagram. I can't >find out how to tell Gnuplot to use different linestyles for different >items ("lines" for the curves and "points" for data) when plotting from >a python script. > >E.g., if I write > >g=Gnuplot.Gnuplot() >g('set data style lines'), > >the plotting command for the point is not executed (naturally...). >But is there a way to give a data style different from the general on, >e.g in the plotting command? > >I tried things like >g.plot(a,b,c,k with points) >where a to c are the curves and k should be the point, but it does not work. > >I would be grateful for any help. > >Greetings, Jette > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gnuplot-py-users mailing list >Gnu...@li... >https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users > |
From: Fernando P. <Fer...@co...> - 2005-02-07 23:06:09
|
Jette Krause wrote: > Hallo, > > I need to plot some curves and a data point into one diagram. I can't > find out how to tell Gnuplot to use different linestyles for different > items ("lines" for the curves and "points" for data) when plotting from > a python script. > > E.g., if I write > > g=Gnuplot.Gnuplot() > g('set data style lines'), > > the plotting command for the point is not executed (naturally...). > But is there a way to give a data style different from the general on, > e.g in the plotting command? > > I tried things like > g.plot(a,b,c,k with points) > where a to c are the curves and k should be the point, but it does not work. > > I would be grateful for any help. I've moved away from gnuplot to matplotlib, but here's some old code which can get you going: if 0: #transcript = utils.TranscriptPrint('transcript_%s.ref' % max_band,start=True) print "*** OLDEST (REFERENCE) NATURAL-SCALE IMPLEMENTATION" all_r = {} lft_r = {} #phinsc = poisson._call_nsc_ref(rho,truncate,verbose,all_r,lft_r) phinsc = poisson._call_nsc_ref(rho,truncate,verbose) x,pnx = eval_diag(phinsc) nscref = GP.Data(x,pnx,title='Ref Nat-scale',with='linespoints lt 4') errornscr= GP.Data(x,abs(pxx-pnx),title='Slow (ref) Nat-scale error', with='lines lt 4') gp.replot(errornscr) #transcript.Stop() if 0: # Compare two implementations, which should agree to within roundoff gp.plot(x,N.absolute(pnx-px)) gp.replot(GP.Func('1e-16',with='lines lt 2')) if 0: print "*** REFERENCE 2-SCALE IMPLEMENTATION" phi2sc = poisson._call_2sc(rho) x,p2x = eval_diag(phi2sc) twosc = GP.Data(x,p2x,title='2-scale',with='linespoints lt 5') error2sc = GP.Data(x,abs(pxx-p2x),title='Two-scale error', with='lines lt 5') Cheers, f |
From: Jette K. <jet...@pi...> - 2005-02-07 10:40:18
|
Hallo, I need to plot some curves and a data point into one diagram. I can't find out how to tell Gnuplot to use different linestyles for different items ("lines" for the curves and "points" for data) when plotting from a python script. E.g., if I write g=Gnuplot.Gnuplot() g('set data style lines'), the plotting command for the point is not executed (naturally...). But is there a way to give a data style different from the general on, e.g in the plotting command? I tried things like g.plot(a,b,c,k with points) where a to c are the curves and k should be the point, but it does not work. I would be grateful for any help. Greetings, Jette |