<?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 Builder Overlay Limit in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66539#M34446</link>
    <description>&lt;P&gt;Graph Builder scales the FrameBox with the LegendBox. With 364 items, the graph is unreadable because the window realestate is overwhelmed by the legend (see the picture). The JSL to draw this picture is below.&amp;nbsp; See the second picture. This was done by creating a Column RC and SubRC. Note the points are drawn. You might want to investigate if unusual results are related to specific channels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11849i80BA66433C7B74C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 762, 1121 ),
	Show Control Panel( 0 ),
	Variables( X( :test_input ), Y( :test_output ), Overlay( :RowCol ) ),
	Elements( Smoother( X, Y, Legend( 8 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"400",
			LegendBox,
			{Orientation( "Horizontal" ), Sides( "Left" ), Set Wrap( 5 ),
			Legend Position(
				{8, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
				18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
				35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
				52, 53, 54, 55, 56, 57, 58, 59, 77, 78, 79, 80, 81, 82, 83, 84, 85,
				86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101,
				102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115,
				116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
				130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143,
				144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157,
				158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171,
				172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185,
				186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199,
				200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213,
				214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227,
				228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241,
				242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255,
				256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269,
				270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283,
				284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297,
				298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311,
				312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325,
				326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339,
				340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353,
				354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 60, 61, 62, 63, 64,
				65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76]}
			), Position(
				{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
				19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
				36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52,
				53, 54, 55, 56, 57, 58, 59, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
				87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102,
				103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
				117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130,
				131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144,
				145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158,
				159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172,
				173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186,
				187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200,
				201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214,
				215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228,
				229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242,
				243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256,
				257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270,
				271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284,
				285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298,
				299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312,
				313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326,
				327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340,
				341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354,
				355, 356, 357, 358, 359, 360, 361, 362, 363, 60, 61, 62, 63, 64, 65,
				66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76}
			)}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11850iCFADAC16318B395F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Aug 2018 13:46:10 GMT</pubDate>
    <dc:creator>gzmorgan0</dc:creator>
    <dc:date>2018-08-05T13:46:10Z</dc:date>
    <item>
      <title>Graph Builder Overlay Limit</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66536#M34445</link>
      <description>&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;I am having an issue with the graph builder and how it relates to the Overlay Function. I have 364 devices i am trying to plot -x-y and it is only displaying 60 devices&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would appreciated&lt;/P&gt;</description>
      <pubDate>Sun, 05 Aug 2018 14:13:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66536#M34445</guid>
      <dc:creator>Yngeinstn</dc:creator>
      <dc:date>2018-08-05T14:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Overlay Limit</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66539#M34446</link>
      <description>&lt;P&gt;Graph Builder scales the FrameBox with the LegendBox. With 364 items, the graph is unreadable because the window realestate is overwhelmed by the legend (see the picture). The JSL to draw this picture is below.&amp;nbsp; See the second picture. This was done by creating a Column RC and SubRC. Note the points are drawn. You might want to investigate if unusual results are related to specific channels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11849i80BA66433C7B74C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 762, 1121 ),
	Show Control Panel( 0 ),
	Variables( X( :test_input ), Y( :test_output ), Overlay( :RowCol ) ),
	Elements( Smoother( X, Y, Legend( 8 ) ) ),
	SendToReport(
		Dispatch(
			{},
			"400",
			LegendBox,
			{Orientation( "Horizontal" ), Sides( "Left" ), Set Wrap( 5 ),
			Legend Position(
				{8, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
				18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
				35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
				52, 53, 54, 55, 56, 57, 58, 59, 77, 78, 79, 80, 81, 82, 83, 84, 85,
				86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101,
				102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115,
				116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
				130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143,
				144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157,
				158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171,
				172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185,
				186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199,
				200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213,
				214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227,
				228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241,
				242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255,
				256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269,
				270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283,
				284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297,
				298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311,
				312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325,
				326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339,
				340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353,
				354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 60, 61, 62, 63, 64,
				65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76]}
			), Position(
				{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
				19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
				36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52,
				53, 54, 55, 56, 57, 58, 59, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,
				87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102,
				103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116,
				117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130,
				131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144,
				145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158,
				159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172,
				173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186,
				187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200,
				201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214,
				215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228,
				229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242,
				243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256,
				257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270,
				271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284,
				285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298,
				299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312,
				313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326,
				327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340,
				341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354,
				355, 356, 357, 358, 359, 360, 361, 362, 363, 60, 61, 62, 63, 64, 65,
				66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76}
			)}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/11850iCFADAC16318B395F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Aug 2018 13:46:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66539#M34446</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-08-05T13:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Overlay Limit</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66540#M34447</link>
      <description>&lt;P&gt;Thank you &lt;A href="https://community.jmp.com/t5/user/viewprofilepage/user-id/70" target="_blank"&gt;&lt;FONT color="#0066cc"&gt;gzmorgan0&lt;/FONT&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wanted to make sure that all data points i.e RowCol [Row || Col || Subrow || SubCol || Die_Id were on the graph... If the legend is just scaled then it isn't an issue.. That is what i am understanding is correct? As long as all the data is present we are good as gold..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you recall from our previous discussions when I was speaking about outliers, you can see from the graph when it fails, it fails catastrophically. which is why i wanted an easy way to remove it...&amp;nbsp; For this particular test, our LSL = 15 and USL = 35 and this particular graph isn't affected (scale wise) but when you plot distributions, it does. You gave me an outlier script that i have yet to&amp;nbsp;implement because i haven't quite figured out how to use it. :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Aug 2018 14:12:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66540#M34447</guid>
      <dc:creator>Yngeinstn</dc:creator>
      <dc:date>2018-08-05T14:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Overlay Limit</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66560#M34449</link>
      <description>&lt;P&gt;I removed several legend items by selecting Legend Settings and unchecked them, and teh curves and points remain.&lt;/P&gt;&lt;P&gt;So it appears al the elements (points and smoother) remain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It there is a specific question about the outlier script, ask via a private message.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Aug 2018 17:14:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66560#M34449</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-08-05T17:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder Overlay Limit</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66561#M34450</link>
      <description>Thank you! I am on revision 5 my data pull script, this time including tabs which makes things so much easier.&lt;BR /&gt;&lt;BR /&gt;I will send you a PM when I get all that sewed up.&lt;BR /&gt;&lt;BR /&gt;If you don't mind, can I get your help with some yield reporting problems? I will send a separate p.m for that&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Sun, 05 Aug 2018 17:39:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-Overlay-Limit/m-p/66561#M34450</guid>
      <dc:creator>Yngeinstn</dc:creator>
      <dc:date>2018-08-05T17:39:16Z</dc:date>
    </item>
  </channel>
</rss>

