<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170103</link>
    <title>MATLAB Central Newsreader - plot markersize property confuses me</title>
    <description>Feed for thread: plot markersize property confuses me</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 28 May 2008 22:00:19 -0400</pubDate>
      <title>plot markersize property confuses me</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170103#434672</link>
      <author>jay vaughan</author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
I would like to create a plot with a markersize between 1 &lt;br&gt;
and 2 but notice that the markersize only seems to adopt &lt;br&gt;
integer values even if I request noninteger values. Does &lt;br&gt;
anyone know how this works? Is there a way to get &lt;br&gt;
the 'inbetween' values I am looking for?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
J&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
% markersize 1 is too small (just a single point)&lt;br&gt;
plot(1:5,'o-','markersize',1)  &lt;br&gt;
&lt;br&gt;
% markersize 2 is too big&lt;br&gt;
plot(1:5,'o-','markersize',2)&lt;br&gt;
&lt;br&gt;
% markersize 1.5 is the same as 2&lt;br&gt;
plot(1:5,'o-','markersize',1.5)&lt;br&gt;
&lt;br&gt;
% markersize 1.49 is the same as 1&lt;br&gt;
plot(1:5,'o-','markersize',1.49)</description>
    </item>
    <item>
      <pubDate>Wed, 28 May 2008 22:55:01 -0400</pubDate>
      <title>Re: plot markersize property confuses me</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/170103#434686</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;g1kklj$ade$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
jay vaughan &amp;lt;jvaughan5.nospam@gmail.com&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt;I would like to create a plot with a markersize between 1 &lt;br&gt;
&amp;gt;and 2 but notice that the markersize only seems to adopt &lt;br&gt;
&amp;gt;integer values even if I request noninteger values. Does &lt;br&gt;
&amp;gt;anyone know how this works? Is there a way to get &lt;br&gt;
&amp;gt;the 'inbetween' values I am looking for?&lt;br&gt;
&lt;br&gt;
The R2007a documentation does not establish any evidence that the&lt;br&gt;
MarkerSize property can be anything other than integral -- nor does&lt;br&gt;
it establish any evidence that it cannot be integral.&lt;br&gt;
&lt;br&gt;
Through experimentation with a 'p' (pentagon) marker, I find&lt;br&gt;
that the marker visibly changes size at 12.8, 14.4, 16.0&lt;br&gt;
(tested by 0.1 increments.)&lt;br&gt;
&lt;br&gt;
From this I conclude that non-integral marker sizes -are- supported,&lt;br&gt;
but because markers have to be drawn in terms of specific pixel&lt;br&gt;
patterns, it can take relatively large changes in the MarkerSize for&lt;br&gt;
there to be a visible difference.&lt;br&gt;
-- &lt;br&gt;
&amp;nbsp;&amp;nbsp;&quot;The human mind is so strangely capricious, that, when freed from&lt;br&gt;
&amp;nbsp;&amp;nbsp;the pressure of real misery, it becomes open and sensitive to the&lt;br&gt;
&amp;nbsp;&amp;nbsp;ideal apprehension of ideal calamities.&quot;          -- Sir Walter Scott</description>
    </item>
  </channel>
</rss>

