<?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: Undocumented plot marker types	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/undocumented-plot-marker-types/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/undocumented-plot-marker-types?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=undocumented-plot-marker-types</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Thu, 14 Mar 2019 12:44:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Yaroslav		</title>
		<link>https://undocumentedmatlab.com/articles/undocumented-plot-marker-types#comment-467547</link>

		<dc:creator><![CDATA[Yaroslav]]></dc:creator>
		<pubDate>Thu, 14 Mar 2019 12:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=8539#comment-467547</guid>

					<description><![CDATA[Maybe they couldn&#039;t find a good shortcut. The natural one for &lt;code&gt;hbar&lt;/code&gt; would be&lt;pre lang=&quot;matlab&quot;&gt;plot(x,y,&#039;-&#039;);&lt;/pre&gt;but it already has an interpretation (of a full line).  Nonetheless, the shortcut might have been defined as&lt;pre lang=&quot;matlab&quot;&gt;plot(x,y,&#039;_&#039;);&lt;/pre&gt; I also don&#039;t see any problem with the natural shortcut for &lt;code&gt;vbar&lt;/code&gt;,&lt;pre lang=&quot;matlab&quot;&gt;plot(x,y,&#039;&#124;&#039;);&lt;/pre&gt;

In any case, it is a very useful feature that I will surely use in the future. Thanks, @Yair!]]></description>
			<content:encoded><![CDATA[<p>Maybe they couldn&#8217;t find a good shortcut. The natural one for <code>hbar</code> would be</p>
<pre lang="matlab">plot(x,y,'-');</pre>
<p>but it already has an interpretation (of a full line).  Nonetheless, the shortcut might have been defined as</p>
<pre lang="matlab">plot(x,y,'_');</pre>
<p> I also don&#8217;t see any problem with the natural shortcut for <code>vbar</code>,</p>
<pre lang="matlab">plot(x,y,'|');</pre>
<p>In any case, it is a very useful feature that I will surely use in the future. Thanks, @Yair!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
