<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Strange Behavior of Set Scale on Plot Col Box in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Strange-Behavior-of-Set-Scale-on-Plot-Col-Box/m-p/631642#M83002</link>
    <description>&lt;P&gt;Apparently for all positive numbers to show on scale from negative to positive number you need to first set values on both sides of zero, then set the real values, then set the scale. Like so:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "Example", pcb = Plot Col Box( "Probability", {-1, 1}) );
pcb &amp;lt;&amp;lt; Set Values({0.325, 0.9, 0.251, 0.411});
pcb &amp;lt;&amp;lt; Set Scale( -1, 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Weird... :)&lt;/img&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 13 May 2023 00:43:49 GMT</pubDate>
    <dc:creator>miguello</dc:creator>
    <dc:date>2023-05-13T00:43:49Z</dc:date>
    <item>
      <title>Strange Behavior of Set Scale on Plot Col Box</title>
      <link>https://community.jmp.com/t5/Discussions/Strange-Behavior-of-Set-Scale-on-Plot-Col-Box/m-p/631641#M83001</link>
      <description>&lt;P&gt;Consider this Plot Col Box:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "Example", pcb = Plot Col Box( "Probability", {0.325, -0.146, 0.251, 0.411} ) );
pcb &amp;lt;&amp;lt; Set Scale( -1, 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It runs OK and sets scale as expected.&lt;/P&gt;&lt;P&gt;But as soon as I have all the numbers positive - it ignores the Set Scale:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "Example", pcb = Plot Col Box( "Probability", {0.325, 0.146, 0.251, 0.411} ) );
pcb &amp;lt;&amp;lt; Set Scale( -1, 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;All bars are starting from "0" and scale is definitely not going to "1". I'm using it to show correlations for various categories on many plots, and grasping the whole picture at once is quite important - so these plots that are out of scale are kinda breaking the whole picture.&lt;/P&gt;&lt;P&gt;Any way to fix it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:10:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Strange-Behavior-of-Set-Scale-on-Plot-Col-Box/m-p/631641#M83001</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2023-06-09T16:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Strange Behavior of Set Scale on Plot Col Box</title>
      <link>https://community.jmp.com/t5/Discussions/Strange-Behavior-of-Set-Scale-on-Plot-Col-Box/m-p/631642#M83002</link>
      <description>&lt;P&gt;Apparently for all positive numbers to show on scale from negative to positive number you need to first set values on both sides of zero, then set the real values, then set the scale. Like so:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "Example", pcb = Plot Col Box( "Probability", {-1, 1}) );
pcb &amp;lt;&amp;lt; Set Values({0.325, 0.9, 0.251, 0.411});
pcb &amp;lt;&amp;lt; Set Scale( -1, 1 );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Weird... :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2023 00:43:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Strange-Behavior-of-Set-Scale-on-Plot-Col-Box/m-p/631642#M83002</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2023-05-13T00:43:49Z</dc:date>
    </item>
  </channel>
</rss>

