<?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: Coloring boxplot graph in graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47233#M26927</link>
    <description>&lt;P&gt;To create such a script.....interactively make all of the changes you want.&amp;nbsp; Even go into the Customize and set the values there.&amp;nbsp; Then simply go to the red triangle in the main window for Graph Builder, and select&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Save Script==&amp;gt;Save to Script Window&lt;/P&gt;
&lt;P&gt;and it will product the script for you.&amp;nbsp; In the script, you will see what components you may need to change to generisize the script, and from there you can build your script around that.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 18:34:37 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-11-14T18:34:37Z</dc:date>
    <item>
      <title>Coloring boxplot graph in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47221#M26920</link>
      <description>&lt;P&gt;I am working on building several graphs for a report and need to color the boxplot boxes inside and also need to outline the boxes. I know I can do each one individualy but would like to be able to color all at once. I have attached a jrp for your review. Once I get this I would like to script this graph and coloring to use on other graphs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 15:12:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47221#M26920</guid>
      <dc:creator>mallen810</dc:creator>
      <dc:date>2017-11-14T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring boxplot graph in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47226#M26921</link>
      <description>&lt;P&gt;In Graph Builder, you can specify your GasYield as your Y variable, select the plot to be Box Plot, Overlay variable is your Date variable, and then right click on the graph and select your Box Plot, Box Style as solid.&amp;nbsp; You get everything you want except an outline&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mallen810.PNG" style="width: 933px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8328i37BFDFF1628661A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="mallen810.PNG" alt="mallen810.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 16:25:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47226#M26921</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-11-14T16:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring boxplot graph in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47228#M26923</link>
      <description>&lt;P&gt;In my humble opinion, a thin black line around the filled box plots from graph builder looks &lt;EM&gt;real nice&lt;/EM&gt;. So, I right click on the blank graph space, and choose "Customize" from pop up menu, pick the box plot item and change the line color to black.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The broadcast feature doesn't work here, so you'll have to do each group individually unless you want to get scripty.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:31:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47228#M26923</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2017-11-14T17:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring boxplot graph in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47231#M26926</link>
      <description>I would like to have a script because I several graphs that would need to be changed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Nov 2017 17:47:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47231#M26926</guid>
      <dc:creator>mallen810</dc:creator>
      <dc:date>2017-11-14T17:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring boxplot graph in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47233#M26927</link>
      <description>&lt;P&gt;To create such a script.....interactively make all of the changes you want.&amp;nbsp; Even go into the Customize and set the values there.&amp;nbsp; Then simply go to the red triangle in the main window for Graph Builder, and select&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Save Script==&amp;gt;Save to Script Window&lt;/P&gt;
&lt;P&gt;and it will product the script for you.&amp;nbsp; In the script, you will see what components you may need to change to generisize the script, and from there you can build your script around that.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 18:34:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/47233#M26927</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-11-14T18:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring boxplot graph in graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/266887#M51989</link>
      <description>&lt;P&gt;This is really helpful. My only point/question is, is that you can't use an overlay but also have an x-axis and still have it look nice (if you apply both, it squishes the boxes drastically). Or is there a way to fix this?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 10:54:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Coloring-boxplot-graph-in-graph-builder/m-p/266887#M51989</guid>
      <dc:creator>Suttree</dc:creator>
      <dc:date>2020-05-15T10:54:07Z</dc:date>
    </item>
  </channel>
</rss>

