<?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: Change thickness of box plots on variability chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Change-thickness-of-box-plots-on-variability-chart/m-p/56764#M31856</link>
    <description>&lt;P&gt;Boxplots on the variability chart are BoxPlotSeg.&amp;nbsp; This script demonstrates some of the modifications you can make to a BoxPlot Seg. You can cahnge the line width but I do not see a message to change the box width.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open(
	"$SAMPLE_DATA/Variability Data/2 Factors Crossed.jmp"
);
vc = dt &amp;lt;&amp;lt; Variability Chart(
	Y( :Measurement ),
	X( :Operator, :part# ),
	Show Box Plots(1)
);

_xbp = vc &amp;lt;&amp;lt;Xpath("//BoxPlotSeg");

_xbp &amp;lt;&amp;lt; set box style("Solid"); 
_xbp &amp;lt;&amp;lt; set box type("Outlier");
_xbp &amp;lt;&amp;lt; set fill color ({0,0,221});
_xbp &amp;lt;&amp;lt; set transparency(0.3);
_xbp &amp;lt;&amp;lt; set line color({0,0,128});
_xbp &amp;lt;&amp;lt; set line width(6);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 09 May 2018 23:40:02 GMT</pubDate>
    <dc:creator>gzmorgan0</dc:creator>
    <dc:date>2018-05-09T23:40:02Z</dc:date>
    <item>
      <title>Change thickness of box plots on variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/Change-thickness-of-box-plots-on-variability-chart/m-p/56740#M31835</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am creating a&amp;nbsp; variability chart in jmp. The box plot lines look too thin and vanishes amongst markers.&lt;/P&gt;&lt;P&gt;Is there an option to change all the box plot line width at once for the entire figure?&lt;/P&gt;&lt;P&gt;I know I can individually change each box plot by right-clicking&amp;nbsp;each of them separately, but this process becomes tedious for multiple box plots.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I use that in form of&amp;nbsp;jsl&amp;nbsp;code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot !&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 23:25:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-thickness-of-box-plots-on-variability-chart/m-p/56740#M31835</guid>
      <dc:creator>rahulsmils</dc:creator>
      <dc:date>2023-06-09T23:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change thickness of box plots on variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/Change-thickness-of-box-plots-on-variability-chart/m-p/56764#M31856</link>
      <description>&lt;P&gt;Boxplots on the variability chart are BoxPlotSeg.&amp;nbsp; This script demonstrates some of the modifications you can make to a BoxPlot Seg. You can cahnge the line width but I do not see a message to change the box width.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open(
	"$SAMPLE_DATA/Variability Data/2 Factors Crossed.jmp"
);
vc = dt &amp;lt;&amp;lt; Variability Chart(
	Y( :Measurement ),
	X( :Operator, :part# ),
	Show Box Plots(1)
);

_xbp = vc &amp;lt;&amp;lt;Xpath("//BoxPlotSeg");

_xbp &amp;lt;&amp;lt; set box style("Solid"); 
_xbp &amp;lt;&amp;lt; set box type("Outlier");
_xbp &amp;lt;&amp;lt; set fill color ({0,0,221});
_xbp &amp;lt;&amp;lt; set transparency(0.3);
_xbp &amp;lt;&amp;lt; set line color({0,0,128});
_xbp &amp;lt;&amp;lt; set line width(6);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 May 2018 23:40:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Change-thickness-of-box-plots-on-variability-chart/m-p/56764#M31856</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-05-09T23:40:02Z</dc:date>
    </item>
  </channel>
</rss>

