<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sweetplots</title>
	<atom:link href="http://sweetplots.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sweetplots.wordpress.com</link>
	<description>Just another virtual park</description>
	<lastBuildDate>Wed, 25 Apr 2012 05:40:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sweetplots.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/06e96b6f64cf954c244a34715f71663c?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Sweetplots</title>
		<link>http://sweetplots.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sweetplots.wordpress.com/osd.xml" title="Sweetplots" />
	<atom:link rel='hub' href='http://sweetplots.wordpress.com/?pushpress=hub'/>
		<item>
		<title>[GNUPLOT] Regresi linier</title>
		<link>http://sweetplots.wordpress.com/2012/04/25/gnuplot-regresi-linier/</link>
		<comments>http://sweetplots.wordpress.com/2012/04/25/gnuplot-regresi-linier/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 05:20:47 +0000</pubDate>
		<dc:creator>Sweetplots</dc:creator>
				<category><![CDATA[GNUPLOT]]></category>
		<category><![CDATA[regresi linier]]></category>

		<guid isPermaLink="false">http://sweetplots.wordpress.com/?p=107</guid>
		<description><![CDATA[Assalamu&#8217;alaikum wr wb, Saudara sekalian, kali ini ingin kami bagi membuat grafik dengan regresi linier pada GNUPLOT. Sengaja kami sampaikan dalam bentuk jadi tanpa penjelasan detil. Anda bisa mengedit atau menggabungkan dengan script yang lain jika dikehendaki. Berikut ini contoh gambarnya: Dan berikut ini adalah script-nya: #!/bin/bash dir=/home/comp/Documents/project/GNUPLOTdemo gnuplot &#60;&#60;EOF set term postscript enhanced color [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=107&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Assalamu&#8217;alaikum wr wb,</p>
<p>Saudara sekalian, kali ini ingin kami bagi membuat grafik dengan regresi linier pada GNUPLOT. Sengaja kami sampaikan dalam bentuk jadi tanpa penjelasan detil. Anda bisa mengedit atau menggabungkan dengan <em>script</em> yang lain jika dikehendaki.</p>
<p>Berikut ini contoh gambarnya:</p>
<p><a href="http://sweetplots.files.wordpress.com/2012/04/xvsy.png"><img class="aligncenter size-full wp-image-108" title="XvsY" src="http://sweetplots.files.wordpress.com/2012/04/xvsy.png?w=497&#038;h=710" alt="" width="497" height="710" /></a></p>
<p>Dan berikut ini adalah<em> script</em>-nya:</p>
<pre>#!/bin/bash
dir=/home/comp/Documents/project/GNUPLOTdemo
gnuplot &lt;&lt;EOF
set term postscript enhanced color portrait
set output "$dir/XvsY.ps"
set datafile missing "NA"
set xlabel "X (unit)" font "Arial,20"
set ylabel "Y (unit)" font "Arial,20"
set xrange [10:22]
set yrange [0:12.0]
set xtics 0,2,22 nomirror font "Arial,16"
set ytics 0,2,12 nomirror font "Arial,16"
set bmargin 5
set format x "%.1f"
set format y "%.1f"
set key left top vertical Left reverse font "Arial-Italic,16"
set key samplen 3 spacing 1.5 width 0 height 0
set grid
##regresi
f(x) = a*x + b
fit f(x) 'XvsY.dat' using 1:2 via a, b
title_f(a,b) = sprintf('f(x) = %.2fx %.2f', a, b)
plot 'XvsY.dat' using 1:2 with points ls 7 ps 2.0 lc rgb "black" notitle, f(x) t title_f(a,b) ls 1 lc rgb "blue"
EOF</pre>
<p>Demikian, semoga bermanfaat, pengingat bagi kami dan tentunya bagi saudara sekalian.</p>
<p>Wassalamualaikum wr wb.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweetplots.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweetplots.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweetplots.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweetplots.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweetplots.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweetplots.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweetplots.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweetplots.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweetplots.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweetplots.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweetplots.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweetplots.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweetplots.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweetplots.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=107&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweetplots.wordpress.com/2012/04/25/gnuplot-regresi-linier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13fbb4d2ef62078a1094dc5e3e703107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweetplots</media:title>
		</media:content>

		<media:content url="http://sweetplots.files.wordpress.com/2012/04/xvsy.png" medium="image">
			<media:title type="html">XvsY</media:title>
		</media:content>
	</item>
		<item>
		<title>[GMT] Plot Seismic Activity</title>
		<link>http://sweetplots.wordpress.com/2012/04/04/gmt-plot-seismic-activity/</link>
		<comments>http://sweetplots.wordpress.com/2012/04/04/gmt-plot-seismic-activity/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 06:23:27 +0000</pubDate>
		<dc:creator>fety</dc:creator>
				<category><![CDATA[GMT]]></category>
		<category><![CDATA[Plot Seismic Activity]]></category>

		<guid isPermaLink="false">http://sweetplots.wordpress.com/?p=91</guid>
		<description><![CDATA[Script yang digunakan : #!/bin/bash #setting for GMT gmtset PAPER_MEDIA a4 gmtset ANNOT_FONT_SIZE 14 gmtset HEADER_FONT_SIZE 22 gmtset PAGE_ORIENTATION landscape pscoast -R95/141/-11/6 -JM10.5i -X1.5 -Y7 -B5 -V -G200 -Dh -B5g5:."Seismic Activities in Indonesia (Year=2007-2012 ;M&#62;5 ;Depth=1-1000km)": -W1 -K &#62; plot1.ps #make Cpt file makecpt -T0/1000/50 -Z &#62; quakes1.cpt #drawing EQ with 5&#60;=M&#60;6 awk '5 &#60;= [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=91&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://sweetplots.files.wordpress.com/2012/04/eq_2007_2012.png"><img class="alignnone size-full wp-image-92" title="EQ_2007_2012" src="http://sweetplots.files.wordpress.com/2012/04/eq_2007_2012.png?w=497&#038;h=273" alt="" width="497" height="273" /></a></p>
<p><strong><span style="text-decoration:underline;">Script yang digunakan :</span></strong></p>
<pre>#!/bin/bash
#setting for GMT
 gmtset PAPER_MEDIA a4
 gmtset ANNOT_FONT_SIZE 14
 gmtset HEADER_FONT_SIZE 22
 gmtset PAGE_ORIENTATION landscape
pscoast -R95/141/-11/6 -JM10.5i -X1.5 -Y7 -B5 -V -G200 -Dh -B5g5:."Seismic Activities in Indonesia (Year=2007-2012 ;M&gt;5 ;Depth=1-1000km)": -W1 -K &gt; plot1.ps
 #make Cpt file
 makecpt -T0/1000/50 -Z &gt; quakes1.cpt
 #drawing EQ with 5&lt;=M&lt;6
 awk '5 &lt;= $4 &amp;&amp; $4 &lt; 6 {print $1,$2,$3,$4}' data1.dat &gt; temp2.d
 psxy -R -JM -K -O -Cquakes1.cpt temp2.d -Sc0.3 -W0.25p &gt;&gt; plot1.ps
 #drawing EQ with 6&lt;=M&lt;7
 awk '6 &lt;= $4 &amp;&amp; $4 &lt; 7 {print $1,$2,$3,$4}' data1.dat &gt; temp3.d
 psxy -R -JM -K -O -Cquakes1.cpt temp3.d -Sc0.5 -W0.25p &gt;&gt; plot1.ps
 awk '7 &lt;= $4 &amp;&amp; $4 &lt; 8 {print $1,$2,$3,$4}' data1.dat &gt; temp4.d
 psxy -R -JM -K -O -Cquakes1.cpt temp4.d -Sc0.7 -W0.25p &gt;&gt; plot1.ps
 awk '8 &lt;= $4 &amp;&amp; $4 &lt; 9 {print $1,$2,$3,$4}' data1.dat &gt; temp5.d
 psxy -R -JM -K -O -Cquakes1.cpt temp5.d -Sc0.9 -W0.25p &gt;&gt; plot1.ps
 #drawing scale
 psscale -Cquakes1.cpt -D6/-2/12/0.3h -E -Ba100f50:"Depth (km)": -O -K &gt;&gt; plot1.ps --LABEL_FONT_SIZE=14
 #drawing mark EQ's mag (inside map)
 psxy -JM -R -Sc0.3 -W0.25p -O -K&lt;&lt; END &gt;&gt; plot1.ps
 132 -9.5
 END
 psxy -JM -R -Sc0.5 -W0.25p -O -K&lt;&lt; END &gt;&gt; plot1.ps
 134 -9.5
 END
 psxy -JM -R -Sc0.7 -W0.25p -O -K&lt;&lt; END &gt;&gt; plot1.ps
 136 -9.5
 END
 psxy -JM -R -Sc0.9 -W0.25p -O -K&lt;&lt; END &gt;&gt; plot1.ps
 138 -9.5
 END
 #mark EQ mag
 pstext -JM -R -Gblue -O -K &lt;&lt; END &gt;&gt; plot1.ps
 133 5.5 11 0 6 5 febty.febriani[at]lipi.go.id
 END
 pstext -JM -R -Gblack -O &lt;&lt; END &gt;&gt; plot1.ps
 131 -10.6 11 0 4 5 M5-6
 133 -10.6 11 0 4 5 M6-7
 135 -10.6 11 0 4 5 M7-8
 137 -10.6 11 0 4 5 M8-9
 END
#convert picture from .ps to .png
 convert plot1.ps EQ_2007_2012.png
 #remove plot1.ps
 rm plot1.ps
<strong> </strong></pre>
<p><span id="more-91"></span></p>
<p><strong>Data yang digunakan :</strong></p>
<pre>#Example of EQ data (2007-2012)
#column 1=longitude; column2=latitude; column3=EQ depth; column4=EQ magnitude
125.76 1.41 55 5.5
102.95 -4.43 75 5.2
95.70 2.92 30 6.1
126.96 -1.13 12 5.5
126.30 1.22 10 5.3
126.96 3.13 43 5.0
125.80 0.79 10 5.0
127.06 -0.97 10 5.0
124.42 -0.14 20 5.1
101.19 -2.96 45 5.0
129.75 -6.76 125 5.0
126.36 1.54 10 5.6
127.51 3.59 41 5.0
99.87 -2.33 30 5.0
128.40 -7.35 119 5.4
123.18 -3.66 30 5.1
130.47 -7.15 72 5.1
133.84 -5.61 30 5.1
127.25 -3.46 58 5.3
126.16 1.24 10 5.1
97.25 1.25 30 5.5
105.22 -6.58 16 5.0
136.74 -2.74 23 5.5
96.03 4.11 30 5.2
96.75 2.01 30 5.0
95.55 2.63 39 5.2
118.80 -9.55 37 5.6
130.21 -6.61 131 5.1
117.78 -9.37 57 5.0
127.34 -1.07 24 6.1
127.42 -1.07 10 5.5
127.46 -1.07 10 5.1
122.80 -0.01 175 5.5
127.53 -1.14 10 5.0
123.43 -4.40 44 5.0
130.91 -6.72 86 5.8
129.26 -7.72 28 5.1
96.04 2.61 24 5.2
127.94 3.49 103 5.6
126.41 1.15 47 5.7
130.02 -6.53 107 5.0
138.73 -3.08 10 5.7
97.33 1.19 51 5.0
126.97 1.09 82 5.0
119.75 -7.89 223 5.3
125.16 5.64 81 5.1
108.15 -10.49 10 6.0
103.86 -5.85 27 5.2
130.56 -5.93 134 5.9
122.10 -0.56 27 5.1
124.61 0.34 112 5.0
126.31 1.11 35 5.0
103.22 -7.35 30 5.0
104.54 -5.95 30 5.1
127.07 -1.14 27 5.0
117.99 -9.36 81 5.2
97.46 5.00 30 5.2
128.23 2.62 72 5.2
98.00 2.27 62 5.3
127.46 2.87 25 6.9
127.36 2.85 38 5.0
127.24 2.97 46 5.1
140.10 -3.66 40 5.3
126.95 2.51 10 5.6
107.68 -5.93 291 6.1
107.42 -5.86 280 7.5
105.14 -6.52 51 5.0
127.42 2.72 56 5.1
123.86 1.07 278 5.1
127.40 -3.67 35 5.0
126.64 4.07 43 5.1
129.47 -5.30 21 5.8
129.43 -5.26 10 6.4
96.69 2.08 30 5.0
97.54 0.89 30 5.0
97.53 0.87 30 5.0
140.85 -5.37 10 5.3
129.07 -6.59 205 5.0
140.87 -5.39 12 5.7
129.00 -7.34 110 5.0
129.94 -6.08 132 5.1
126.40 1.27 10 5.1
127.41 2.77 50 5.1
127.53 2.81 47 5.1
119.60 -1.51 43 5.2
99.32 1.80 145 5.4
129.32 -2.97 23 5.5
127.12 2.38 38 5.6
127.08 2.40 52 5.3
126.92 2.67 78 5.1
126.94 2.73 44 5.0
130.77 -5.37 35 5.3
127.54 2.75 10 5.2
134.12 -2.61 0 5.2
103.28 -7.14 30 5.1
97.75 0.29 25 5.2
97.80 0.34 30 5.1
126.01 -0.29 35 5.1
126.22 1.07 41 5.0
127.56 4.80 58 5.4
105.53 -5.73 10 5.0
101.37 -4.44 34 8.5
101.79 -2.59 35 5.0
101.36 -4.26 35 5.3
100.22 -2.84 35 5.5
101.31 -4.18 35 5.0
100.28 -2.71 35 5.2
101.38 -2.93 35 5.6
100.75 -3.53 35 5.0
100.72 -3.26 43 5.2
101.46 -3.16 35 5.9
101.18 -4.08 35 5.0
101.40 -3.14 35 5.8
100.46 -3.07 42 5.0
125.87 -7.48 392 5.3
101.40 -4.43 28 5.1
100.91 -2.80 35 5.1
101.00 -4.01 26 5.1
100.84 -2.62 35 7.9
99.57 -1.89 35 5.0
99.43 -2.30 14 5.2
100.32 -2.56 35 5.2
99.82 -1.90 16 5.7
99.72 -1.88 29 5.1
99.47 -2.20 24 5.1
101.75 -3.82 30 5.0
99.67 -1.69 28 6.5
99.79 -2.04 28 5.4
99.63 -2.13 22 7.0
99.64 -1.98 35 5.1
99.64 -1.61 29 5.1
99.64 -1.72 32 5.5
100.69 -3.72 28 5.0
100.84 -3.70 35 5.0
99.52 -1.98 28 5.0
99.51 -1.94 34 5.2
99.82 -2.15 35 5.3
126.34 3.80 26 6.3
101.66 -3.43 35 5.1
100.49 -2.57 35 5.0
100.85 -3.59 35 5.1
100.97 -2.75 17 5.5
100.27 -2.92 35 5.1
101.27 -4.30 24 5.2
101.52 -3.17 53 6.0
99.95 -2.23 30 5.5
99.88 -2.42 41 5.0
101.23 -2.84 35 5.0
101.83 -3.78 26 5.4
101.14 -2.92 40 5.1
100.12 -2.15 29 5.2
101.17 -4.07 23 6.4
100.95 -4.42 25 5.8
102.35 -3.00 35 5.3
101.20 -4.23 35 5.1
100.25 -2.84 35 5.0
101.22 -4.23 35 5.0
101.19 -2.79 35 5.5
101.24 -2.80 35 5.0
99.72 -1.76 35 5.0
99.54 -1.80 30 5.0
101.11 -2.76 38 5.2
101.17 -2.72 35 5.2
101.20 -2.83 35 5.3
125.91 5.65 108 5.1
100.77 -3.64 25 5.1
125.82 0.29 62 5.2
101.03 -4.04 25 5.0
101.35 -3.26 35 5.6
97.71 0.13 25 5.1
100.89 -2.75 35 6.0
131.36 -4.63 40 5.4
101.23 -4.30 27 5.0
100.14 -2.00 30 6.7
117.01 -10.38 35 5.7
99.53 -2.18 25 5.1
126.77 2.26 34 5.0
101.06 -4.34 28 5.0
99.94 -2.00 35 5.3
99.93 -2.13 28 5.5
100.85 -3.68 35 5.4
100.83 -3.60 26 5.1
100.83 -3.61 39 5.0
122.54 -7.61 23 5.1
101.38 -3.01 35 5.0
100.36 -3.15 18 5.7
100.07 -1.57 35 5.4
101.46 -4.39 35 5.3
105.57 -5.88 35 5.0
101.30 -4.41 35 5.0
100.46 -1.77 35 5.3
99.49 -1.79 26 6.1
99.46 -1.83 24 5.1
100.84 -3.49 35 5.0
95.53 2.91 20 5.7
95.52 2.90 35 6.0
127.47 5.98 24 5.5
96.58 4.09 35 5.0
101.21 -4.24 22 5.9
99.78 -1.85 35 5.1
116.81 -8.28 10 5.7
101.34 -4.38 35 5.1
99.48 -1.74 27 5.9
100.98 -3.90 35 5.4
100.51 -3.29 15 5.7
126.04 1.37 47 5.1
140.24 -2.77 35 5.0
98.75 0.76 75 5.0
96.46 2.97 40 5.0
140.96 4.51 10 5.1
126.30 5.34 59 5.3
100.51 -3.24 35 5.2
100.48 -3.21 23 5.2
100.80 -3.59 35 5.5
100.61 -3.22 23 5.0
100.86 -3.59 27 5.6
97.05 1.84 35 5.0
99.90 -2.00 30 5.8
119.32 5.71 48 5.2
139.49 -2.92 39 5.1
139.15 -2.17 44 5.0
101.02 -3.90 21 6.8
100.79 -3.54 29 5.5
139.50 -2.91 36 5.1
100.62 -4.17 35 5.1
139.60 -2.88 13 5.5
139.57 -2.85 10 5.5
101.28 -2.99 48 5.3
126.44 1.94 35 5.4
101.09 -3.74 25 5.0
130.76 -5.72 94 5.2
120.72 -1.00 35 5.2
100.72 -3.64 31 5.1
126.97 2.62 47 5.0
104.56 -6.51 35 5.1
107.85 -8.56 34 5.3
101.31 -4.44 35 5.1
100.53 -3.28 15 5.9
99.47 -0.55 35 5.5
126.08 3.81 30 5.1
127.04 1.49 105 5.3
126.22 5.30 59 5.3
126.85 5.93 80 5.4
100.69 -0.88 107 5.0
101.26 -4.33 35 5.4
127.86 2.47 76 5.0
126.36 1.53 50 5.2
95.06 4.74 49 5.8
123.49 -4.24 10 5.0
128.01 -2.02 35 5.2
101.16 -2.81 55 5.9
118.37 -8.29 20 6.5
100.41 -2.24 35 6.0
118.47 -8.22 18 6.5
118.61 -8.25 32 5.4
96.97 0.27 36 5.0
118.69 -8.21 35 5.3
100.46 -2.26 35 5.0
97.10 1.09 35 5.0
128.57 -7.31 158 5.1
100.44 -1.63 35 5.3
100.53 -2.26 50 5.2
101.14 -2.86 35 5.4
127.82 4.43 127 5.0
126.99 2.64 46 5.0
97.88 1.98 44 5.9
101.36 -4.62 10 5.3
101.36 -4.45 27 5.1
105.99 -7.07 87 5.0
100.45 -2.28 51 5.3
127.00 1.55 64 5.1
126.17 2.02 88 5.6
122.38 -8.68 132 5.1
120.64 0.21 83 5.1
113.47 -9.98 10 5.3
96.76 2.22 35 5.0
100.84 -4.52 22 5.0
139.10 -2.35 38 5.2
129.75 -3.09 54 5.0
127.47 -7.53 175 6.0
131.09 -6.62 57 6.4
100.63 -3.27 43 5.1
112.39 -9.22 48 5.0
113.36 -10.76 10 5.3
123.94 -9.19 39 5.3
100.62 -3.50 27 5.1
139.07 -2.41 20 6.2
139.15 -2.32 51 5.1
96.81 2.09 23 6.1
102.45 -5.58 35 5.1
123.74 -8.92 111 5.3
101.29 -4.33 25 5.2
101.23 -4.30 27 5.2
97.02 0.12 38 5.1
131.15 -5.38 69 5.1
95.66 5.42 20 5.4
125.23 -6.99 515 5.0
122.66 -5.92 10 5.4
101.03 -2.78 35 6.0
107.49 -9.29 29 5.1
103.10 -4.87 35 5.1
134.01 -0.80 12 5.9
131.37 -3.91 1 5.8
128.56 2.52 229 5.3
126.94 4.22 32 5.3
126.72 1.79 55 5.1
126.82 2.35 35 6.1
97.46 0.92 10 5.4
97.44 1.01 20 6.2
97.16 1.34 23 5.0
101.22 -2.83 50 5.0
101.87 -4.03 35 5.3
97.27 1.03 10 5.3
124.00 -0.11 107 5.0
127.69 -7.30 8 6.2
125.08 -0.17 70 5.5
129.70 -6.26 26 5.3
129.65 -6.13 10 5.8
129.75 -6.16 10 5.3
129.89 -6.14 10 5.0
119.86 -8.20 191 5.0
111.52 -8.62 35 5.1
118.07 -3.52 13 5.9
127.06 1.92 79 5.0
122.65 1.23 35 5.8
116.82 -7.58 321 5.7
124.37 -0.12 35 5.1
125.08 -0.24 38 6.0
101.21 -3.01 47 5.5
128.64 -8.16 19 6.2
128.57 -8.29 29 5.0
125.92 5.43 99 5.0
126.54 1.65 46 5.0
127.67 -7.59 121 5.3
135.51 -3.63 35 5.0
139.09 -2.59 38 5.1
100.93 -3.29 35 5.3
99.95 -2.43 14 5.4
95.96 2.77 26 7.4
96.14 2.61 35 5.4
96.06 2.54 35 5.2
96.25 2.70 35 5.1
95.84 2.50 24 5.3
95.78 2.64 22 5.0
100.84 -3.37 26 5.0
96.08 2.48 35 5.0
138.96 -2.15 11 5.6
99.88 -2.32 24 5.7
99.96 -2.51 32 5.6
101.99 -3.74 44 5.2
99.95 -2.34 27 5.2
99.96 -2.47 22 5.3
99.93 -2.40 22 6.5
99.98 -2.52 24 5.4
99.97 -2.49 25 7.2
96.07 2.64 35 5.0
99.88 -2.47 35 5.1
128.59 -8.33 35 5.0
99.97 -2.31 35 5.3
100.00 -2.30 38 5.0
99.89 -2.33 25 6.6
99.81 -2.24 25 6.7
122.24 -0.60 66 5.0
95.92 2.64 35 5.1
101.07 -3.85 20 5.9
129.68 -7.04 105 5.0
101.33 -4.44 27 5.3
99.82 -2.18 25 6.2
101.45 -4.47 27 5.6
97.15 1.14 32 5.0
101.46 -4.45 33 5.4
128.23 2.57 125 5.9
99.79 -2.23 35 5.3
127.03 1.74 83 5.2
95.60 2.38 35 5.0
126.37 1.48 54 5.0
100.81 -3.76 27 5.0
100.86 -3.65 29 5.0
132.52 1.93 10 5.0
126.65 1.71 64 5.3
101.44 -4.22 45 5.0
130.42 -6.31 137 5.0
101.10 -2.90 35 5.2
127.26 1.58 104 5.1
128.47 1.86 67 5.1
126.26 1.07 8 5.2
126.75 0.64 10 5.0
95.30 2.86 20 6.3
98.24 0.11 49 5.2
101.18 -2.86 50 5.1
111.91 -9.16 27 5.1
126.31 1.55 52 5.3
102.72 -4.35 67 5.7
99.19 -0.16 81 5.3
129.20 -7.05 180 5.7
127.47 0.03 153 5.0
95.43 2.90 36 5.2
96.12 2.63 25 5.0
129.99 -6.43 139 5.0
129.18 -7.04 150 5.2
126.08 0.83 10 5.7
127.11 4.27 60 5.0
125.69 -7.82 13 6.1
125.72 -7.88 10 6.0
125.69 -7.87 10 5.4
125.63 -7.93 10 5.0
125.81 -7.95 5 5.1
125.68 -7.85 3 5.6
129.74 -7.07 110 5.3
131.45 -3.86 10 5.5
101.41 -3.27 46 5.2
107.88 -7.78 40 5.0
127.48 -6.11 404 5.9
121.81 -8.07 35 5.0
101.21 -2.87 49 5.0
101.32 -3.02 50 5.3
127.83 4.33 65 5.0
123.15 -7.86 212 5.4
95.09 4.68 35 5.4
125.69 1.37 87 5.1
118.17 4.60 10 5.0
101.41 -3.20 32 5.7
130.58 -7.14 35 5.1
99.15 1.64 10 6.0
99.18 1.72 10 5.3
101.47 -3.18 47 5.7
101.41 -3.20 45 5.0
101.27 -4.13 19 5.5
101.10 -4.45 22 5.2
129.48 -7.06 125 5.7
124.10 -8.84 81 5.0
124.90 -0.09 40 5.0
129.53 -4.58 10 5.4
129.50 -4.57 10 5.4
126.83 2.24 71 5.0
118.03 -9.16 81 5.1
129.59 -4.59 10 5.1
123.28 -0.03 153 5.3
97.76 0.35 35 5.3
120.25 -8.17 14 5.9
120.26 -8.12 7 5.8
120.23 -8.10 14 6.0
99.97 -2.08 35 5.2
120.13 -8.14 10 5.1
122.64 -0.63 46 5.3
140.02 -2.48 35 5.0
127.89 -7.49 122 6.0
140.85 -3.55 54 5.0
120.34 -8.15 10 5.3
120.43 -8.11 10 5.1
131.30 -5.49 53 5.0
126.39 5.25 57 5.4
127.78 -7.39 37 5.0
112.77 -9.38 51 5.2
128.12 -4.84 25 5.4
97.48 0.82 23 5.1
107.75 -9.55 11 5.1
128.41 1.98 73 5.4
126.77 3.01 34 5.0
101.27 -3.09 58 5.0
98.70 -2.04 24 5.2
101.43 -3.18 49 5.1
138.42 -2.52 11 5.0
138.45 -2.56 35 5.1
97.16 1.32 19 5.5
97.19 1.34 16 5.7
96.67 0.21 35 5.1
126.79 3.43 50 5.0
101.14 -1.83 53 5.3
125.96 0.94 35 5.1
107.62 -9.52 15 5.3
96.52 2.18 24 5.6
96.95 -0.44 35 5.2
111.22 -8.64 77 5.3
126.08 3.92 101 5.1
101.66 -3.45 75 5.1
126.49 -7.36 314 5.2
99.79 -1.07 84 5.3
120.31 -8.20 39 5.1
130.20 -5.92 173 6.3
117.67 -8.13 30 5.9
117.81 -8.17 32 5.0
101.08 -3.94 23 5.8
100.99 -3.91 36 5.3
119.73 -0.29 56 5.0
103.04 -5.63 18 5.2
104.47 -6.34 21 5.7
119.09 -8.63 165 5.0
121.02 1.02 566 5.2
126.04 4.54 108 5.6
101.46 -4.48 24 5.0
98.09 0.49 35 5.1
120.57 -8.28 190 5.1
100.51 -2.22 66 5.1
103.06 -3.93 25 5.2
96.29 2.45 39 5.0
96.32 2.51 43 5.5
127.36 1.88 96 6.6
128.96 -3.78 94 5.6
138.97 -2.34 38 5.0
126.86 -8.73 22 5.6
128.26 -7.41 138 5.2
127.93 -2.45 35 5.3
126.84 -8.78 35 5.7
102.22 -5.21 18 5.1
130.71 -5.69 109 5.1
130.17 -6.33 148 5.1
130.29 -6.10 93 5.2
96.20 2.28 35 5.0
126.56 3.82 35 5.0
110.12 -5.61 532 5.2
124.11 5.50 499 5.3
97.97 1.96 61 5.0
104.75 -6.06 77 5.1
140.00 -3.56 63 5.0
120.68 0.11 96 5.9
127.73 -7.47 135 5.6
125.78 5.96 129 5.7
123.01 -0.14 81 5.6
100.75 -3.63 35 5.1
126.64 4.15 35 5.2
126.54 4.18 35 5.2
126.97 1.43 93 5.1
129.23 -6.68 10 5.8
121.76 2.90 607 5.0
97.25 1.14 10 5.7
129.07 -6.71 10 6.2
129.38 -7.20 97 5.2
100.14 -0.25 126 5.1
127.32 1.76 112 5.0
102.19 -4.15 65 5.0
122.09 1.27 30 7.4
122.11 1.29 35 5.6
121.78 1.13 35 5.5
128.80 -5.66 306 5.6
124.80 4.79 321 5.3
101.26 -4.35 24 6.3
101.42 -4.48 23 5.7
101.22 -4.61 35 5.1
101.76 -4.76 25 5.9
122.51 3.53 598 5.0
124.75 -7.39 398 6.4
126.89 1.22 78 5.2
139.32 -2.81 45 5.7
126.51 1.55 36 5.0
100.75 -3.65 14 5.7
105.33 -5.84 35 5.2
105.32 -6.02 40 5.1
123.43 0.06 129 5.9
129.76 -3.11 43 5.1
101.04 -2.83 48 5.3
103.51 -6.07 35 5.2
127.17 2.30 87 5.3
126.84 1.23 73 5.2
139.00 -2.77 45 5.5
95.04 4.83 56 5.4
139.26 -2.85 40 5.0
128.68 2.41 72 5.2
125.38 5.75 206 6.3
124.26 5.32 431 5.4
125.71 5.42 141 5.1
118.46 -10.25 49 5.2
101.22 -4.30 20 5.9
101.19 -4.37 10 5.1
127.44 4.92 39 5.4
121.84 1.32 33 5.1
101.30 -4.33 19 5.5
101.24 -4.33 26 5.3
128.46 -7.44 127 5.4
132.88 -0.41 17 7.7
133.36 -0.59 35 5.6
132.89 -0.45 35 5.0
133.01 -0.53 35 5.0
119.68 -8.16 175 5.0
132.58 -0.30 35 5.1
132.61 -0.39 35 5.1
133.29 -0.67 35 5.0
133.10 -0.52 36 5.0
132.88 -0.32 29 5.6
133.04 -0.31 35 5.2
132.51 -0.40 35 5.0
132.86 -0.28 35 5.3
133.30 -0.69 23 7.4
133.22 -0.51 35 5.2
133.27 -0.69 35 5.5
132.99 -0.19 20 5.2
132.86 -0.19 38 5.1
133.55 -0.73 20 5.3
133.19 -0.67 31 5.7
121.86 1.10 50 5.0
132.76 -0.40 35 5.9
133.60 -0.71 35 5.0
133.49 -0.73 35 5.0
133.84 -0.68 35 5.1
132.73 -0.57 35 5.3
133.48 -0.76 29 5.0
100.72 -3.53 27 5.2
133.28 -0.65 17 5.2
133.01 -0.36 31 5.0
132.74 -0.42 35 5.1
129.60 -6.79 121 5.0
132.78 -0.57 18 5.3
133.25 -0.75 25 5.0
133.43 -0.66 16 6.0
127.32 1.79 96 5.0
123.85 -9.11 54 5.0
132.85 -0.41 35 5.2
132.94 -0.64 41 5.2
96.72 1.88 10 5.0
132.93 -0.41 18 5.5
99.76 -2.23 16 5.1
133.78 -0.71 35 5.2
133.51 -0.77 27 5.0
132.88 -0.55 35 5.2
99.73 -1.59 35 5.0
95.78 2.82 58 5.1
118.69 -7.75 38 5.0
132.95 -0.51 35 5.0
132.21 -0.39 35 5.0
132.60 -0.30 35 5.0
132.71 -0.56 32 5.0
131.90 -0.47 32 5.0
132.84 -0.20 35 5.2
120.99 0.47 88 5.1
129.81 -4.67 143 5.5
115.03 -10.69 30 5.1
127.43 -0.52 132 5.1
132.80 -0.33 35 5.0
128.57 -7.31 146 6.1
132.91 -0.51 27 5.1
125.01 -8.41 21 5.1
126.28 5.49 144 5.1
130.27 -6.91 68 5.2
100.04 0.07 127 5.0
98.18 -0.35 10 5.7
98.28 -0.26 20 5.7
98.42 -0.20 10 5.0
136.59 -2.92 56 5.3
124.16 -8.94 65 5.7
128.61 2.45 208 5.0
124.11 -9.01 65 5.0
133.43 -0.70 18 5.0
127.76 4.85 35 5.1
102.76 -4.55 50 5.0
130.14 -6.48 164 5.1
123.24 -6.94 658 5.0
123.47 1.32 23 5.4
124.29 -0.08 62 5.0
126.39 3.89 20 7.2
126.61 3.62 21 5.5
126.64 3.88 29 5.5
126.73 3.82 30 5.3
126.53 3.89 35 5.6
126.79 3.75 34 5.2
126.40 3.85 25 5.2
126.10 3.38 35 5.0
126.74 3.98 35 5.0
126.65 3.96 44 5.1
126.78 4.03 35 6.0
126.54 4.00 37 5.4
126.51 3.83 35 5.3
126.71 3.95 35 5.1
126.48 3.83 35 5.5
126.88 3.84 31 5.0
126.83 3.95 35 5.0
126.66 3.96 35 5.5
126.74 4.03 35 5.4
126.60 3.94 45 5.2
126.47 3.78 42 5.0
126.66 3.79 35 5.1
126.60 3.72 35 5.2
126.79 3.73 35 5.0
126.65 3.71 25 5.9
126.94 3.82 35 5.1
126.58 3.93 35 5.5
126.80 4.04 16 5.6
126.63 4.01 42 5.3
126.76 4.03 35 5.0
126.57 3.81 35 5.1
126.65 3.59 35 5.1
126.41 3.95 26 6.0
126.50 3.75 35 5.2
126.57 4.01 35 5.3
126.73 4.12 35 5.0
126.88 4.14 35 5.0
126.66 4.02 35 5.2
126.79 3.71 35 5.6
126.72 3.97 35 6.0
126.51 4.01 35 5.0
126.68 3.99 35 5.1
126.55 4.03 27 6.3
127.15 3.99 35 5.0
126.74 4.03 35 5.0
126.57 4.00 35 5.0
126.51 3.69 35 5.3
126.47 3.93 35 5.0
126.65 4.03 14 5.1
126.48 3.98 43 5.7
121.37 -8.24 221 5.4
126.73 3.74 35 5.3
126.61 3.75 35 5.0
126.61 3.99 35 5.0
126.62 3.65 35 5.2
126.82 3.97 35 5.0
126.68 3.75 35 5.6
126.77 4.14 35 5.0
126.84 3.64 35 5.3
126.46 3.78 32 5.4
126.75 4.18 35 5.0
126.71 3.97 24 5.1
132.47 -0.30 35 5.1
126.62 4.03 35 5.0
127.76 -7.56 147 5.0
128.22 2.30 114 5.0
126.55 3.67 35 5.2
126.64 3.84 35 5.2
120.64 -7.39 586 5.2
132.67 -0.40 45 5.5
126.73 3.85 35 5.2
133.09 -0.53 35 5.0
126.56 3.68 32 6.0
98.55 0.48 35 5.4
133.22 -0.72 35 5.2
126.64 3.66 35 5.3
120.54 -1.74 35 5.1
97.17 1.42 23 5.6
126.64 3.69 53 5.0
127.77 -7.47 144 5.5
97.09 1.52 35 5.1
130.99 -5.55 96 5.0
126.63 3.67 35 5.3
126.48 3.83 35 5.3
126.52 3.90 49 5.0
128.29 -7.15 35 5.1
119.87 -1.11 11 5.6
95.44 2.80 26 5.2
124.85 -9.33 33 5.0
123.59 -8.35 172 5.3
139.12 -1.88 18 5.5
139.16 -1.81 2 5.1
126.69 3.63 9 5.0
95.05 4.67 35 5.0
129.34 -7.08 150 5.2
126.55 3.81 35 6.3
126.52 3.57 45 5.0
126.65 3.61 35 5.0
126.70 3.60 18 5.7
126.75 3.69 35 5.2
126.44 3.87 35 5.0
126.65 3.65 23 5.5
126.88 3.63 43 5.0
138.95 -1.96 35 5.1
133.13 -0.70 35 5.2
139.02 -2.00 35 5.0
127.33 5.73 56 5.3
98.55 0.73 89 5.0
133.25 -0.69 51 5.0
106.15 -6.96 47 5.0
139.54 -2.95 93 6.0
139.03 -2.01 41 5.1
126.78 3.90 35 5.4
101.91 -5.96 35 5.6
100.63 -3.51 26 5.3
130.23 -8.01 35 5.6
127.20 5.15 48 6.3
126.67 -3.09 35 5.1
124.16 -9.27 10 5.1
129.36 -7.04 125 5.1
126.68 3.61 35 5.0
126.66 3.71 35 5.0
127.50 -3.12 62 5.4
125.48 4.40 158 5.1
122.12 1.98 56 5.2
125.09 -6.82 554 5.6
133.62 -2.04 45 5.0
100.42 -3.08 19 5.7
100.47 -3.12 22 6.3
100.32 -3.33 7 5.5
100.46 -3.22 41 5.0
128.24 -7.43 144 5.4
126.68 4.14 25 6.1
99.09 2.80 174 5.1
126.68 4.03 35 5.2
129.73 -4.17 19 5.6
129.66 -4.23 30 5.7
126.82 4.42 51 5.5
126.57 4.02 35 5.1
135.50 -3.54 56 5.5
97.65 3.36 24 5.2
132.48 -0.34 35 5.1
101.14 -5.44 31 5.2
126.93 4.43 35 5.7
124.96 -0.25 26 5.1
126.77 2.51 10 5.1
101.24 -4.26 35 5.0
133.16 -0.58 28 5.0
127.46 -3.91 40 5.4
126.11 0.96 35 5.3
125.78 5.93 160 5.7
122.03 -8.41 38 5.0
125.11 -0.33 72 5.0
123.73 -9.17 56 5.0
118.39 -8.44 146 5.2
127.83 -6.03 10 5.0
102.90 -4.89 22 5.3
130.29 -8.05 35 5.0
128.02 -5.30 340 5.4
117.20 -7.69 17 5.5
126.44 5.36 35 6.1
126.51 5.39 35 5.4
126.42 5.39 25 5.1
126.42 5.38 61 5.3
126.35 -4.04 39 5.1
103.05 -4.99 46 5.4
98.79 -1.20 44 5.0
122.29 1.34 35 5.0
122.20 1.38 36 5.7
96.71 0.30 35 5.0
125.96 1.05 37 5.8
100.33 -1.05 35 5.1
124.57 4.60 42 5.2
102.30 -2.58 163 5.0
131.22 -3.44 10 5.2
139.15 -2.34 35 5.1
127.37 -2.52 35 5.0
123.29 0.25 253 5.3
98.25 -0.32 46 5.0
126.75 5.01 35 5.2
134.07 -5.01 11 5.1
119.32 -9.14 65 5.9
126.51 5.01 59 5.6
126.93 2.26 48 5.4
125.71 4.20 124 5.0
126.75 4.98 33 5.0
95.50 -8.96 21 5.4
117.79 -8.85 30 5.2
126.94 2.30 35 5.5
126.00 5.99 122 5.2
97.02 1.87 39 5.2
132.34 -0.32 28 5.4
102.89 -4.81 40 5.7
101.71 -5.50 16 5.6
101.58 -5.52 3 5.2
118.75 -9.96 18 5.1
133.72 -4.96 35 5.4
108.74 -8.80 17 5.4
123.18 -9.19 113 5.3
132.91 -0.45 20 6.1
96.62 4.60 54 5.0
123.41 0.10 160 5.3
127.53 4.97 98 5.0
99.49 -1.48 20 6.7
99.42 -1.55 10 5.4
99.43 -1.45 21 5.8
99.43 -1.57 10 5.0
127.33 5.31 121 5.2
99.40 -1.46 10 5.2
99.55 -1.38 30 5.0
101.81 -4.32 38 5.3
99.45 -1.44 10 5.0
127.41 1.85 92 5.3
97.96 -0.96 19 5.1
97.95 -0.91 10 5.9
99.37 -1.37 10 5.5
99.48 -1.42 10 5.0
127.10 2.36 35 5.0
126.60 3.83 10 5.3
96.97 0.27 35 5.4
127.08 2.48 35 5.5
99.57 -1.65 18 5.4
123.52 0.13 141 5.2
123.43 -7.15 642 6.9
97.97 -0.94 35 5.0
128.46 2.14 76 5.1
128.51 2.20 72 5.2
107.30 -7.78 46 7.0
107.39 -7.82 51 5.5
107.45 -7.76 54 5.3
135.55 -3.38 40 5.0
134.07 -4.79 35 5.2
104.79 -6.29 46 5.1
130.74 -6.22 117 5.2
126.93 3.18 35 5.0
127.30 -8.90 35 5.0
110.63 -10.20 23 6.2
117.37 -7.78 268 5.2
120.90 1.12 22 5.8
103.63 -5.43 71 5.0
126.01 2.41 106 5.7
102.67 -4.50 69 5.0
128.24 1.61 94 5.1
127.19 1.75 92 5.8
115.59 -9.14 79 5.7
99.97 0.53 38 5.1
130.22 -6.37 122 5.6
125.74 2.68 106 5.4
126.71 4.92 57 5.5
99.87 -0.72 81 7.6
100.13 -0.73 83 5.4
127.49 4.24 61 5.0
101.52 -2.48 9 6.6
101.42 -2.41 10 5.3
121.73 -0.82 53 5.2
132.97 -0.47 46 5.5
132.80 -0.45 43 5.2
127.72 -8.23 35 5.1
122.37 4.08 574 6.8
122.46 4.00 590 5.4
122.39 3.87 602 5.1
128.23 2.93 32 6.0
139.54 -3.06 105 6.0
123.16 -3.62 17 5.7
105.22 -6.53 38 6.1
105.18 -6.45 35 5.2
123.20 -3.65 20 5.6
123.25 -3.63 22 5.5
126.04 -7.54 30 5.0
100.54 -1.74 73 5.0
123.98 -6.86 605 5.4
134.13 -0.84 15 5.8
130.38 -6.13 130 6.9
118.79 -9.90 35 5.6
118.68 -10.04 17 5.0
131.62 -6.82 23 5.0
140.38 -5.26 28 5.1
126.20 1.26 55 5.2
120.82 1.16 19 5.2
102.98 -5.00 67 5.0
138.95 -2.61 47 5.4
118.63 -8.21 18 6.6
118.98 -7.95 35 5.0
98.42 0.35 52 5.0
104.28 -5.87 50 5.0
103.12 -4.73 69 5.4
127.04 5.88 109 5.2
107.51 -9.29 40 5.2
128.21 2.97 35 5.4
134.45 -0.74 35 5.0
136.16 -3.01 35 5.0
126.37 4.09 57 5.0
118.85 -10.44 35 5.1
118.89 -10.40 15 6.0
126.29 5.33 38 6.1
126.96 3.22 53 5.0
126.38 5.40 35 5.4
126.08 0.41 68 5.5
126.25 5.34 35 5.7
127.43 5.09 91 5.2
126.72 2.87 11 5.2
126.17 0.48 43 5.1
118.94 -7.89 10 5.0
103.11 -4.80 73 5.0
126.38 1.19 68 5.0
95.91 2.76 21 6.0
129.23 -7.32 116 5.1
123.66 -10.03 45 5.5
128.40 -7.40 132 5.0
127.99 4.04 89 5.1
125.62 3.10 145 5.0
96.06 2.67 43 5.5
124.48 -0.18 56 5.0
125.41 0.46 75 5.1
127.29 1.68 139 5.2
99.39 -1.43 19 6.0
125.68 -6.81 527 5.7
130.05 -7.46 36 5.0
121.65 0.46 123 5.0
129.91 -7.01 81 5.2
131.21 -5.53 85 6.1
139.65 -3.10 7 5.7
126.76 3.93 10 5.2
124.64 -10.13 10 5.2
126.89 -8.31 35 5.1
137.45 -2.01 19 5.6
127.93 -7.50 176 5.1
138.98 -1.86 9 5.3
121.31 -2.44 38 5.0
107.88 -7.91 65 5.1
123.17 -0.02 176 5.0
133.73 -5.42 35 5.5
133.33 -0.69 10 5.8
130.63 -6.25 128 5.1
122.20 1.45 32 5.2
129.03 -8.20 19 5.5
120.65 0.26 93 5.0
99.09 -0.32 63 5.0
125.03 -7.16 530 5.1
108.79 -9.83 16 5.0
126.58 3.04 73 5.3
126.72 2.36 16 5.4
100.91 -2.88 50 5.0
130.60 -8.60 35 5.0
130.48 -7.72 43 5.0
97.06 1.52 30 5.0
111.03 -9.26 35 5.0
126.24 1.04 42 5.4
113.85 -9.90 51 5.8
128.72 -7.22 126 6.2
123.18 0.89 69 5.0
125.65 5.82 60 5.0
99.01 2.11 58 5.1
138.58 -2.75 41 5.0
126.84 3.44 64 5.1
126.93 3.05 73 5.0
104.61 -7.38 35 5.0
127.50 1.89 107 5.0
100.99 -3.76 26 6.8
100.94 -3.76 35 5.4
126.36 1.32 61 5.0
128.15 -7.44 178 5.1
133.02 2.19 10 5.9
97.17 1.32 19 5.8
128.13 -1.69 53 6.4
102.83 -4.64 70 5.0
126.34 1.32 57 5.1
120.73 0.85 28 5.0
128.46 -7.29 165 5.4
126.95 0.55 46 5.0
130.28 -6.33 124 5.7
122.73 -5.61 36 5.1
117.43 -8.97 44 5.0
127.49 -7.63 176 5.4
126.46 0.80 97 5.0
128.21 -1.65 70 5.0
125.01 -0.18 25 6.2
125.09 -0.15 68 5.1
125.04 -0.21 72 5.0
97.05 2.38 31 7.8
97.17 2.35 35 5.3
96.72 1.91 28 5.1
96.93 2.63 35 5.1
129.58 -7.15 97 5.2
101.73 -5.56 13 5.2
124.07 -8.85 107 5.0
97.21 2.38 57 5.0
126.58 3.74 35 5.4
126.55 3.68 35 5.3
129.38 -7.03 157 5.0
128.12 -1.91 27 6.0
127.80 -5.46 387 5.1
128.63 -7.33 146 5.0
117.46 -8.97 44 5.1
122.56 -0.66 23 5.1
101.10 -4.05 27 6.5
101.00 -3.88 27 5.2
127.98 3.56 140 5.6
123.50 -10.41 11 5.0
118.26 -8.09 12 5.9
122.49 -0.73 20 5.7
128.94 -8.17 37 5.4
96.02 3.75 38 7.2
119.30 -1.42 35 5.0
95.85 3.50 40 5.4
120.07 -1.34 34 5.1
124.66 0.51 123 5.8
119.72 -7.53 49 5.0
107.22 -7.84 34 5.3
105.16 -6.64 38 5.4
128.27 -6.53 306 5.0
121.45 -10.12 35 5.0
100.97 -3.86 24 5.3
95.79 4.78 74 5.4
108.28 -9.56 35 5.1
127.39 1.60 147 5.1
112.45 -8.57 87 5.1
127.17 1.94 113 5.4
120.09 1.02 40 5.1
126.64 3.78 66 5.0
129.18 -6.46 223 5.3
119.35 -1.46 54 5.4
136.63 -2.39 13 6.2
136.54 -2.17 18 7.0
136.23 -1.79 10 5.0
136.72 -2.24 10 5.2
136.48 -2.33 10 6.6
136.45 -1.85 10 5.0
128.53 2.63 41 5.1
123.70 -1.17 43 5.1
111.34 -8.58 73 5.0
108.09 -8.07 68 5.9
130.29 -6.13 144 5.0
101.34 -4.49 27 5.4
126.98 5.28 31 5.3
99.79 -0.74 88 5.0
97.19 1.24 37 5.0
129.38 -5.17 36 5.8
105.50 -6.04 67 5.1
97.14 1.39 32 5.2
97.18 1.37 42 5.0
138.79 -2.43 31 5.7
118.58 -8.27 40 5.0
128.22 3.04 100 6.1
101.13 -5.00 25 5.2
126.93 1.36 79 5.0
102.45 -4.53 35 5.1
99.54 1.00 42 5.3
99.53 -1.35 35 5.0
120.64 -1.42 46 5.1
126.58 2.09 50 5.3
104.62 -6.50 41 5.4
103.96 -6.35 47 5.3
126.21 1.24 41 6.3
128.45 -7.40 57 5.5
113.00 -6.08 598 5.2
107.06 -7.49 37 5.4
139.77 -3.09 2 5.1
100.57 -3.95 35 5.0
128.58 -7.38 161 5.0
112.53 -8.55 73 5.0
96.72 2.22 24 6.0
133.56 -6.08 13 5.3
123.84 0.40 210 5.1
124.52 -0.76 42 5.4
128.62 2.70 234 5.1
130.15 -6.60 140 5.0
127.41 -3.59 53 5.0
101.96 -3.65 73 5.6
138.47 -2.47 43 5.6
138.54 -2.49 44 5.0
127.48 -0.54 27 5.6
103.58 -4.12 138 5.2
103.46 -6.91 10 5.5
125.86 -6.00 518 5.3
129.24 -1.07 14 5.8
124.64 5.65 37 5.0
124.64 5.64 49 5.2
124.58 5.66 35 5.1
125.99 5.95 94 5.2
126.57 3.70 53 5.2
126.03 5.75 146 5.3
133.92 -5.31 30 6.0
96.93 1.94 25 5.3
133.71 -4.91 10 6.2
133.76 -4.96 26 7.0
129.13 -7.23 132 5.2
133.68 -4.90 8 5.2
126.74 2.38 44 5.0
133.87 -5.21 10 5.4
133.85 -4.95 16 5.5
133.46 -0.33 34 5.6
113.79 -10.93 15 5.5
125.41 5.27 194 5.0
128.75 -6.56 239 5.5
105.00 -6.53 53 5.1
127.50 -5.81 19 5.0
124.39 1.04 188 5.1
128.23 2.83 116 6.1
133.71 -4.91 13 5.9
95.39 3.66 44 5.1
125.70 -7.37 8 5.9
125.06 -0.07 37 5.8
100.08 -3.49 20 7.8
99.94 -3.41 25 5.0
100.37 -2.96 26 6.3
100.50 -2.96 31 5.7
100.09 -2.81 18 5.0
100.46 -3.30 19 5.9
99.48 -3.41 10 5.0
100.26 -3.26 10 5.0
99.75 -3.70 10 5.5
99.92 -2.49 31 5.2
99.79 -3.60 4 5.1
99.62 -3.78 11 5.0
99.85 -2.36 25 5.5
99.66 -3.50 32 5.2
99.57 -3.46 31 5.1
99.86 -3.54 10 5.2
99.56 -3.57 2 5.1
130.04 -6.41 167 5.1
128.29 2.78 76 5.2
99.65 -3.42 5 5.0
100.04 -3.46 9 5.1
104.06 -6.34 57 5.4
134.07 -4.62 10 6.0
126.22 2.53 62 5.5
99.65 -3.67 2 5.0
110.03 -8.63 63 5.4
99.42 -1.74 27 5.3
107.21 -7.86 56 5.1
126.11 0.46 53 5.3
126.42 1.43 54 5.1
130.04 -6.55 168 5.5
101.27 -3.11 58 5.0
139.02 -1.99 13 5.9
130.70 -5.90 119 5.4
129.45 -7.80 23 5.9
122.03 -6.03 28 5.0
100.12 1.18 213 5.7
130.62 -6.17 128 5.0
131.02 -3.35 21 5.8
129.26 -2.62 28 5.1
128.07 3.86 58 5.7
127.86 3.85 108 5.2
130.53 -6.56 94 5.1
106.93 -8.02 58 5.0
99.04 2.69 160 5.5
130.47 -6.41 119 5.4
127.08 -8.91 22 5.1
100.16 -3.78 35 5.3
129.90 -6.69 171 5.5
125.12 -7.15 537 5.0
122.03 0.26 210 5.1
117.71 -5.97 31 5.4
104.01 -6.26 42 5.7
119.81 -8.09 191 5.2
96.01 3.88 58 5.0
128.79 -7.27 134 6.0
129.74 -3.11 47 5.0
130.00 -6.48 154 5.5
111.20 -8.70 54 5.6
95.89 2.71 21 5.9
95.92 3.93 41 5.4
119.95 -8.00 206 5.5
101.43 -4.46 21 5.7
100.00 -2.65 12 5.4
124.91 -0.03 56 5.6
120.09 -1.15 10 5.0
123.29 0.78 80 5.0
129.99 -5.30 199 5.0
126.53 3.56 47 5.3
130.25 -5.56 10 5.0
129.23 -6.96 167 5.4
96.29 2.49 19 5.7
96.27 2.37 10 5.0
130.25 -5.65 198 5.7
96.29 2.40 10 5.4
128.99 -6.55 213 5.3
100.54 -3.61 26 5.0
102.65 -5.03 36 6.0
96.40 2.63 16 5.9
127.25 1.53 102 5.2
95.52 2.89 28 5.4
95.52 2.90 24 5.6
132.58 -0.49 35 5.2
102.14 -4.25 56 5.4
96.83 2.20 23 6.1
139.50 -3.16 55 5.0
96.73 1.98 10 5.0
130.51 -6.69 96 5.4
104.07 -8.27 13 5.6
98.82 0.81 75 5.3
113.88 -10.00 50 5.3
122.97 4.20 523 6.5
123.04 4.08 525 6.6
126.83 1.99 35 5.6
121.48 -2.50 16 6.1
130.54 -6.24 130 5.0
97.89 1.90 53 5.3
126.31 1.26 52 5.0
97.20 1.36 40 5.3
122.84 -7.89 224 5.1
101.00 -3.05 50 5.1
107.19 -6.56 187 5.0
95.96 3.97 63 5.0
101.12 -4.42 19 5.1
130.10 -6.37 164 5.0
126.57 4.95 89 5.4
116.72 -6.87 510 6.5
139.10 -3.02 59 5.5
97.45 0.83 35 5.2
127.64 -7.61 149 5.0
125.21 4.42 242 5.0
99.08 1.14 110 5.2
130.30 -7.92 19 5.0
107.69 -9.85 14 6.7
106.22 -6.93 82 5.2
127.08 3.05 11 5.4
126.94 3.03 20 5.9
97.10 1.62 25 6.0
126.98 3.07 61 5.0
123.42 -7.82 250 5.0
126.22 5.89 157 5.1
138.75 -3.03 74 5.0
122.77 -4.59 8 6.1
108.48 -8.08 95 5.6
125.66 -8.81 9 5.3
95.76 4.03 46 5.4
100.63 -3.53 24 5.2
135.55 -3.29 22 5.2
101.85 -4.89 26 5.6
124.48 -0.20 73 5.1
128.66 2.80 230 5.1
122.95 -0.06 82 5.5
99.94 0.76 138 5.1
126.42 5.34 28 5.7
126.36 1.47 41 5.2
127.25 1.53 107 5.2
107.65 -9.98 10 5.3
123.67 -8.13 44 5.1
139.70 -3.11 102 5.3
112.58 -9.20 28 5.7
112.56 -9.29 35 5.1
123.40 -6.99 631 5.0
102.42 -5.27 39 5.0
102.26 -4.18 53 5.0
121.67 -8.30 30 5.3
123.90 1.54 286 5.1
126.12 5.98 73 5.0
103.41 -7.10 35 5.0
103.48 -5.71 26 5.7
127.67 4.69 85 5.4
108.75 -8.76 45 5.1
129.79 -6.60 149 5.2
101.76 -7.72 13 5.9
96.75 1.14 33 5.0
96.78 1.17 20 5.3
130.17 -6.37 151 5.1
126.46 2.52 61 6.3
99.22 1.83 17 5.5
99.11 1.84 22 5.6
104.68 -6.96 35 5.0
99.11 1.85 24 5.0
101.36 -3.25 57 5.4
100.14 -1.84 41 5.1
136.63 -2.38 17 6.3
136.66 -2.41 18 5.6
136.68 -2.27 21 5.3
136.61 -2.17 10 5.4
136.65 -2.26 11 5.0
136.70 -2.41 2 5.4
136.67 -2.31 10 5.0
122.47 -8.93 119 5.5
125.23 4.68 51 5.2
101.89 -5.04 31 5.3
121.74 0.94 59 5.0
130.54 -5.96 140 5.1
97.17 1.42 38 5.2
97.06 1.40 27 5.0
138.68 -1.67 15 5.2
123.24 0.13 159 5.3
129.40 -4.14 21 5.5
128.65 -7.38 150 5.0
121.69 -4.06 35 5.5
130.49 -6.05 131 5.6
127.58 -7.10 254 5.9
106.49 -6.64 94 5.0
137.82 -1.23 14 5.1
96.99 0.25 25 5.1
106.46 -7.20 59 5.1
130.45 -7.57 1 5.2
129.14 -6.50 193 5.1
99.21 0.03 79 5.1
126.37 2.91 56 5.0
130.02 -6.87 117 5.4
100.19 -3.41 14 5.2
98.79 0.97 78 5.2
125.08 -0.14 22 5.2
101.09 -2.84 35 5.8
101.09 -2.91 44 5.3
133.88 -5.49 35 5.0
111.29 -5.82 510 5.0
102.40 -4.25 64 5.0
102.79 -4.84 63 5.0
128.00 -2.33 35 6.1
123.28 -7.82 229 5.3
104.05 -6.28 29 6.1
132.88 3.19 10 5.0
126.75 -6.36 469 6.9
96.35 2.48 37 5.0
128.55 2.71 224 5.0
97.89 2.96 91 6.7
127.41 5.05 121 5.0
103.84 -6.27 51 5.0
103.71 -6.14 50 5.3
125.14 -2.12 16 5.3
117.82 -9.59 46 5.2
103.05 -4.07 108 5.3
123.10 -7.36 558 5.0
126.24 1.36 54 5.2
120.25 -9.23 84 5.0
134.14 -4.69 10 5.7
138.84 -2.25 27 5.7
100.62 -3.80 10 5.0
114.59 -9.35 39 6.1
114.53 -9.43 35 5.0
96.18 2.45 35 5.5
134.05 -4.83 35 5.0
130.05 -6.70 118 5.0
104.13 -7.82 9 5.1
99.94 -2.46 21 5.4
129.65 -3.08 20 5.4
101.35 -3.25 36 5.6
123.37 0.05 143 5.3
129.12 -7.10 172 5.2
123.35 -0.01 138 5.0
115.76 -8.81 98 5.0
103.79 -7.16 24 5.2
127.99 -8.35 23 5.0
106.30 -6.13 163 5.2
122.72 -9.32 81 5.1
138.42 -1.51 25 5.3
126.91 -0.95 17 6.3
127.85 -7.48 166 5.5
121.91 -0.09 276 5.7
140.31 -5.28 12 5.7
128.40 -7.47 155 5.0
99.45 -2.22 21 5.2
99.45 -2.27 25 5.2
99.51 -2.29 35 5.2
109.89 -8.64 90 5.1
140.12 -2.29 10 5.1
97.87 0.17 18 5.4
127.02 2.02 35 5.2
116.98 -7.02 616 5.8
102.18 -4.32 48 5.3
118.47 -8.06 197 5.0
121.97 -0.63 10 5.4
120.50 0.12 75 5.5
131.94 -0.59 35 5.1
140.27 -5.40 41 5.4
127.68 -3.99 192 5.2
133.64 -4.76 19 5.7
126.51 -1.44 28 5.8
126.91 -0.86 37 5.0
128.29 2.97 121 5.2
123.03 0.04 161 6.0
102.13 -10.75 10 5.2
119.64 -1.26 10 5.7
103.17 -7.22 35 5.0
127.59 -7.18 257 5.1
107.77 -9.11 40 5.1
127.13 1.39 83 5.0
97.22 0.03 26 5.0
128.33 1.87 120 5.0
127.64 1.68 143 5.4
104.34 -5.84 59 5.3
96.42 4.55 35 5.2
128.37 2.20 51 5.1
128.74 -7.35 148 5.2
99.07 -0.94 41 5.1
138.05 -3.75 104 5.0
127.47 1.71 114 5.4
133.06 -0.81 49 5.0
123.46 -6.89 645 5.2
96.27 2.40 39 5.1
123.09 0.00 168 5.2
125.47 -0.23 61 5.3
126.90 -0.95 41 5.2
126.83 -0.88 19 5.8
126.81 -0.91 10 5.1
119.70 -8.41 126 5.7
125.31 4.80 56 5.4
129.93 -7.10 119 5.0
138.26 -1.45 38 5.1
116.01 -10.37 7 5.1
96.68 2.07 35 5.1
140.79 -4.08 82 5.3
124.73 5.94 387 5.2
96.65 2.07 40 5.2
102.20 -3.68 80 5.4
133.95 -5.49 22 5.2
119.95 -0.46 45 5.1
130.79 -3.25 26 5.1
130.69 -3.34 35 5.1
140.72 -1.75 36 5.1
132.69 -0.32 15 5.7
132.79 -0.27 10 5.2
126.85 -0.98 19 5.5
126.91 2.45 59 5.0
99.56 1.85 192 5.2
133.57 -5.17 19 5.5
102.91 -4.93 35 5.1
126.34 1.50 23 5.3
127.09 1.84 62 5.1
102.71 -4.32 72 5.1
96.96 4.17 17 5.1
128.67 1.93 43 5.5
129.21 -7.10 168 5.1
100.20 -0.83 103 5.2
138.89 -2.81 53 5.6
127.00 3.02 35 5.0
119.85 -0.81 34 5.0
125.07 0.35 77 5.4
140.25 -3.82 65 6.1
125.70 3.48 92 5.2
130.29 -4.06 55 5.0
101.17 -4.47 20 5.2
95.09 4.58 59 5.1

<strong> </strong></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweetplots.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweetplots.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweetplots.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweetplots.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweetplots.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweetplots.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweetplots.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweetplots.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweetplots.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweetplots.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweetplots.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweetplots.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweetplots.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweetplots.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=91&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweetplots.wordpress.com/2012/04/04/gmt-plot-seismic-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bee85a47e22b2d7a860465936cbc25f5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fety</media:title>
		</media:content>

		<media:content url="http://sweetplots.files.wordpress.com/2012/04/eq_2007_2012.png" medium="image">
			<media:title type="html">EQ_2007_2012</media:title>
		</media:content>
	</item>
		<item>
		<title>[GNUPLOT] Plot isotop ganda (13C dan 15N) &#8212; grafik untuk hasil Stable Isotope Analysis</title>
		<link>http://sweetplots.wordpress.com/2012/03/28/plot-isotop-ganda-13c-dan-15n-grafik-untuk-hasil-stable-isotope-analysis/</link>
		<comments>http://sweetplots.wordpress.com/2012/03/28/plot-isotop-ganda-13c-dan-15n-grafik-untuk-hasil-stable-isotope-analysis/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 02:49:51 +0000</pubDate>
		<dc:creator>Sweetplots</dc:creator>
				<category><![CDATA[GNUPLOT]]></category>
		<category><![CDATA[dual plot]]></category>
		<category><![CDATA[error bar]]></category>
		<category><![CDATA[stable isotope analysis]]></category>

		<guid isPermaLink="false">http://sweetplots.wordpress.com/?p=78</guid>
		<description><![CDATA[Assalamu&#8217;alaikum wr wb, Saudara sekalian, kali ini kami berikan contoh script untuk menggambarkan grafik hasil studi tentang Stable Isotope Analysis (SIA). Grafik ini terdiri dari sumbu X yang mewakili isotop stabil karbon (13C) dan sumbu Y yang mewakili isotop stabil nitrogen (15N). Grafik ini berfungsi untuk memetakan nilai  (baik 13C maupun 15N) dari organisme sehingga dapat diketahui [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=78&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Assalamu&#8217;alaikum wr wb,</p>
<p>Saudara sekalian, kali ini kami berikan contoh <em>script</em> untuk menggambarkan grafik hasil studi tentang <a href="http://en.wikipedia.org/wiki/Isotope_analysis" target="_blank">Stable Isotope Analysis</a> (SIA). Grafik ini terdiri dari sumbu X yang mewakili isotop stabil karbon (13C) dan sumbu Y yang mewakili isotop stabil nitrogen (15N). Grafik ini berfungsi untuk memetakan nilai  (baik 13C maupun 15N) dari organisme sehingga dapat diketahui hubungan makan dan dimakan. Lebih jelasnya tentang SIA serta kaitannya dengan hubungan makan dimakan + level tropik silakan baca di berbagai jurnal ilmiah dan media-media lain di dunia maya.</p>
<p>Berikut ini adalah contoh grafiknya:</p>
<p><a href="http://sweetplots.files.wordpress.com/2012/03/sia1.png"><img class="aligncenter size-full wp-image-80" title="SIA" src="http://sweetplots.files.wordpress.com/2012/03/sia1.png?w=497&#038;h=348" alt="" width="497" height="348" /></a></p>
<p>Dan berikut ini <em>script</em>nya dalam format<strong> .bash</strong>:</p>
<pre>#!/bin/bash
dir=/home/comp/Documents/project/GNUPLOTdemo
gnuplot &lt;&lt; EOF
set terminal postscript landscape
set term postscript enhanced color
set output "$dir/SIA.eps"
set style line 1 lw 0.4 lt 1 pt 9 ps 3 lc rgb "blue"
set style line 2 lw 0.4 lt 1 pt 8 ps 3 lc rgb "black"
set ytics out
set xlabel "{/Symbol \144}^{13}C ({/Text \275})" font "Times-Bold, 28"
set ylabel "{/Symbol \144}^{15}N ({/Text \275})" font "Times-Bold, 28"
set xrange [-25:-6]
set yrange [0:13]
set ytics 0,3,12 font "Times-Bold, 24"
set xtics -25,5,-5 font "Times-Bold, 24"
set object 3 ellipse at -16.33, 4.19 size 3.8, 3.6 angle 0 fc rgb "orange" fs transparent solid 0.5 noborder
set label 1 "C" at -15.13, 8.1 font "Times-Italic-Bold,20"
set label 2 "X" at -16.0, 3.89 font "Times-Italic-Bold,20"
set arrow 1 from -15.33, 7.59 to -16.33, 4.19 nohead lw 1 lt 2 lc rgb "black" 
set arrow 2 from "-25", 4.19 to "-6", 4.19 nohead lw 0.3 lc rgb "black"
plot "$dir/crab4.dat" using 2:3:4:5 with xyerrorbars linestyle 1 notitle,\
 "$dir/food4.dat" using 2:3 with points linestyle 2 notitle
EOF</pre>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweetplots.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweetplots.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweetplots.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweetplots.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweetplots.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweetplots.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweetplots.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweetplots.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweetplots.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweetplots.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweetplots.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweetplots.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweetplots.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweetplots.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=78&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweetplots.wordpress.com/2012/03/28/plot-isotop-ganda-13c-dan-15n-grafik-untuk-hasil-stable-isotope-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13fbb4d2ef62078a1094dc5e3e703107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweetplots</media:title>
		</media:content>

		<media:content url="http://sweetplots.files.wordpress.com/2012/03/sia1.png" medium="image">
			<media:title type="html">SIA</media:title>
		</media:content>
	</item>
		<item>
		<title>[GNUPLOT] Grafik linespoints dengan errorbar</title>
		<link>http://sweetplots.wordpress.com/2012/01/26/grafik-linespoints-dengan-errorbar/</link>
		<comments>http://sweetplots.wordpress.com/2012/01/26/grafik-linespoints-dengan-errorbar/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 04:29:33 +0000</pubDate>
		<dc:creator>holmes1412</dc:creator>
				<category><![CDATA[GNUPLOT]]></category>
		<category><![CDATA[linespoints]]></category>
		<category><![CDATA[y-errorbar]]></category>

		<guid isPermaLink="false">http://sweetplots.wordpress.com/?p=67</guid>
		<description><![CDATA[Assalamu&#8217;alikum wr wb, Kali ini kami ingin menyampaikan script sederhana untuk menampilkan grafik linespoints dengan y-errorbar pada GNUPLOT. Saat ini, linespoints di GNUPLOT menyerupai histogram, dan menjadi sebuah kendala ketika errorbar tidak bisa ditampilkan secara otomatis dalam satu plot seperti halnya grafik xyscatter. Oleh sebab itu, plot dilakukan dua kali, satu untuk menggambarkan titik dan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=67&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Assalamu&#8217;alikum wr wb,</p>
<p>Kali ini kami ingin menyampaikan<em> script</em> sederhana untuk menampilkan grafik <em>linespoint</em>s dengan <em>y-errorbar</em> pada GNUPLOT.</p>
<p>Saat ini, <em>linespoint</em>s di GNUPLOT menyerupai<em> histogram</em>, dan menjadi sebuah kendala ketika <em>errorbar</em> tidak bisa ditampilkan secara otomatis dalam satu plot seperti halnya grafik<em> xyscatter</em>. Oleh sebab itu, plot dilakukan dua kali, satu untuk menggambarkan titik dan garisnya (<em>linespoints</em>) dan satu plot lagi untuk<em> errorbar</em>-nya.</p>
<p>Berikut ini contoh datanya:</p>
<p><a href="http://sweetplots.files.wordpress.com/2012/01/demo2a.png"><img class="aligncenter size-full wp-image-68" title="demo2a" src="http://sweetplots.files.wordpress.com/2012/01/demo2a.png?w=497" alt=""   /></a></p>
<p>Data asli diatas perlu dirubah dulu menjadi susunan seperti dibawah ini. Penambahan kolom X dan StDev-X adalah berfungsi untuk plot <em>errorbar</em>. Perlu diketahui bahwa<em> plotting errorbar</em> di GNUPLOT saat ini hanya bisa dilakukan jika data disusun dengan susunan kolom X, Y, stdX, stdY. Oleh sebab itu dua kolom tambahan dipakai untuk &#8216;mengakali&#8217; GNUPLOTnya.</p>
<p><a href="http://sweetplots.files.wordpress.com/2012/01/demo2b.png"><img class="aligncenter size-full wp-image-69" title="demo2b" src="http://sweetplots.files.wordpress.com/2012/01/demo2b.png?w=497" alt=""   /></a></p>
<p>Berikut ini script-nya (dengan menggunakan format bash):</p>
<pre>#!/bin/bash
dir=/home/comp/Documents/project/GNUPLOTdemo
gnuplot &lt;&lt;EOF
set term postscript enhanced monochrome
set output "$dir/demo2.ps"
set datafile missing "NA"
set ylabel "Mean value of {/Symbol \144}^{15}N ({/Text \275})" font "Arial,18"
set xlabel "Category" font "Arial,18"
set yrange [0:13]
set xrange [0:19]
set x2range [0:19]
set nox2tics
set ytics nomirror
set ytics out
set bmargin 4
set xtics border in scale 1,0.5 nomirror rotate by -25 offset character 0, 0, 0
set xtics ("AA" 1.0, "BB" 2.0, "CC" 3.0, "DD" 4.0, "EE" 5.0, "FF" 6.0, "GG" 7.0, "HH" 8.0, "II" 9.0, "JJ" 10.0, "KK" 11.0, "LL" 12.0, "MM" 13.0, "NN" 14.0, "OO" 15.0, "PP" 16.0, "QQ" 17.0, "RR" 18.0, "" 19.0) font "Arial,12"
plot 'demo2.dat' using 3 axis x1y1 with linespoints ls 13 ps 2 title "Mean value of {/Symbol \144}^{15}N",\
'demo2.dat' using 2:3:4:5 axis x2y1 with xyerrorbars ls 13 ps 1.5 notitle
EOF</pre>
<p>Dan berikut ini hasilnya:</p>
<p><a href="http://sweetplots.files.wordpress.com/2012/01/demo2.png"><img class="aligncenter size-full wp-image-70" title="demo2" src="http://sweetplots.files.wordpress.com/2012/01/demo2.png?w=497&#038;h=347" alt="" width="497" height="347" /></a></p>
<p>Demikian, semoga bermanfaat.</p>
<p>Wassalamu&#8217;alaikum wr wb.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweetplots.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweetplots.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweetplots.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweetplots.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweetplots.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweetplots.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweetplots.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweetplots.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweetplots.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweetplots.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweetplots.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweetplots.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweetplots.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweetplots.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=67&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweetplots.wordpress.com/2012/01/26/grafik-linespoints-dengan-errorbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e0aa5b1d234c581cc50b7372b6bcc2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">holmes1412</media:title>
		</media:content>

		<media:content url="http://sweetplots.files.wordpress.com/2012/01/demo2a.png" medium="image">
			<media:title type="html">demo2a</media:title>
		</media:content>

		<media:content url="http://sweetplots.files.wordpress.com/2012/01/demo2b.png" medium="image">
			<media:title type="html">demo2b</media:title>
		</media:content>

		<media:content url="http://sweetplots.files.wordpress.com/2012/01/demo2.png" medium="image">
			<media:title type="html">demo2</media:title>
		</media:content>
	</item>
		<item>
		<title>[GNUPLOT] Memasang GNUPLOT 4.4 di Ubuntu Lucid</title>
		<link>http://sweetplots.wordpress.com/2012/01/06/memasang-gnuplot-4-4-di-ubuntu-lucid/</link>
		<comments>http://sweetplots.wordpress.com/2012/01/06/memasang-gnuplot-4-4-di-ubuntu-lucid/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 02:22:09 +0000</pubDate>
		<dc:creator>holmes1412</dc:creator>
				<category><![CDATA[GNUPLOT]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://sweetplots.wordpress.com/?p=64</guid>
		<description><![CDATA[Assalamu&#8217;alaikum wr wb, Standar GNUPLOT untuk Ubuntu Lucid adalah versi 4.2. Namun, GNUPLOT 4.2 memiliki beberapa keterbatasan, salah satunya tidak bisa membuat objek lingkaran pada grafik. Oleh karena itu, GNUPLOT 4.2 perlu diganti dengan versi yang lebih baru yaitu 4.4. Tautan ini adalah blog lain dari penulis yang menjelaskan cara mengganti GNUPLOT 4.2 menjadi versi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=64&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Assalamu&#8217;alaikum wr wb,</p>
<p>Standar GNUPLOT untuk Ubuntu Lucid adalah versi 4.2. Namun, GNUPLOT 4.2 memiliki beberapa keterbatasan, salah satunya tidak bisa membuat objek lingkaran pada grafik. Oleh karena itu, GNUPLOT 4.2 perlu diganti dengan versi yang lebih baru yaitu 4.4.</p>
<p>Tautan ini adalah blog lain dari penulis yang menjelaskan cara mengganti GNUPLOT 4.2 menjadi versi 4.4:</p>
<p><a href="http://holmes1412.wordpress.com/2012/01/06/upgrade-gnuplot-4-2-to-4-4-on-ubuntu-lucid/">http://holmes1412.wordpress.com/2012/01/06/upgrade-gnuplot-4-2-to-4-4-on-ubuntu-lucid/</a></p>
<p>&nbsp;</p>
<p>Wassalamu&#8217;alaikum wr wb.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweetplots.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweetplots.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweetplots.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweetplots.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweetplots.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweetplots.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweetplots.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweetplots.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweetplots.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweetplots.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweetplots.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweetplots.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweetplots.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweetplots.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=64&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweetplots.wordpress.com/2012/01/06/memasang-gnuplot-4-4-di-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4e0aa5b1d234c581cc50b7372b6bcc2a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">holmes1412</media:title>
		</media:content>
	</item>
		<item>
		<title>[GNUPLOT] Histogram rowstacked (2)</title>
		<link>http://sweetplots.wordpress.com/2011/12/29/histogram-rowstacked-2/</link>
		<comments>http://sweetplots.wordpress.com/2011/12/29/histogram-rowstacked-2/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 02:15:13 +0000</pubDate>
		<dc:creator>Sweetplots</dc:creator>
				<category><![CDATA[GNUPLOT]]></category>
		<category><![CDATA[histogram]]></category>

		<guid isPermaLink="false">http://sweetplots.wordpress.com/?p=37</guid>
		<description><![CDATA[Bagaimana jika nilai Y pada grafik di halaman ini dirubah menjadi presentase kontribusi? Berikut ini grafiknya: Datanya sama dengan data pada halaman sebelumnya (data demo1.dat): Dengan menggunakan data yang sama pada halaman ini, berikut ini script-nya: #!/bin/bash dir=/home/dir/Documents/project/GNUPLOTdemo gnuplot &#60;&#60;EOF #HISTOGRAM ROWSTACKED set term postscript enhanced color set output "$dir/demo1.ps" set datafile missing "NaN" set [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=37&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bagaimana jika nilai Y pada grafik di halaman<a href="http://sweetplots.wordpress.com/2011/12/29/histogram-rowstacked/" target="_blank"> ini </a>dirubah menjadi presentase kontribusi?</p>
<p>Berikut ini grafiknya:</p>
<p>Datanya sama dengan data pada<a href="http://sweetplots.wordpress.com/2011/12/29/histogram-rowstacked/" target="_blank"> halaman sebelumnya</a> (data demo1.dat):</p>
<p><a href="http://sweetplots.files.wordpress.com/2011/12/demo1.png"><img class="aligncenter size-full wp-image-39" title="demo1" src="http://sweetplots.files.wordpress.com/2011/12/demo1.png?w=497&#038;h=347" alt="" width="497" height="347" /></a></p>
<p>Dengan menggunakan data yang sama pada halaman <a href="http://sweetplots.wordpress.com/2011/12/29/histogram-rowstacked/" target="_blank">ini</a>, berikut ini script-nya:</p>
<blockquote>
<pre>#!/bin/bash
dir=/home/dir/Documents/project/GNUPLOTdemo
gnuplot &lt;&lt;EOF
 #HISTOGRAM ROWSTACKED
 set term postscript enhanced color
 set output "$dir/demo1.ps"
 set datafile missing "NaN"
 set style data histogram
 set style histogram rowstacked
 set style fill pattern border 1
 set boxwidth 0.75
 set ylabel "% of total contribution" font "Arial,18"
 set xlabel "Category" font "Arial,18"
 set xtics nomirror norotate
 set yrange [0:100]
 set key outside right top vertical Left enhanced autotitles columnhead nobox
 set key samplen 3 spacing 1 width 0 height 0
 set xtics ("K" 0, "L" 1, "M" 2, "N" 3, "O" 4)
 #
 plot "demo1.dat" using (100.*(\$2)/(\$13)) title column(2) fs pattern 1, \
 '' using (100.*(\$3)/(\$13)) title column(3) fs pattern 2, \
 '' using (100.*(\$4)/(\$13)) title column(4) fs pattern 4, \
 '' using (100.*(\$5)/(\$13)) title column(5) fs pattern 22, \
 '' using (100.*(\$6)/(\$13)) title column(6) fs pattern 5, \
 '' using (100.*(\$7)/(\$13)) title column(7) fs pattern 6, \
 '' using (100.*(\$8)/(\$13)) title column(8) fs pattern 7, \
 '' using (100.*(\$9)/(\$13)) title column(9) fs pattern 8, \
 '' using (100.*(\$10)/(\$13)) title column(10) fs pattern 9, \
 '' using (100.*(\$11)/(\$13)) title column(11) fs pattern 10, \
 '' using (100.*(\$12)/(\$13)) title column(12) fs pattern 60
 EOF</pre>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweetplots.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweetplots.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweetplots.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweetplots.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweetplots.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweetplots.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweetplots.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweetplots.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweetplots.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweetplots.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweetplots.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweetplots.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweetplots.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweetplots.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=37&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweetplots.wordpress.com/2011/12/29/histogram-rowstacked-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13fbb4d2ef62078a1094dc5e3e703107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweetplots</media:title>
		</media:content>

		<media:content url="http://sweetplots.files.wordpress.com/2011/12/demo1.png" medium="image">
			<media:title type="html">demo1</media:title>
		</media:content>
	</item>
		<item>
		<title>[GNUPLOT] Histogram rowstacked</title>
		<link>http://sweetplots.wordpress.com/2011/12/29/histogram-rowstacked/</link>
		<comments>http://sweetplots.wordpress.com/2011/12/29/histogram-rowstacked/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 01:37:24 +0000</pubDate>
		<dc:creator>Sweetplots</dc:creator>
				<category><![CDATA[GNUPLOT]]></category>
		<category><![CDATA[histogram]]></category>

		<guid isPermaLink="false">http://sweetplots.wordpress.com/?p=17</guid>
		<description><![CDATA[Assalamu&#8217;alaikum wr wb, &#160; Hola&#8230;.. Akhirnya posting pertama kami, eng ing eng&#8230;. Bagian pertama ini kami isi dengan panduan script pada GNUPLOT dengan bash untuk membuat grafik histogram. Kali ini Histogram rowstacked, artinya grafik batang yang biasanya dipakai untuk menggambarkan komposisi per bagian tertentu dari suatu kategori tertentu. Berikut ini contoh datanya (data demo1.dat): Dan berikut [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=17&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Assalamu&#8217;alaikum wr wb,</p>
<p>&nbsp;</p>
<p>Hola&#8230;.. Akhirnya posting pertama kami, eng ing eng&#8230;.</p>
<p>Bagian pertama ini kami isi dengan panduan script pada GNUPLOT dengan bash untuk membuat grafik histogram. Kali ini Histogram rowstacked, artinya grafik batang yang biasanya dipakai untuk menggambarkan komposisi per bagian tertentu dari suatu kategori tertentu.</p>
<p>Berikut ini contoh datanya (data demo1.dat):</p>
<p><span style="font-size:small;"><span style="line-height:normal;"><a href="http://sweetplots.files.wordpress.com/2011/12/demo1data1.png"><img class="aligncenter size-full wp-image-34" title="demo1data" src="http://sweetplots.files.wordpress.com/2011/12/demo1data1.png?w=497&#038;h=79" alt="" width="497" height="79" /></a></span></span></p>
<p><a href="http://sweetplots.files.wordpress.com/2011/12/demo1a2.png"><img class="aligncenter size-full wp-image-35" title="demo1a" src="http://sweetplots.files.wordpress.com/2011/12/demo1a2.png?w=497&#038;h=347" alt="" width="497" height="347" /></a></p>
<p>Dan berikut ini script-nya:</p>
<blockquote>
<pre>#!/bin/bash
dir=/home/dir/Documents/project/GNUPLOTdemo
gnuplot &lt;set term postscript enhanced color
 set output "$dir/demo1a.ps"
 set datafile missing "NaN"
 set style data histogram
 set style histogram rowstacked
 set style fill pattern border 1
 set boxwidth 0.75
 set ylabel "Value" font "Arial,18"
 set xlabel "Category" font "Arial,18"
 set xtics nomirror norotate
 set key outside right top vertical Left reverse enhanced autotitles columnhead nobox
 set key samplen 3 spacing 1 width 0 height 0
 set xtics ("K" 0, "L" 1, "M" 2, "N" 3, "O" 4)
 plot "demo1.dat" using 2 fs pattern 1, \
 '' using 3 fs pattern 2,\
 '' using 4 fs pattern 4,\
 '' using 5 fs pattern 22, \
 '' using 6 fs pattern 5, \
 '' using 7 fs pattern 6, \
 '' using 8 fs pattern 7, \
 '' using 9 fs pattern 8, \
 '' using 10 fs pattern 9, \
 '' using 11 fs pattern 10,\
 '' using 12 fs pattern 60
 EOF<code></code></pre>
</blockquote>
<p>Wassalamu&#8217;alaikum wr wb.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweetplots.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweetplots.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweetplots.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweetplots.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweetplots.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweetplots.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweetplots.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweetplots.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweetplots.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweetplots.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweetplots.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweetplots.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweetplots.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweetplots.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweetplots.wordpress.com&amp;blog=30807793&amp;post=17&amp;subd=sweetplots&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweetplots.wordpress.com/2011/12/29/histogram-rowstacked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/13fbb4d2ef62078a1094dc5e3e703107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweetplots</media:title>
		</media:content>

		<media:content url="http://sweetplots.files.wordpress.com/2011/12/demo1data1.png" medium="image">
			<media:title type="html">demo1data</media:title>
		</media:content>

		<media:content url="http://sweetplots.files.wordpress.com/2011/12/demo1a2.png" medium="image">
			<media:title type="html">demo1a</media:title>
		</media:content>
	</item>
	</channel>
</rss>
