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.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(3) |
Feb
(1) |
Mar
(2) |
Apr
(22) |
May
(52) |
Jun
(43) |
Jul
(36) |
Aug
(59) |
Sep
(37) |
Oct
(55) |
Nov
(39) |
Dec
(36) |
2005 |
Jan
(64) |
Feb
(40) |
Mar
(62) |
Apr
(58) |
May
(256) |
Jun
(77) |
Jul
(80) |
Aug
(39) |
Sep
(56) |
Oct
(36) |
Nov
(113) |
Dec
(68) |
2006 |
Jan
(43) |
Feb
(64) |
Mar
(69) |
Apr
(60) |
May
(71) |
Jun
(53) |
Jul
(63) |
Aug
(63) |
Sep
(76) |
Oct
(85) |
Nov
(82) |
Dec
(73) |
2007 |
Jan
(75) |
Feb
(82) |
Mar
(84) |
Apr
(104) |
May
(67) |
Jun
(101) |
Jul
(107) |
Aug
(138) |
Sep
(128) |
Oct
(106) |
Nov
(112) |
Dec
(112) |
2008 |
Jan
(94) |
Feb
(87) |
Mar
(146) |
Apr
(169) |
May
(75) |
Jun
(26) |
Jul
(26) |
Aug
(7) |
Sep
(18) |
Oct
(53) |
Nov
(42) |
Dec
(19) |
2009 |
Jan
(43) |
Feb
(39) |
Mar
(18) |
Apr
(45) |
May
(66) |
Jun
(87) |
Jul
(56) |
Aug
(41) |
Sep
(56) |
Oct
(139) |
Nov
(98) |
Dec
(88) |
2010 |
Jan
(81) |
Feb
(79) |
Mar
(83) |
Apr
(97) |
May
(124) |
Jun
(84) |
Jul
(53) |
Aug
(85) |
Sep
(89) |
Oct
(50) |
Nov
(98) |
Dec
(78) |
2011 |
Jan
(97) |
Feb
(74) |
Mar
(68) |
Apr
(54) |
May
(63) |
Jun
(59) |
Jul
(65) |
Aug
(58) |
Sep
(37) |
Oct
(40) |
Nov
(59) |
Dec
(35) |
2012 |
Jan
(16) |
Feb
(56) |
Mar
(63) |
Apr
(25) |
May
(48) |
Jun
(58) |
Jul
(20) |
Aug
(13) |
Sep
(43) |
Oct
(35) |
Nov
(20) |
Dec
(17) |
2013 |
Jan
(22) |
Feb
(11) |
Mar
(51) |
Apr
(34) |
May
(57) |
Jun
(27) |
Jul
(70) |
Aug
(30) |
Sep
(38) |
Oct
(53) |
Nov
(40) |
Dec
(25) |
2014 |
Jan
(26) |
Feb
(35) |
Mar
(60) |
Apr
(12) |
May
(17) |
Jun
(15) |
Jul
(9) |
Aug
(18) |
Sep
(46) |
Oct
(18) |
Nov
(19) |
Dec
(15) |
2015 |
Jan
(17) |
Feb
(28) |
Mar
(21) |
Apr
(54) |
May
(36) |
Jun
(8) |
Jul
(30) |
Aug
(13) |
Sep
(3) |
Oct
(28) |
Nov
(3) |
Dec
(3) |
2016 |
Jan
(11) |
Feb
(9) |
Mar
(29) |
Apr
(10) |
May
(8) |
Jun
(5) |
Jul
(50) |
Aug
(57) |
Sep
(13) |
Oct
(5) |
Nov
(17) |
Dec
(11) |
2017 |
Jan
(3) |
Feb
(23) |
Mar
(16) |
Apr
(7) |
May
(15) |
Jun
(12) |
Jul
(48) |
Aug
(15) |
Sep
(3) |
Oct
(20) |
Nov
(28) |
Dec
(21) |
2018 |
Jan
(13) |
Feb
(21) |
Mar
(21) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(2) |
2
(4) |
3
(8) |
4
(6) |
5
(3) |
6
(4) |
7
(2) |
8
(4) |
9
(5) |
10
(5) |
11
(4) |
12
(4) |
13
(3) |
14
|
15
(2) |
16
(4) |
17
(2) |
18
(1) |
19
(6) |
20
(1) |
21
|
22
(16) |
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(1) |
|
|
|
|
From: Hans-Bernhard Bröker <HBBroeker@t-...> - 2009-06-03 19:11:52
|
melysion wrote: > I am using gnuplot 4.0. There's no good reason left to stick with such an outdated version. Upgrade to a current version (4.2 pl 4) before you try anything else. |
From: Jeremy Conlin <jeremit0@gm...> - 2009-06-03 17:38:24
|
I have a file containing all my data. I can easily plot that data. I need to store the first data point in a particular column so I can place a label at that point. Can someone show me how to do this? Small example: # ---------------------------------- x1 = # Get data from file y1 = 1.0 set label "Hello" at x1, y1 right # ----------------------------------- Thanks, Jeremy |
From: melysion <alisoncuff@ya...> - 2009-06-03 16:09:50
|
Hi there I don't use gnuplot very often, so don't know anything beyond the basics. I've recently been asked to modify a plot that I created using gnuplot a while back Heres the script set terminal postscript enhanced color set output 'pic.ps' set autoscale # scale axes automatically set xlabel "Number of SSGs" font "Helvetica,15" set xrange [-0.5 : 11.5] set x2range [-0.5 : 11.5] set yrange [0.0 : 310 ] noreverse nowriteback set ylabel "Number of items" tc lt 1 font "Helvetica,15" set y2range [0.0 : 540000 ] noreverse nowriteback set y2label "Population in 2" tc lt 2 font "Helvetica,15" set ytics nomirror font "Helvetica,12" set y2tics nomirror font "Helvetica,12" set xtics nomirror font "Helvetica,12" set tics out set style data histogram set style histogram cluster gap 1 set style fill solid border -1 plot "final.csv" using 2:xtic(1) title col fs solid lc rgb "blue", '' using 3 title col fs solid lc rgb "pink" axes x2y2 When I try to run it, I get the following error set style data histogram ^ "simax_eap_genome.gnuplot", line 15: expecting 'lines', 'points', 'linespoints', 'dots', 'impulses', 'yerrorbars', 'xerrorbars', 'xyerrorbars', 'steps', 'fsteps', 'histeps', 'filledcurves', 'boxes', 'boxerrorbars', 'boxxyerrorbars', 'vectors', 'financebars', 'candlesticks', 'errorlines', 'xerrorlines', 'yerrorlines', 'xyerrorlines', 'pm3d' I am using gnuplot 4.0. I think that at one time, I was using gnuplot 4.1 (I've changed computers since) which I guess might cause some problems. I've never had this error before so am a bit confused. Also, I'm not sure how to specify the colours of the bars. Is the code below correct? plot "final.csv" using 2:xtic(1) title col fs solid lc rgb "blue", '' using 3 title col fs solid lc rgb "pink" axes x2y2 Thanks in advance for your help! -- View this message in context: http://www.nabble.com/help-requested-creating-histogram---error-tp23854463p23854463.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
From: Thomas Sefzick <t.sefzick@fz...> - 2009-06-03 14:17:56
|
simpler ways - 'outside' gnuplot, maybe, but 'inside', i don't think so, because you read y-values in, which are then to be used as constant functions after reading them in, that's somehow a 'misuse' of gnuplots plotting mechanism. 'outside' gnuplot, e.g.: load "< awk --field-separator \",\" 'BEGIN {temp = sprintf(\"plot\")} {if (NR>1) temp = temp \",\" ; temp = temp $2 \" title \" \"\\\"\" $1 \"\\\"\"} END{print temp}' ts.dat" Daniel Clemente-2 wrote: > > > Thanks, this exactly parses the file. It will also be a good exercise to > understand that. > > I supposed there would be a simpler way to do this in gnuplot. It is a > common graph. > >> you need gnuplot 4.3-cvs >> >> set datafile separator "," >> t="" >> plot for [i=0:4] 'ts.dat' us >> ((i==0&&$0==0)?(b=$2,t=stringcolumn(1)):99 , >> $0==0?(a=b):99, $0==(i+1)?(b=$2,t=stringcolumn(1)):99 , >> $0):(a) with lines >> title t >> >> > > > > > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > Gnuplot-info mailing list > Gnuplot-info@... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/Several-horizontal-lines-tp23804760p23851998.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
From: Daniel Clemente <dcl441-bugs@ya...> - 2009-06-03 09:56:34
|
Thanks, this exactly parses the file. It will also be a good exercise to understand that. I supposed there would be a simpler way to do this in gnuplot. It is a common graph. > you need gnuplot 4.3-cvs > > set datafile separator "," > t="" > plot for [i=0:4] 'ts.dat' us > ((i==0&&$0==0)?(b=$2,t=stringcolumn(1)):99 , > $0==0?(a=b):99, $0==(i+1)?(b=$2,t=stringcolumn(1)):99 , > $0):(a) with lines > title t > > |
From: Markus Feldmann <feldmann_markus@gm...> - 2009-06-03 09:22:57
|
Markus Feldmann schrieb: > i forgot to attach my file. :-) ok i don't know why but the attachment doesn't work. Herer is a link. http://img95.imageshack.us/img95/6950/analysisband1beispiel.th.jpg |
From: Markus Feldmann <feldmann_markus@gm...> - 2009-06-03 09:06:09
|
i forgot to attach my file. :-) regards Markus |
From: Markus Feldmann <feldmann_markus@gm...> - 2009-06-03 09:00:08
|
Hi All, i am plotting some graphs with: reset set encoding iso_8859_15 file = 'analysisfilterbank.dat' set terminal postscript enhanced color font 'arial' 8 set output 'analysis-band1.eps' set xlabel "Frequency/Hz -------->" set ylabel "Amplituide/dB ------->" set grid plot file index 0 using ($1):($2) title "A)Band1" with lp,\ file index 1 using ($1):($2) title "B)Band2" with lp,\ file index 2 using ($1):($2) title "C)Band3" with lp but my X-labelling is cut off. How to correct this ? How to make some extra space around my graph ? I attach on of my ploted files. thanks and regards Markus |