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
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
(3) |
2
|
3
(1) |
4
|
5
(2) |
6
(1) |
7
(1) |
8
|
9
(1) |
10
|
11
|
12
(1) |
13
(1) |
14
(7) |
15
|
16
|
17
|
18
(2) |
19
(2) |
20
(10) |
21
(3) |
22
(2) |
23
(3) |
24
(1) |
25
|
26
(5) |
27
(4) |
28
|
29
(2) |
30
(2) |
From: Manjunath Doddavenkatappa <doddaven@co...> - 2011-04-30 12:28:09
|
Dear All, I am trying to increse width on individual bars in cluster using "set boxwidth". But for some reason, only the width of the LAST bar in each cluster is being changed. The width of all the other bars are unchanged. Following is my script and the LAST bar is labeled as "NAME 3" set term post set output "link_prr.ps" set style data histograms set style histogram cluster set boxwidth 1.5 absolute set xtics ("ML1" 0.00000, "ML2" 1.00000, "ML3" 2.00000, "ML4" 3.00000, "ML5" 4.00000, "TL1" 6.00000, "TL2" 7.00000, "TL3" 8.00000, "TL4" 9.00000, "TL5" 10.00000, "IL1" 12.00000, "IL2" 13.00000, "IL3" 14.00000, "IL4" 15.00000, "IL5" 16.00000) set title "Transformation of IQ links on different testbeds using ILTP" set ylabel "PRR" set yrange [ 0.00000 : 1.000000] set xtics border in scale 1,0.5 nomirror rotate by -45 offset character 0, 0, 0 set key outside center top horizontal center autotitles plot newhistogram "XXX", '/home/manjunath/mc_scripts/results/links/motelab.dat' u 1 t "NAME1" fs empty ls 1, '' using 2 t "NAME2" fs solid 0.2 ls 1, '' using 3 t "NAME 3" fs solid ls 1, \ newhistogram "YYY", '/home/manjunath/mc_scripts/results/links/twist.dat' u 1 t "" fs empty ls 1, '' using 2 t "" fs solid 0.2 ls 1, '' using 3 t "" fs solid ls 1, \ newhistogram "ZZZ", '/home/manjunath/mc_scripts/results/links/indriya.dat' u 1 t "" fs empty ls 1, '' using 2 t "" fs solid 0.2 ls 1, '' using 3 t "" fs solid ls 1 Thanks in advance... Manjunath D ################################################################################################################ *************************************************************************************************************** |
From: Manjunath Doddavenkatappa <doddaven@co...> - 2011-04-30 12:28:08
|
Dear All, I am trying to increse width on individual bars in cluster using "set boxwidth". But for some reason, only the width of the LAST bar in each cluster is being changed. The width of all the other bars are unchanged. Following is my script and the LAST bar is labeled as "NAME 3" set term post set output "link_prr.ps" set style data histograms set style histogram cluster set boxwidth 1.5 absolute set xtics ("ML1" 0.00000, "ML2" 1.00000, "ML3" 2.00000, "ML4" 3.00000, "ML5" 4.00000, "TL1" 6.00000, "TL2" 7.00000, "TL3" 8.00000, "TL4" 9.00000, "TL5" 10.00000, "IL1" 12.00000, "IL2" 13.00000, "IL3" 14.00000, "IL4" 15.00000, "IL5" 16.00000) set title "Transformation of IQ links on different testbeds using ILTP" set ylabel "PRR" set yrange [ 0.00000 : 1.000000] set xtics border in scale 1,0.5 nomirror rotate by -45 offset character 0, 0, 0 set key outside center top horizontal center autotitles plot newhistogram "XXX", '/home/manjunath/mc_scripts/results/links/motelab.dat' u 1 t "NAME1" fs empty ls 1, '' using 2 t "NAME2" fs solid 0.2 ls 1, '' using 3 t "NAME 3" fs solid ls 1, \ newhistogram "YYY", '/home/manjunath/mc_scripts/results/links/twist.dat' u 1 t "" fs empty ls 1, '' using 2 t "" fs solid 0.2 ls 1, '' using 3 t "" fs solid ls 1, \ newhistogram "ZZZ", '/home/manjunath/mc_scripts/results/links/indriya.dat' u 1 t "" fs empty ls 1, '' using 2 t "" fs solid 0.2 ls 1, '' using 3 t "" fs solid ls 1 Thanks in advance... Manjunath D ################################################################################################################ *************************************************************************************************************** |
From: Jon <devout1977@gm...> - 2011-04-29 16:34:43
|
do you mean you want to use load "aaa.gu" this type of command in gnuplot? Jon On Fri, Apr 29, 2011 at 12:24 AM, sandeep watpade <sawatpade@...>wrote: > sir. > > I want to know how to run the gnu plot instructions using batch files. > > Please guide me. > > > > Regards, > > Sandeep A.Watpade, > > Lab. Tech. (C), > > Cosmic Ray Laboratory, > > TIFR, > > Near Raj Bhavan, > > Inside Botanical Garden, > > Ooty, Tamil Nadu. > > India. > > Pin code:-643001 > > Phone number: 9751510675. > > (O)-0423-2442371. > > Email: 1) sawatpade@... > > 2) watpade@... > > > > > > > -- > Sandeep A.Watpade, > Lab. Tech. (C), > Cosmic Ray Laboratory, > TIFR, > Near Raj Bhavan, > Inside Botanical Garden, > Ooty, Tamil Nadu. > India. > Pin code:-643001 > Phone number: 9751510675. > (O)-0423-2442371. > Email: 1) sawatpade@... > 2) watpade@... > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > gnuplot-info mailing list > gnuplot-info@... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |
From: sandeep watpade <sawatpade@gm...> - 2011-04-29 05:25:01
|
sir. > I want to know how to run the gnu plot instructions using batch files. > Please guide me. > > Regards, > Sandeep A.Watpade, > Lab. Tech. (C), > Cosmic Ray Laboratory, > TIFR, > Near Raj Bhavan, > Inside Botanical Garden, > Ooty, Tamil Nadu. > India. > Pin code:-643001 > Phone number: 9751510675. > (O)-0423-2442371. > Email: 1) sawatpade@... > 2) watpade@... > > -- Sandeep A.Watpade, Lab. Tech. (C), Cosmic Ray Laboratory, TIFR, Near Raj Bhavan, Inside Botanical Garden, Ooty, Tamil Nadu. India. Pin code:-643001 Phone number: 9751510675. (O)-0423-2442371. Email: 1) sawatpade@... 2) watpade@... |
From: Tomás Navarro <llaurollauro@ho...> - 2011-04-27 21:04:21
|
Thank you very much for all three possibilities. Any of them solve the problem. I was trying myself the multiplot plan, but did not find the correct combination. Seems so easy reading them now! :) Tomás. > Date: Wed, 27 Apr 2011 08:45:30 -0700 > From: t.sefzick@... > To: gnuplot-info@... > Subject: Re: [Gnuplot-info] How to combine a linear range and log-scale range in the same X-axis? > > > a list of methods you may use: > 1. modify the x-values for x>100000 and set the xtics by hand > 2. use x- and x2-axis > 3. plot twice in multiplot mode > > reset > set xtics ("0" 0, "2E4" 2e4, "4E4" 4e4, "6E4" 6e4, "8E4" 8e4, "1E5" 1e5, > "1E6" 12e4, "1E7" 14e4, "1E8" 16e4, "1E9" 18e4) > plot 'datafilename' using ($1<100000?$1:log10($1)*20000):2 with linespoints > > pause -1 > > reset > set xrange [0:180000] > set x2range [1e0:1e9] > set xtics nomirror > set log x2 > set xtics 0,20000,100000 > set x2tics 1e5,10 > plot 'datafilename' using ($1<=100000?$1:0/0):2 with linespoints, \ > '' using ($1>=100000?$1:0/0):2 ax x2y1 with linespoints > > pause -1 > > reset > set yrange [0:100] > set multiplot > set xrange [0:180000] > set xtics 0,20000,100000 > plot 'datafilename' using ($1<=100000?$1:0/0):2 with linespoints > set xrange [1e0:1e9] > set log x > set xtics 1e5,10 > plot 'datafilename' using ($1>=100000?$1:0/0):2 with linespoints > unset multiplot > > > Tomás Navarro wrote: > > > > > > Hello all. > > > > I have not found the way to solve the following problem: > > > > I want to plot a set of data in only one plot. > > > > The problem is that some points of the data should be better plotted in a > > linear scale (lets say 0 to 100,000) but there are other data points that, > > exceding the value 100,000, would be better plotted in a logarithmic > > scale, > > as they goes in the range 100,000 to 500,000,000. > > > > Let's say the data is: > > > > X Y > > 0 100 > > 10000 80 > > 20000 75 > > 30000 60 > > 40000 55 > > 50000 50 > > 60000 48 > > 70000 45 > > 80000 43 > > 90000 41 > > 100000 40 > > 500000 35 > > 1000000 30 > > 5000000 25 > > 10000000 20 > > 50000000 15 > > 100000000 10 > > 500000000 8 > > > > (in fact there are much more data points in the 0-100,000 interval) > > > > Is there a way to plot all these points in the same plot in only one > > X-axis > > showing two different ranges in that axis: > > linear: 0-100,000 > > logarithmic: 100,000 - 1,000,000,000 ? > > > > The axis would be read, for example, as: > > > > |-----|-----|-----|-----|-----|-----|-----|-----|-----| > > 0 2E4 4E4 6E4 8E4 1E5 1E6 1E7 1E8 1E9 > > Thanks. > > > > ------------------------------------------------------------------------------ > > WhatsUp Gold - Download Free Network Management Software > > The most intuitive, comprehensive, and cost-effective network > > management toolset available today. Delivers lowest initial > > acquisition cost and overall TCO of any competing solution. > > http://p.sf.net/sfu/whatsupgold-sd > > _______________________________________________ > > gnuplot-info mailing list > > gnuplot-info@... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > > > > -- > View this message in context: http://old.nabble.com/How-to-combine-a-linear-range-and-log-scale-range-in-the-same-X-axis--tp31481340p31488612.html > Sent from the Gnuplot - User mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > gnuplot-info mailing list > gnuplot-info@... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info |
From: Shintaro Miyazaki <miyazaki.shintaro@gm...> - 2011-04-27 20:57:09
|
I wonder how I could get a simple waveform plot of an audio file such as a aiff in a format such as svg or another similar format. I already tried to convert an aiff with sox (sound exchange) to a dat. Got rid of the first lines of the .dat and plotted. I did: set terminal svg set output "test.svg" plot "test.aiff" It generated a svg file, but it takes hours to convert it in illustrator and the lines seems not to be connected after the conversion.. I am a complete newbie with gnuplot.. Best, Shintaro Miyazaki work on OSX 10.5.8 |
From: Tomás Navarro <llaurollauro@ho...> - 2011-04-27 20:44:28
|
Thank you very much for the hint, jab, and also for that link I visited time ago and was not able to find this time. Tomás > Date: Tue, 26 Apr 2011 12:52:53 -0700 > Subject: Re: [Gnuplot-info] How to combine a linear range and log-scale range in the same X-axis? > From: bbands@... > To: llaurollauro@... > CC: gnuplot-info@... > > Here is an example: > > http://t16web.lanl.gov/Kawano/gnuplot/misc1-e.html > > jab |
From: Thomas Sefzick <t.sefzick@fz...> - 2011-04-27 15:45:36
|
a list of methods you may use: 1. modify the x-values for x>100000 and set the xtics by hand 2. use x- and x2-axis 3. plot twice in multiplot mode reset set xtics ("0" 0, "2E4" 2e4, "4E4" 4e4, "6E4" 6e4, "8E4" 8e4, "1E5" 1e5, "1E6" 12e4, "1E7" 14e4, "1E8" 16e4, "1E9" 18e4) plot 'datafilename' using ($1<100000?$1:log10($1)*20000):2 with linespoints pause -1 reset set xrange [0:180000] set x2range [1e0:1e9] set xtics nomirror set log x2 set xtics 0,20000,100000 set x2tics 1e5,10 plot 'datafilename' using ($1<=100000?$1:0/0):2 with linespoints, \ '' using ($1>=100000?$1:0/0):2 ax x2y1 with linespoints pause -1 reset set yrange [0:100] set multiplot set xrange [0:180000] set xtics 0,20000,100000 plot 'datafilename' using ($1<=100000?$1:0/0):2 with linespoints set xrange [1e0:1e9] set log x set xtics 1e5,10 plot 'datafilename' using ($1>=100000?$1:0/0):2 with linespoints unset multiplot Tomás Navarro wrote: > > > Hello all. > > I have not found the way to solve the following problem: > > I want to plot a set of data in only one plot. > > The problem is that some points of the data should be better plotted in a > linear scale (lets say 0 to 100,000) but there are other data points that, > exceding the value 100,000, would be better plotted in a logarithmic > scale, > as they goes in the range 100,000 to 500,000,000. > > Let's say the data is: > > X Y > 0 100 > 10000 80 > 20000 75 > 30000 60 > 40000 55 > 50000 50 > 60000 48 > 70000 45 > 80000 43 > 90000 41 > 100000 40 > 500000 35 > 1000000 30 > 5000000 25 > 10000000 20 > 50000000 15 > 100000000 10 > 500000000 8 > > (in fact there are much more data points in the 0-100,000 interval) > > Is there a way to plot all these points in the same plot in only one > X-axis > showing two different ranges in that axis: > linear: 0-100,000 > logarithmic: 100,000 - 1,000,000,000 ? > > The axis would be read, for example, as: > > |-----|-----|-----|-----|-----|-----|-----|-----|-----| > 0 2E4 4E4 6E4 8E4 1E5 1E6 1E7 1E8 1E9 > Thanks. > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > gnuplot-info mailing list > gnuplot-info@... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/How-to-combine-a-linear-range-and-log-scale-range-in-the-same-X-axis--tp31481340p31488612.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
From: Hans-Bernhard Bröker <HBBroeker@t-...> - 2011-04-26 22:15:41
|
On 26.04.2011 12:57, folkert wrote: > splot '/tmp/scatter-plot.dat' using 1:2:3 with pm3d > but this gives me this colored blob: > http://keetweej.vanheusden.com/~folkert/scatter-plot.png > not the + signs with color I hoped for. I do wonder on what basis you formed the expectation that 'with pm3d' would give you coloured point symbols... What you're looking for is 'with points palette'. And you'll probably want to stick with a 2D plot instead of 3D splot for that, i.e.: plot '/tmp/scatter-plot.dat' using 1:2:3 with points palette |
From: BBands <bbands@gm...> - 2011-04-26 19:52:59
|
Here is an example: http://t16web.lanl.gov/Kawano/gnuplot/misc1-e.html jab |
From: BBands <bbands@gm...> - 2011-04-26 19:50:26
|
One approach might be to 'set log x2' log and plot the data once on x and once on x2 using the ternary operator eliminate the unwanted points. See 'help operators ternary' and 'help set logscale' for details. jab On Tue, Apr 26, 2011 at 12:07 PM, Tomás Navarro <llaurollauro@...> wrote: > > Hello all. > > I have not found the way to solve the following problem: > > I want to plot a set of data in only one plot. > > The problem is that some points of the data should be better plotted in a > linear scale (lets say 0 to 100,000) but there are other data points that, > exceding the value 100,000, would be better plotted in a logarithmic scale, > as they goes in the range 100,000 to 500,000,000. > > Let's say the data is: > > X Y > 0 100 > 10000 80 > 20000 75 > 30000 60 > 40000 55 > 50000 50 > 60000 48 > 70000 45 > 80000 43 > 90000 41 > 100000 40 > 500000 35 > 1000000 30 > 5000000 25 > 10000000 20 > 50000000 15 > 100000000 10 > 500000000 8 > > (in fact there are much more data points in the 0-100,000 interval) > > Is there a way to plot all these points in the same plot in only one X-axis > showing two different ranges in that axis: > linear: 0-100,000 > logarithmic: 100,000 - 1,000,000,000 ? > > The axis would be read, for example, as: > > |-----|-----|-----|-----|-----|-----|-----|-----|-----| > 0 2E4 4E4 6E4 8E4 1E5 1E6 1E7 1E8 1E9 > Thanks. |
From: Tomás Navarro <llaurollauro@ho...> - 2011-04-26 19:07:08
|
Hello all. I have not found the way to solve the following problem: I want to plot a set of data in only one plot. The problem is that some points of the data should be better plotted in a linear scale (lets say 0 to 100,000) but there are other data points that, exceding the value 100,000, would be better plotted in a logarithmic scale, as they goes in the range 100,000 to 500,000,000. Let's say the data is: X Y 0 100 10000 80 20000 75 30000 60 40000 55 50000 50 60000 48 70000 45 80000 43 90000 41 100000 40 500000 35 1000000 30 5000000 25 10000000 20 50000000 15 100000000 10 500000000 8 (in fact there are much more data points in the 0-100,000 interval) Is there a way to plot all these points in the same plot in only one X-axis showing two different ranges in that axis: linear: 0-100,000 logarithmic: 100,000 - 1,000,000,000 ? The axis would be read, for example, as: |-----|-----|-----|-----|-----|-----|-----|-----|-----| 0 2E4 4E4 6E4 8E4 1E5 1E6 1E7 1E8 1E9 Thanks. |
From: folkert <folkert@va...> - 2011-04-26 10:57:37
|
Hi, I'm trying to add a density map to http://vanheusden.com/misc/sl/scatter-plot.png I'm plotting there a few x/y dots and would like to let each dot have a color depending on a third value in my source datafile. I tried: set term png size 1200,600 set autoscale set xdata time set timefmt "%s" set pm3d map splot '/tmp/scatter-plot.dat' using 1:2:3 with pm3d but this gives me this colored blob: http://keetweej.vanheusden.com/~folkert/scatter-plot.png not the + signs with color I hoped for. Any suggestions? Thanks. Folkert van Heusden -- ---------------------------------------------------------------------- Phone: +31-6-41278122, PGP-key: 1F28D8AE, http://www.vanheusden.com |
From: Amir Sabbagh <amirsabb@gm...> - 2011-04-24 18:23:12
|
Hi Jody, it worked perfectly. Thank you also for the math lesson :-) Amir On 20 April 2011 17:35, Amir Sabbagh <amirsabb@...> wrote: > Thank you so much Jody, tomorrow I'll try it. > > > On 20 April 2011 17:22, jody <jody.xha@...> wrote: > >> HI Amir >> >> if your plane equation is p*x + q*y +r*z + d = 0, >> then two orthogonal vectors in your plane are for example a=(q, -p, 0) >> and b=(p*r, q*r, -(p^2+q^2)) >> Usually it is a good idea to scale those vectors to unit length >> >> Jody >> >> >> On Wed, Apr 20, 2011 at 5:13 PM, jody <jody.xha@...> wrote: >> > Hi Amir >> > >> > To display the plane you have to find its parametric description, i.e. >> > x = a1*u+b1*v+c1 >> > y = a2*u+b2*v+c2 >> > z = a3*u+b3*v+c3 >> > >> > in other words, you have to find two vectors a=(a1, a2, a3) and b=(b1, >> b2, b3) >> > spanning your plane, as well as the offset c=(c1,c2,c3) >> > >> > then you can plot your plane like that >> > >> > splot [u=-5:5] [v=-5:5] a1*u+b1*v+c1, a2*u+b2*v+c2, a3*u+b3*v+c3 >> > >> > simple example >> > x = u >> > y = v >> > z = 3 >> > >> > the you plot it lie this: >> > >> > splot [u=-5:5] [v=-5:5] u, v, 3 >> > >> > Jody >> > >> > >> > On Wed, Apr 20, 2011 at 4:22 PM, Amir Sabbagh <amirsabb@...> >> wrote: >> >> Hi Jody, >> >> thank you very much for the answer, it helped a lot. >> >> is it possible to dispklay both the circle and the plane? >> >> >> >> On 20 April 2011 13:52, jody <jody.xha@...> wrote: >> >>> >> >>> Hi Amir >> >>> >> >>> Yes. For patametric curves you first have to type >> >>> >> >>> set parametric >> >>> >> >>> next set your constants >> >>> R=5 >> >>> d=4 >> >>> e=6 >> >>> c=15 >> >>> >> >>> and then do the plotting (splot is for 3d plots) >> >>> splot [t=0:2*pi] d+R*cos(t), e+R*sin(t),c >> >>> >> >>> Hope this helps >> >>> Jody >> >>> >> >>> On Wed, Apr 20, 2011 at 12:28 PM, Amir Sabbagh <amirsabb@...> >> wrote: >> >>> > Thank you Jody for the tip. The problem with this option is that I >> get a >> >>> > "undefined variable: t" error when I try to splot it. >> >>> > Maybe there is a workaround for this? >> >>> > >> >>> > Amir >> >>> > >> >>> > On 20 April 2011 12:00, jody <jody.xha@...> wrote: >> >>> >> >> >>> >> Hi Amir >> >>> >> >> >>> >> You could try a parametric version of your circle: >> >>> >> x = d+R*cos(t) >> >>> >> y = e+R*sin(t) >> >>> >> z = k >> >>> >> >> >>> >> This gives you a horizontal circle centered at (d,e,k) >> >>> >> For a tilted circle you would have to apply rotations >> >>> >> around the x and/or y axis. >> >>> >> >> >>> >> Jody >> >>> >> >> >>> >> >> >>> >> On Wed, Apr 20, 2011 at 11:36 AM, Amir Sabbagh <amirsabb@... >> > >> >>> >> wrote: >> >>> >> > Hi you all, >> >>> >> > >> >>> >> > I am trying to plot a circle and a plane with splot. >> >>> >> > >> >>> >> > I would like to have a circle at a Z=const value. I have tryed >> with >> >>> >> > ternary >> >>> >> > operation with no success. >> >>> >> > >> >>> >> > splot a*x+b*y+c title "Plane", \ >> >>> >> > (x-d)**2 + (y-e)**2 - R**2==0? ((x-d)**2 + (y-e)**2 - R**2): >> 0/0 >> >>> >> > with >> >>> >> > title "Circle" >> >>> >> > >> >>> >> > Can someone enlight me? >> >>> >> > >> >>> >> > Thank you >> >>> >> > Amir >> >>> >> > >> >>> >> > >> >>> >> > -- >> >>> >> > ************************************************************** >> >>> >> > Amir Sabbagh >> >>> >> > Il mio sito / My site: http://almucantarat.altervista.org >> >>> >> > ************************************************************** >> >>> >> > >> >>> >> > >> >>> >> > >> ------------------------------------------------------------------------------ >> >>> >> > Benefiting from Server Virtualization: Beyond Initial Workload >> >>> >> > Consolidation -- Increasing the use of server virtualization is a >> top >> >>> >> > priority.Virtualization can reduce costs, simplify management, >> and >> >>> >> > improve >> >>> >> > application availability and disaster protection. Learn more >> about >> >>> >> > boosting >> >>> >> > the value of server virtualization. >> >>> >> > http://p.sf.net/sfu/vmware-sfdev2dev >> >>> >> > _______________________________________________ >> >>> >> > gnuplot-info mailing list >> >>> >> > gnuplot-info@... >> >>> >> > https://lists.sourceforge.net/lists/listinfo/gnuplot-info >> >>> >> > >> >>> > >> >>> > >> >>> > >> >>> > -- >> >>> > ************************************************************** >> >>> > Amir Sabbagh >> >>> > Il mio sito / My site: http://almucantarat.altervista.org >> >>> > ************************************************************** >> >>> > >> >>> > >> >> >> >> >> >> >> >> -- >> >> ************************************************************** >> >> Amir Sabbagh >> >> Il mio sito / My site: http://almucantarat.altervista.org >> >> ************************************************************** >> >> >> >> >> > >> > > > > -- > ************************************************************** > Amir Sabbagh > Il mio sito / My site: http://almucantarat.altervista.org > ************************************************************** > > -- ************************************************************** Amir Sabbagh Il mio sito / My site: http://almucantarat.altervista.org ************************************************************** |
From: Hans-Bernhard Bröker <HBBroeker@t-...> - 2011-04-23 13:57:19
|
On 22.04.2011 01:42, Jon wrote: > But I think I have started cygwin as I also sshed to remote computer and > use gnuplot there. The problem is that I don't know how to make wgnuplot > run through cygwin. The same way you start any other program in a Unix-ish environment: put its installation location on your Cygwin $PATH, or call it with the full path. OTOH, if you're going to be using Cygwin in earnest, you might want to get the other binary distribution for Windows, gp443win32x11.zip, which is the native Cygwin version of gnuplot, including an X11 terminal driver --- or build it yourself under Cygwin. |
From: Thomas Sefzick <t.sefzick@fz...> - 2011-04-23 12:01:54
|
have a look at the options which are allowed for the 'set terminal pdf' command of your gnuplot program. see 'help terminal pdf' wesam wrote: > > hallo everybody, > > I am trying to include the graphs generated by gnuplot in my latex doc. > usually i do that with saving the gnuplot result as pdf and include it in > the latex. now i need the colors in the graph but they do not appear when > i save the gnuplot result to pdf and becomes black n white. > Please if u have any comment!!!!! > -- View this message in context: http://old.nabble.com/gnuplot-colored-graphs-to-pdf-tp31459403p31461310.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
From: Thomas Sefzick <t.sefzick@fz...> - 2011-04-23 11:58:47
|
let the fortran program write a file with the actual index number (only one line containing the number, nothing more) then read the content of this file into a variable and use this variable to construct the filenames: # read the content of the file, instead of 'cat' you may have to use # another command on a non-unix system. i=system("cat whatever_the_filename_is") set size 1, 1 set term jpeg 1200, 800 set output "particles".i.".jpeg" plot "partx".i.".txt","party".i.".txt","partz".i.".txt" ParticlesRule wrote: > > Hello, > > I have currently written a Fortran 77 simulation program that I need to > display graphically for each timestep. So far it calls the system to have > gnuplot open an include file that has the gnuplot script to plot from my > data files and produce a jpeg. What I would like to do is have it do is > make a jpeg for every time step that I can combine together into an mpeg > so that I can watch how my system evolves graphically. > > Here is what I have so far for this part of the code: > > call system ("gnuplot particles.in") > > Then it goes to the include file with the gnuplot script > > set size 1, 1 > set term jpeg 1200, 800 > set output "particles0.jpeg" > plot "partx0.txt","party0.txt","partz0.txt" > > > So for the partx0,party0, and partz0 text files, my fortran program opens > them at the beginning of the time step loop, writes the data into two > columns into each of them, then closes them and calls the system to have > gnuplot look at the include file. > > Everything works great except that at every timestep while the program is > running, since the text files reset and get a new batch of data and the > include file points to the same jpeg as the output, it keeps resetting the > picture. > > So if anyone knows what I would have to do in the fortran code or the > gnuplot script to make it make as many pictures as I have timesteps (ie. > particles0.jpeg,particles1.jpeg, > particles2.jpeg,particles3.jpeg,...,particlest.jpe g for t timesteps) it > would be very much appreciated. I have searched everywhere for the answer > and the very few I found were for C, not Fort 77. > > Thank you in advance! > -- View this message in context: http://old.nabble.com/Fort-77-and-gnuplot-iterative-output-jpegs-tp31457843p31461296.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |
From: Dr. Ing. Dieter Jurzitza <dieter.jurzitza@t-...> - 2011-04-22 07:32:29
|
Hi Jon, using cygwin there is no need for wgnuplot.exe any more. Simply get the gnuplot tar ball (or check whether there is a gnuplot - package readily build for cygwin available) and be happy :-) Take care Dieter Am Freitag, 22. April 2011, 01:42:39 schrieb Jon: > Thanks, it's the first time I noticed the several gnuplot.exe under the ****** -- ----------------------------------------------------------- | \ /\_/\ | | ~x~ |/-----\ / \ /- \_/ ^^__ _ / _ ____ / <°°__ \- \_/ | |/ | | || || _| _| _| _| if you really want to see the pictures above - use some font with constant spacing like courier! :-) ----------------------------------------------------------- |
From: BBands <bbands@gm...> - 2011-04-22 04:10:08
|
To handle these tasks I like to use unix utils. I just stick them in a directory in the path... http://unxutils.sourceforge.net/ jab 2011/4/21 Jon <devout1977@...>: > Thanks, it's the first time I noticed the several gnuplot.exe under the > directory. |
From: Jon <devout1977@gm...> - 2011-04-21 23:42:45
|
Thanks, it's the first time I noticed the several gnuplot.exe under the directory. But I think I have started cygwin as I also sshed to remote computer and use gnuplot there. The problem is that I don't know how to make wgnuplot run through cygwin. Sincerely, Jon 2011/4/21 Hans-Bernhard Bröker <HBBroeker@...> > On 21.04.2011 22:19, Jon wrote: > > I am using wgnuplot under win xp and need to plot merging two files. So I >> issued >> >> p '< paste file1 file2' u 1:2 w l >> >> the wgnuplot system complains >> >> warning: Skipping unreadable file "< paste fort1 fort2" >> No data in plot >> > > You've just discovered why there's not just one executable in the gnuplot > binary package for MS Windows. This kind of piping data through external > commands needs features that the standard build of wgnuplot doesn't have. > > You need to use either wgnuplot_pipes.exe, or the recently added > gnuplot.exe instead of wgnuplot.exe. > > And of course you'll have to track down an implementation of "paste" for > your Windows box if you haven't done so yet. Cygwin would be the most > complete choice --- you could even run the cygwin build of gnuplot for the > extra Unixy feel. > > |
From: Hans-Bernhard Bröker <HBBroeker@t-...> - 2011-04-21 21:11:23
|
On 21.04.2011 22:19, Jon wrote: > I am using wgnuplot under win xp and need to plot merging two files. So I > issued > > p '< paste file1 file2' u 1:2 w l > > the wgnuplot system complains > > warning: Skipping unreadable file "< paste fort1 fort2" > No data in plot You've just discovered why there's not just one executable in the gnuplot binary package for MS Windows. This kind of piping data through external commands needs features that the standard build of wgnuplot doesn't have. You need to use either wgnuplot_pipes.exe, or the recently added gnuplot.exe instead of wgnuplot.exe. And of course you'll have to track down an implementation of "paste" for your Windows box if you haven't done so yet. Cygwin would be the most complete choice --- you could even run the cygwin build of gnuplot for the extra Unixy feel. |
From: Jon <devout1977@gm...> - 2011-04-21 20:19:09
|
Dear All, I am using wgnuplot under win xp and need to plot merging two files. So I issued p '< paste file1 file2' u 1:2 w l the wgnuplot system complains warning: Skipping unreadable file "< paste fort1 fort2" No data in plot the same command seems to work fine under linux, thus I am thinking that '< paste file1 file2' needs to be executed under linux, so windows failed on this command, Thanks for opinions, Sincerely, Jon |
From: michael bane <michael.bane@ma...> - 2011-04-20 16:40:32
|
aha, that's so close! is there any intrinsic for Gnuplot to subtract times (it knows the format...)? ta, M On 20 Apr 2011, at 17:23, Amir Sabbagh wrote: > Hi Michael, if you could convert the time format in seconds you could try > > set format x "%H:%M:%S" > plot "date.txt" using 2:1:($3-$2):(0) with vectors nohead > > I know is not exactly what you asked, but this is my best suggestion > > Hope it helps > Amir > > > unfortunately gnuplot can't handle operations between dates as far I know. > > On 19 April 2011 10:46, michael bane <michael.bane@...> wrote: > I appreciate the part about using timefmt but not sure how to do the histograms from start to finish times (cols 2 and 3) > > > On 19 Apr 2011, at 07:49, Amir Sabbagh wrote: > >> Have you read at this? >> http://t16web.lanl.gov/Kawano/gnuplot/datetime-e.html >> >> >> >> On 18 April 2011 22:56, michael bane <michael.bane@...> wrote: >> Let's say I have data of the form >> jobID startT endT >> and want a visual representation of running jobs, eg plotting a line >> from startT to endT for each jobID, how would I go about this? >> Example data: >> 15799 20:03:26 20:16:45 >> 15798 20:03:26 20:16:51 >> 15800 20:03:26 20:16:51 >> 15802 20:03:26 20:16:52 >> 15793 20:03:26 20:16:53 >> 15797 20:03:26 20:16:53 >> >> >> thanks, Michael >> >> >> ------------------------------------------------------------------------------ >> Benefiting from Server Virtualization: Beyond Initial Workload >> Consolidation -- Increasing the use of server virtualization is a top >> priority.Virtualization can reduce costs, simplify management, and improve >> application availability and disaster protection. Learn more about boosting >> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev >> _______________________________________________ >> gnuplot-info mailing list >> gnuplot-info@... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-info >> >> >> >> -- >> ************************************************************** >> Amir Sabbagh >> Il mio sito / My site: http://almucantarat.altervista.org >> ************************************************************** >> > > > > > -- > ************************************************************** > Amir Sabbagh > Il mio sito / My site: http://almucantarat.altervista.org > ************************************************************** > |
From: Amir Sabbagh <amirsabb@gm...> - 2011-04-20 16:24:19
|
Hi Michael, if you could convert the time format in seconds you could try set format x "%H:%M:%S" plot "date.txt" using 2:1:($3-$2):(0) with vectors nohead I know is not exactly what you asked, but this is my best suggestion Hope it helps Amir unfortunately gnuplot can't handle operations between dates as far I know. On 19 April 2011 10:46, michael bane <michael.bane@...> wrote: > I appreciate the part about using timefmt but not sure how to do the > histograms from start to finish times (cols 2 and 3) > > > On 19 Apr 2011, at 07:49, Amir Sabbagh wrote: > > Have you read at this? > http://t16web.lanl.gov/Kawano/gnuplot/datetime-e.html > > > > On 18 April 2011 22:56, michael bane <michael.bane@...>wrote: > >> Let's say I have data of the form >> jobID startT endT >> and want a visual representation of running jobs, eg plotting a line >> from startT to endT for each jobID, how would I go about this? >> Example data: >> 15799 20:03:26 20:16:45 >> 15798 20:03:26 20:16:51 >> 15800 20:03:26 20:16:51 >> 15802 20:03:26 20:16:52 >> 15793 20:03:26 20:16:53 >> 15797 20:03:26 20:16:53 >> >> >> thanks, Michael >> >> >> >> ------------------------------------------------------------------------------ >> Benefiting from Server Virtualization: Beyond Initial Workload >> Consolidation -- Increasing the use of server virtualization is a top >> priority.Virtualization can reduce costs, simplify management, and improve >> application availability and disaster protection. Learn more about >> boosting >> the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev >> _______________________________________________ >> gnuplot-info mailing list >> gnuplot-info@... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-info >> > > > > -- > ************************************************************** > Amir Sabbagh > Il mio sito / My site: http://almucantarat.altervista.org > ************************************************************** > > > -- ************************************************************** Amir Sabbagh Il mio sito / My site: http://almucantarat.altervista.org ************************************************************** |
From: Amir Sabbagh <amirsabb@gm...> - 2011-04-20 15:35:47
|
Thank you so much Jody, tomorrow I'll try it. On 20 April 2011 17:22, jody <jody.xha@...> wrote: > HI Amir > > if your plane equation is p*x + q*y +r*z + d = 0, > then two orthogonal vectors in your plane are for example a=(q, -p, 0) > and b=(p*r, q*r, -(p^2+q^2)) > Usually it is a good idea to scale those vectors to unit length > > Jody > > > On Wed, Apr 20, 2011 at 5:13 PM, jody <jody.xha@...> wrote: > > Hi Amir > > > > To display the plane you have to find its parametric description, i.e. > > x = a1*u+b1*v+c1 > > y = a2*u+b2*v+c2 > > z = a3*u+b3*v+c3 > > > > in other words, you have to find two vectors a=(a1, a2, a3) and b=(b1, > b2, b3) > > spanning your plane, as well as the offset c=(c1,c2,c3) > > > > then you can plot your plane like that > > > > splot [u=-5:5] [v=-5:5] a1*u+b1*v+c1, a2*u+b2*v+c2, a3*u+b3*v+c3 > > > > simple example > > x = u > > y = v > > z = 3 > > > > the you plot it lie this: > > > > splot [u=-5:5] [v=-5:5] u, v, 3 > > > > Jody > > > > > > On Wed, Apr 20, 2011 at 4:22 PM, Amir Sabbagh <amirsabb@...> > wrote: > >> Hi Jody, > >> thank you very much for the answer, it helped a lot. > >> is it possible to dispklay both the circle and the plane? > >> > >> On 20 April 2011 13:52, jody <jody.xha@...> wrote: > >>> > >>> Hi Amir > >>> > >>> Yes. For patametric curves you first have to type > >>> > >>> set parametric > >>> > >>> next set your constants > >>> R=5 > >>> d=4 > >>> e=6 > >>> c=15 > >>> > >>> and then do the plotting (splot is for 3d plots) > >>> splot [t=0:2*pi] d+R*cos(t), e+R*sin(t),c > >>> > >>> Hope this helps > >>> Jody > >>> > >>> On Wed, Apr 20, 2011 at 12:28 PM, Amir Sabbagh <amirsabb@...> > wrote: > >>> > Thank you Jody for the tip. The problem with this option is that I > get a > >>> > "undefined variable: t" error when I try to splot it. > >>> > Maybe there is a workaround for this? > >>> > > >>> > Amir > >>> > > >>> > On 20 April 2011 12:00, jody <jody.xha@...> wrote: > >>> >> > >>> >> Hi Amir > >>> >> > >>> >> You could try a parametric version of your circle: > >>> >> x = d+R*cos(t) > >>> >> y = e+R*sin(t) > >>> >> z = k > >>> >> > >>> >> This gives you a horizontal circle centered at (d,e,k) > >>> >> For a tilted circle you would have to apply rotations > >>> >> around the x and/or y axis. > >>> >> > >>> >> Jody > >>> >> > >>> >> > >>> >> On Wed, Apr 20, 2011 at 11:36 AM, Amir Sabbagh <amirsabb@...> > >>> >> wrote: > >>> >> > Hi you all, > >>> >> > > >>> >> > I am trying to plot a circle and a plane with splot. > >>> >> > > >>> >> > I would like to have a circle at a Z=const value. I have tryed > with > >>> >> > ternary > >>> >> > operation with no success. > >>> >> > > >>> >> > splot a*x+b*y+c title "Plane", \ > >>> >> > (x-d)**2 + (y-e)**2 - R**2==0? ((x-d)**2 + (y-e)**2 - R**2): 0/0 > >>> >> > with > >>> >> > title "Circle" > >>> >> > > >>> >> > Can someone enlight me? > >>> >> > > >>> >> > Thank you > >>> >> > Amir > >>> >> > > >>> >> > > >>> >> > -- > >>> >> > ************************************************************** > >>> >> > Amir Sabbagh > >>> >> > Il mio sito / My site: http://almucantarat.altervista.org > >>> >> > ************************************************************** > >>> >> > > >>> >> > > >>> >> > > ------------------------------------------------------------------------------ > >>> >> > Benefiting from Server Virtualization: Beyond Initial Workload > >>> >> > Consolidation -- Increasing the use of server virtualization is a > top > >>> >> > priority.Virtualization can reduce costs, simplify management, and > >>> >> > improve > >>> >> > application availability and disaster protection. Learn more about > >>> >> > boosting > >>> >> > the value of server virtualization. > >>> >> > http://p.sf.net/sfu/vmware-sfdev2dev > >>> >> > _______________________________________________ > >>> >> > gnuplot-info mailing list > >>> >> > gnuplot-info@... > >>> >> > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > >>> >> > > >>> > > >>> > > >>> > > >>> > -- > >>> > ************************************************************** > >>> > Amir Sabbagh > >>> > Il mio sito / My site: http://almucantarat.altervista.org > >>> > ************************************************************** > >>> > > >>> > > >> > >> > >> > >> -- > >> ************************************************************** > >> Amir Sabbagh > >> Il mio sito / My site: http://almucantarat.altervista.org > >> ************************************************************** > >> > >> > > > -- ************************************************************** Amir Sabbagh Il mio sito / My site: http://almucantarat.altervista.org ************************************************************** |