<?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: Graph Boxes in the Scripting Index in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Boxes-in-the-Scripting-Index/m-p/20100#M18332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the way to the office, I realized there is still a hole in the discussion:&amp;nbsp; what is it the OwnerBox owns?&amp;nbsp; It is a scriptable object, which means there should be a graph box object.&amp;nbsp; For some reason, it is named Custom Graph.&amp;nbsp; And it is not filled out very well in the scripting index.&amp;nbsp; I'll add that to the "to do" list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12634_pastedImage_1.png" style="width: 959px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3642i95C8500DFB697FBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12634_pastedImage_1.png" alt="12634_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 03:54:29 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2016-10-19T03:54:29Z</dc:date>
    <item>
      <title>Graph Boxes in the Scripting Index</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Boxes-in-the-Scripting-Index/m-p/20097#M18329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I do a quite lot of work with display boxes in general, and Graph Boxes in particular.&amp;nbsp; While trying to find out more about one its properties (which I've actually now resolved), I looked up "Graph Box" in the Scripting Index - but couldn't actually find it.&amp;nbsp; Every other type of display box under the sun appears to be listed, including a Graph Builder Box, but not a Graph Box (though there are plenty of references to graph boxes in the examples related to other entries in the index).&amp;nbsp; Is this actually an oversight, or is there a reason for the omission?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 09:12:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Boxes-in-the-Scripting-Index/m-p/20097#M18329</guid>
      <dc:creator>DMR</dc:creator>
      <dc:date>2016-08-26T09:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Boxes in the Scripting Index</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Boxes-in-the-Scripting-Index/m-p/20098#M18330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GraphBox is a function that returns a nest of displayboxes to make a graph with axes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12632_pastedImage_0.png" style="width: 704px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3641iE64991DB1464C9A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12632_pastedImage_0.png" alt="12632_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FrameBox is likely to be the box you want.&amp;nbsp; The listboxes are concatenating the axisboxes, horizontally and vertically, and you might want them too.&amp;nbsp; If you are trying to take a bitmap picture, you might want the PictureBox to grab the axes and the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all that, the OwnerBox returned by GraphBox function does have some special properties to make it easier to work with the graph.&amp;nbsp; AppBuilder exposes many of the get/set pairs as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;g=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Graph Box(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Frame Size( 300, 300 ),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Marker(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Marker State( 3 ),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [11 44 77],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [75 25 50]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pen Color( "Blue" );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Line(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [10 30 70],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [88 22 44]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DisplayBox[OwnerBox]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;showproperties(g)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;scriptable [Subtable]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Title [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; FrameSize [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; XName [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; YName [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; XAxis [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; YAxis [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; X Scale [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Y Scale [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Append Seg [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get X Name [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Set X Name [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Y Name [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Set Y Name [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Graphics Script [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Set Graphics Script [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get X Axis [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Set X Axis [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Y Axis [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Set Y Axis [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Width [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Set Width [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Height [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Set Height [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Background Color [Color] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Set Background Color [Color] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Background Fill [Boolean] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Set Background Fill [Boolean] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Background Map [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Top [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Top [Numeric] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Bottom [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Bottom [Numeric] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Left [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Left [Numeric] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Right [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Right [Numeric] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Get Sides [Action] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sides [Numeric] [Scripting Only] &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:54:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Boxes-in-the-Scripting-Index/m-p/20098#M18330</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2016-10-19T03:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Boxes in the Scripting Index</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Boxes-in-the-Scripting-Index/m-p/20099#M18331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect - many thanks for the comprehensive explanation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 12:10:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Boxes-in-the-Scripting-Index/m-p/20099#M18331</guid>
      <dc:creator>DMR</dc:creator>
      <dc:date>2016-08-26T12:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Boxes in the Scripting Index</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Boxes-in-the-Scripting-Index/m-p/20100#M18332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the way to the office, I realized there is still a hole in the discussion:&amp;nbsp; what is it the OwnerBox owns?&amp;nbsp; It is a scriptable object, which means there should be a graph box object.&amp;nbsp; For some reason, it is named Custom Graph.&amp;nbsp; And it is not filled out very well in the scripting index.&amp;nbsp; I'll add that to the "to do" list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12634_pastedImage_1.png" style="width: 959px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/3642i95C8500DFB697FBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12634_pastedImage_1.png" alt="12634_pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:54:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Boxes-in-the-Scripting-Index/m-p/20100#M18332</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2016-10-19T03:54:29Z</dc:date>
    </item>
  </channel>
</rss>

