<?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/"
	>

<channel>
	<title>Gnuplotting &#187; ratio</title>
	<atom:link href="http://www.gnuplotting.org/tag/ratio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnuplotting.org</link>
	<description>Create scientific plots using gnuplot</description>
	<lastBuildDate>Tue, 21 May 2013 13:43:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Fixed ratio plot</title>
		<link>http://www.gnuplotting.org/fixed-ratio-plot/</link>
		<comments>http://www.gnuplotting.org/fixed-ratio-plot/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 16:28:17 +0000</pubDate>
		<dc:creator>hagen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ratio]]></category>
		<category><![CDATA[wave field]]></category>

		<guid isPermaLink="false">http://www.gnuplotting.org/?p=440</guid>
		<description><![CDATA[For some plots it is nice to have exactly the same size for the given unit on both axes. In Fig.1 you could see the amplitude of a point source in a given space. Fig. 1 Image plot of a wave field given by the data file data (code to produce this figure) The wave [...]]]></description>
				<content:encoded><![CDATA[<p>For some plots it is nice to have exactly the same size for the given unit on both axes. In Fig.1 you could see the amplitude of a point source in a given space. </p>
<div class="figure">
    <img src="http://www.gnuplotting.org/figs/wave_field.png" alt="Wave field" width="350"/>
<p class="caption">
        <strong>Fig. 1 </strong>Image plot of a wave field given by the data file <a href="http://www.gnuplotting.org/data/wave_field.dat">data</a> (<a href="http://www.gnuplotting.org/code/wave_field.gnu" type="text/plain">code to produce this figure</a>)
    </p>
</div>
<p>The wave field of the point source is given by Green&#8217;s function:</p>
<img src='http://s.wordpress.com/latex.php?latex=G%28%5Cmathbf%7Bx%7D-%5Cmathbf%7Bx%7D_%5Ctext%7Bs%7D%2C%5Comega%29%20%3D%20%5Cfrac%7B1%7D%7B4%5Cpi%20%7C%5Cmathbf%7Bx%7D-%5Cmathbf%7Bx%7D_%5Ctext%7Bs%7D%7C%7D%20%5C%3B%20e%5E%7Bi%20%5Cfrac%7B%5Comega%7D%7Bc%7D%20%7C%5Cmathbf%7Bx%7D-%5Cmathbf%7Bx%7D_%5Ctext%7Bs%7D%7C%7D&#038;bg=ffffff&#038;fg=000000&#038;s=1' alt='G(\mathbf{x}-\mathbf{x}_\text{s},\omega) = \frac{1}{4\pi |\mathbf{x}-\mathbf{x}_\text{s}|} \; e^{i \frac{\omega}{c} |\mathbf{x}-\mathbf{x}_\text{s}|}' title='G(\mathbf{x}-\mathbf{x}_\text{s},\omega) = \frac{1}{4\pi |\mathbf{x}-\mathbf{x}_\text{s}|} \; e^{i \frac{\omega}{c} |\mathbf{x}-\mathbf{x}_\text{s}|}' class='latex' />
<p>To apply the same sizes at both axes the <code>set ratio</code> command is the one to look after. A value of <code>-1</code> will ensure that we will get the same sizes.</p>
<pre class="prettyprint">
<span class="k">set</span> ratio <span class="n">-1</span>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuplotting.org/fixed-ratio-plot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
