<?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>Damiles &#187; linux</title>
	<atom:link href="http://blog.damiles.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.damiles.com</link>
	<description>Blender, OpenCV, OpenCV, Tutorials and more...</description>
	<lastBuildDate>Mon, 11 Feb 2013 13:36:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GNUPLOT &#8211; 3d plot surface</title>
		<link>http://blog.damiles.com/2008/10/gnuplot-3d-plot-surface/</link>
		<comments>http://blog.damiles.com/2008/10/gnuplot-3d-plot-surface/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:12:09 +0000</pubDate>
		<dc:creator>damiles</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[other]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[gnuplot]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.damiles.com/?p=36</guid>
		<description><![CDATA[For 3d plot gnuplot use command splot. splot sin(sqrt((x*x+y*y)))/sqrt(x*x+y*y) t &#8220;weaves&#8221; We can add the style pm3d to add a gradient surface texture splot sin(sqrt((x*x+y*y)))/sqrt(x*x+y*y) with pm3d t &#8220;weaves&#8221; But you can see we need more resolution, then we must set more isosamples: set isosamples 75,75 For more info go to gnuplot page]]></description>
			<content:encoded><![CDATA[<p>For 3d plot gnuplot use command splot.</p>
<blockquote><p>splot sin(sqrt((x*x+y*y)))/sqrt(x*x+y*y) t &#8220;weaves&#8221;</p></blockquote>
<div id="attachment_37" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.damiles.com/wp-content/uploads/2008/10/ejemplo00.jpg"><img class="size-medium wp-image-37" title="ejemplo00" src="http://blog.damiles.com/wp-content/uploads/2008/10/ejemplo00-300x198.jpg" alt="Gnuplot surface wireframe" width="300" height="198" /></a>
<p class="wp-caption-text">Gnuplot surface wireframe</p>
</div>
<p>We can add the style pm3d to add a gradient surface texture</p>
<blockquote><p>splot sin(sqrt((x*x+y*y)))/sqrt(x*x+y*y) with pm3d t &#8220;weaves&#8221;</p></blockquote>
<div id="attachment_38" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.damiles.com/wp-content/uploads/2008/10/ejemplo0.jpg"><img class="size-medium wp-image-38" title="ejemplo0" src="http://blog.damiles.com/wp-content/uploads/2008/10/ejemplo0-300x198.jpg" alt="Gnuplot surface 3d pm3d" width="300" height="198" /></a>
<p class="wp-caption-text">Gnuplot surface 3d pm3d</p>
</div>
<p>But you can see we need more resolution, then we must set more isosamples:</p>
<blockquote><p>set isosamples 75,75</p></blockquote>
<div id="attachment_39" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.damiles.com/wp-content/uploads/2008/10/ejemplo1.jpg"><img class="size-medium wp-image-39" title="ejemplo1" src="http://blog.damiles.com/wp-content/uploads/2008/10/ejemplo1-300x198.jpg" alt="Gnuplot surface with pm3d and isosample 75,75" width="300" height="198" /></a>
<p class="wp-caption-text">Gnuplot surface with pm3d and isosample 75,75</p>
</div>
<p>For more info go to <a title="Gnuplot page" href="http://www.gnuplot.info/help.html" target="_blank">gnuplot page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.damiles.com/2008/10/gnuplot-3d-plot-surface/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
