<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Plot LineSmoothing property	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/plot-linesmoothing-property/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plot-linesmoothing-property</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Wed, 17 May 2017 20:27:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>
		By: Naeem Ullah		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-406854</link>

		<dc:creator><![CDATA[Naeem Ullah]]></dc:creator>
		<pubDate>Wed, 17 May 2017 20:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-406854</guid>

					<description><![CDATA[Line smoothing is very helpful for me. Thank you]]></description>
			<content:encoded><![CDATA[<p>Line smoothing is very helpful for me. Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-332742</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 28 Sep 2014 15:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-332742</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-332733&quot;&gt;Will Adler&lt;/a&gt;.

&lt;pre lang=&#039;matlab&#039;&gt;set(hPatch,&#039;EdgeColor&#039;,get(gca,&#039;color&#039;), &#039;LineSmoothing&#039;,&#039;on&#039;)&lt;/pre&gt;
is as close as you can get with HG1.

In HG2 it should look much better since anti-aliasing is turned on by default and is supported across the board.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-332733">Will Adler</a>.</p>
<pre lang='matlab'>set(hPatch,'EdgeColor',get(gca,'color'), 'LineSmoothing','on')</pre>
<p>is as close as you can get with HG1.</p>
<p>In HG2 it should look much better since anti-aliasing is turned on by default and is supported across the board.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Will Adler		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-332733</link>

		<dc:creator><![CDATA[Will Adler]]></dc:creator>
		<pubDate>Sun, 28 Sep 2014 14:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-332733</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-329987&quot;&gt;Greg&lt;/a&gt;.

I also would appreciate an answer to Greg&#039;s question!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-329987">Greg</a>.</p>
<p>I also would appreciate an answer to Greg&#8217;s question!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-329987</link>

		<dc:creator><![CDATA[Greg]]></dc:creator>
		<pubDate>Thu, 21 Aug 2014 10:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-329987</guid>

					<description><![CDATA[Thanks, this works well for my patch plots. Do you know if there is a similar command to smooth the edges of the patch itself such that if I turn off the lines of my patch the block shapes will have smoothed edges?
I prefer to use the patches with the lines set to off otherwise the objects appear larger than they really are.]]></description>
			<content:encoded><![CDATA[<p>Thanks, this works well for my patch plots. Do you know if there is a similar command to smooth the edges of the patch itself such that if I turn off the lines of my patch the block shapes will have smoothed edges?<br />
I prefer to use the patches with the lines set to off otherwise the objects appear larger than they really are.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matlab: Smoothing Out Pixelated Lines &#124; adilapapaya		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-328930</link>

		<dc:creator><![CDATA[Matlab: Smoothing Out Pixelated Lines &#124; adilapapaya]]></dc:creator>
		<pubDate>Fri, 01 Aug 2014 21:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-328930</guid>

					<description><![CDATA[[...] Line in Matlab can look really pixelated. To get around that, you need to turn on line smoothing. [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Line in Matlab can look really pixelated. To get around that, you need to turn on line smoothing. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-308242</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Thu, 09 Jan 2014 10:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-308242</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-308106&quot;&gt;nikhil&lt;/a&gt;.

Line-smoothing is an OpenGL feature and so when you use it the figure changes its &lt;b&gt;Renderer&lt;/b&gt; to &#039;OpenGL&#039;. In this renderer some of the axes borderlines disappear. This problem occurs in all Matlab releases, not just 10b, and it is not related to &lt;b&gt;LineSmoothing&lt;/b&gt; but rather to a bug when Matlab uses OpenGL hardware. For example, this will also display the bug:
&lt;pre lang=&#039;matlab&#039;&gt;plot(1:5,2:6); set(gcf,&#039;Renderer&#039;,&#039;OpenGL&#039;)&lt;/pre&gt;

The workaround is to use OpenGL software-simulation mode - this displays the borderlines correctly (note: software mode is slower than hardware mode):
&lt;pre lang=&#039;matlab&#039;&gt;opengl(&#039;software&#039;)&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-308106">nikhil</a>.</p>
<p>Line-smoothing is an OpenGL feature and so when you use it the figure changes its <b>Renderer</b> to &#8216;OpenGL&#8217;. In this renderer some of the axes borderlines disappear. This problem occurs in all Matlab releases, not just 10b, and it is not related to <b>LineSmoothing</b> but rather to a bug when Matlab uses OpenGL hardware. For example, this will also display the bug:</p>
<pre lang='matlab'>plot(1:5,2:6); set(gcf,'Renderer','OpenGL')</pre>
<p>The workaround is to use OpenGL software-simulation mode &#8211; this displays the borderlines correctly (note: software mode is slower than hardware mode):</p>
<pre lang='matlab'>opengl('software')</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nikhil		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-308106</link>

		<dc:creator><![CDATA[nikhil]]></dc:creator>
		<pubDate>Wed, 08 Jan 2014 12:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-308106</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-308095&quot;&gt;nikhil&lt;/a&gt;.

&lt;pre lang=&quot;matlab&quot;&gt; 
plot(1:5,2:6,&#039;-&#039;,&#039;LineWidth&#039;,1,&#039;LineSmoothing&#039;,&#039;on&#039;);
hold on; box on;&lt;/pre&gt;

Sorry I forgot to copy the code in previous comment.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-308095">nikhil</a>.</p>
<pre lang="matlab"> 
plot(1:5,2:6,'-','LineWidth',1,'LineSmoothing','on');
hold on; box on;</pre>
<p>Sorry I forgot to copy the code in previous comment.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: nikhil		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-308095</link>

		<dc:creator><![CDATA[nikhil]]></dc:creator>
		<pubDate>Wed, 08 Jan 2014 11:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-308095</guid>

					<description><![CDATA[Hello Yair Altman,

When I run the program in R2010b and turn the lineSmoothing property to &#039;on&#039; the border for the axis is disappearing. I tried to switch the &#039;box&#039; property to ON and still doesn&#039;t work like
 

But every thing looks fine when it&#039;s run in R2012b. Would you please suggest some solution?]]></description>
			<content:encoded><![CDATA[<p>Hello Yair Altman,</p>
<p>When I run the program in R2010b and turn the lineSmoothing property to &#8216;on&#8217; the border for the axis is disappearing. I tried to switch the &#8216;box&#8217; property to ON and still doesn&#8217;t work like</p>
<p>But every thing looks fine when it&#8217;s run in R2012b. Would you please suggest some solution?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hossein Hadian		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-299135</link>

		<dc:creator><![CDATA[Hossein Hadian]]></dc:creator>
		<pubDate>Tue, 26 Nov 2013 10:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-299135</guid>

					<description><![CDATA[Such a great option and I didn&#039;t know about! Thank you very much :-)]]></description>
			<content:encoded><![CDATA[<p>Such a great option and I didn&#8217;t know about! Thank you very much 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-277161</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Fri, 04 Oct 2013 13:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1226#comment-277161</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-277159&quot;&gt;Brad&lt;/a&gt;.

@Brad - try using the &lt;a href=&quot;http://undocumentedmatlab.com/blog/screencapture-utility/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;i&gt;&lt;b&gt;ScreenCapture&lt;/b&gt;&lt;/i&gt; utility&lt;/a&gt;.

If you insist on using the OpenGL buffer, read this: &lt;a target=&quot;_blank&quot; href=&quot;http://stackoverflow.com/questions/8862467/using-opengl-in-matlab-to-get-depth-buffer&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/8862467/using-opengl-in-matlab-to-get-depth-buffer&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-linesmoothing-property#comment-277159">Brad</a>.</p>
<p>@Brad &#8211; try using the <a href="http://undocumentedmatlab.com/blog/screencapture-utility/" target="_blank" rel="nofollow"><i><b>ScreenCapture</b></i> utility</a>.</p>
<p>If you insist on using the OpenGL buffer, read this: <a target="_blank" href="http://stackoverflow.com/questions/8862467/using-opengl-in-matlab-to-get-depth-buffer" rel="nofollow">http://stackoverflow.com/questions/8862467/using-opengl-in-matlab-to-get-depth-buffer</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
