<?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-type selection components	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/plot-type-selection-components/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/plot-type-selection-components?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plot-type-selection-components</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Wed, 29 May 2013 00:31:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/plot-type-selection-components#comment-207160</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 29 May 2013 00:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2270#comment-207160</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-type-selection-components#comment-202573&quot;&gt;Brad Stiritz&lt;/a&gt;.

@Brad - as I told you at the conference last week, you can indeed customize which plot types you wish to appear in the &lt;code&gt;PlotTypeCombo&lt;/code&gt; - take a look at page 285 of my book.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-type-selection-components#comment-202573">Brad Stiritz</a>.</p>
<p>@Brad &#8211; as I told you at the conference last week, you can indeed customize which plot types you wish to appear in the <code>PlotTypeCombo</code> &#8211; take a look at page 285 of my book.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brad Stiritz		</title>
		<link>https://undocumentedmatlab.com/articles/plot-type-selection-components#comment-202573</link>

		<dc:creator><![CDATA[Brad Stiritz]]></dc:creator>
		<pubDate>Wed, 15 May 2013 23:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2270#comment-202573</guid>

					<description><![CDATA[Yair,

Are there any good options for restricting the set of plot types presented in the dialog? In many GUI contexts where the underlying data structure / types are fixed &#038; well-known, I can imagine it wouldn&#039;t make sense to present the entire catalog. Also, do you know if it&#039;s possible to add custom plot types to the presented catalog?

Thanks,
Brad]]></description>
			<content:encoded><![CDATA[<p>Yair,</p>
<p>Are there any good options for restricting the set of plot types presented in the dialog? In many GUI contexts where the underlying data structure / types are fixed &amp; well-known, I can imagine it wouldn&#8217;t make sense to present the entire catalog. Also, do you know if it&#8217;s possible to add custom plot types to the presented catalog?</p>
<p>Thanks,<br />
Brad</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Specialized Matlab plots &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/plot-type-selection-components#comment-80943</link>

		<dc:creator><![CDATA[Specialized Matlab plots &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Wed, 11 Apr 2012 17:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2270#comment-80943</guid>

					<description><![CDATA[[...] we will find the gallery integrated in the main Matlab Desktop, possibly next to the current plot selector component. [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] we will find the gallery integrated in the main Matlab Desktop, possibly next to the current plot selector component. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/plot-type-selection-components#comment-49508</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 26 Jun 2011 13:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2270#comment-49508</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-type-selection-components#comment-49494&quot;&gt;Amjad Elshenawy&lt;/a&gt;.

@Amjad - simply open the file %matlabroot%\java\jar\mlwidgets.jar with your favorite zip application (WinZip or WinRAR, for example). A JAR file is just a simple ZIP file that contains the separate Java class files.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-type-selection-components#comment-49494">Amjad Elshenawy</a>.</p>
<p>@Amjad &#8211; simply open the file %matlabroot%\java\jar\mlwidgets.jar with your favorite zip application (WinZip or WinRAR, for example). A JAR file is just a simple ZIP file that contains the separate Java class files.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Amjad Elshenawy		</title>
		<link>https://undocumentedmatlab.com/articles/plot-type-selection-components#comment-49494</link>

		<dc:creator><![CDATA[Amjad Elshenawy]]></dc:creator>
		<pubDate>Sun, 26 Jun 2011 11:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2270#comment-49494</guid>

					<description><![CDATA[I am following the posts utilizing the package &quot;com.mathworks.mlwidgets.graphics&quot; with great interest.
The posts &quot;Plot-type selection components&quot; &#038; &quot;Color selection components&quot; moved my thoughts towards the question: how can I list all classes of the package &quot;com.mathworks.mlwidgets.graphics&quot;?

Thanks Yair]]></description>
			<content:encoded><![CDATA[<p>I am following the posts utilizing the package &#8220;com.mathworks.mlwidgets.graphics&#8221; with great interest.<br />
The posts &#8220;Plot-type selection components&#8221; &amp; &#8220;Color selection components&#8221; moved my thoughts towards the question: how can I list all classes of the package &#8220;com.mathworks.mlwidgets.graphics&#8221;?</p>
<p>Thanks Yair</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
