<?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 [JSL Contour Plot] Method of define contour plot, number, minimum, maximum in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Contour-Plot-Method-of-define-contour-plot-number-minimum/m-p/275479#M53452</link>
    <description>&lt;P&gt;The contour plot is very helpful to show 3D map, however the problem of defining the zone is always a trouble.&lt;/P&gt;
&lt;P&gt;In my typical jsl plot, I use something below to define the contour plot zone number = 8, maximum =&amp;nbsp;1.4, minimum =1.&lt;/P&gt;
&lt;P&gt;However, the table column :Length may change time to time, and the scale will have to be modified manually for each corresponding plot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does someone have experience how to create some jsl to define the&amp;nbsp;contour plot minimum, maximum?&lt;/P&gt;
&lt;P&gt;Ideally, it will be reasonable to define minimum = 25% quantile[length], and max = 75% quantile[length] for by group of age.&lt;/P&gt;
&lt;P&gt;Thanks for the help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Contour Plot(
SendToByGroup( {:split== "age"} ),
X( :x, :y ),
Y( :Length),
Show Data Points( 0 ),
Fill Areas( 1 ),
Label Contours( 0 ),
Transform( "None" ),
Color Theme( "Spectral" ),
Specify Contours(
Min( 1 ),
Max( 1.4 ),
N( 8 ),
Contour( 1, 1, -6947008 ),
Contour( 2, 1.05714285714286, -1527295 ),
Contour( 3, 1.11428571428571, -42680 ),
Contour( 4, 1.17142857142857, -52812 ),
Contour( 5, 1.22857142857143, -5497088 ),
Contour( 6, 1.28571428571429, -14668544 ),
Contour( 7, 1.34285714285714, -15435520 ),
Contour( 8, 1.4, -16463106 ),
Contour( 9, 1.4, -10363169 )
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Jun 2023 23:30:19 GMT</pubDate>
    <dc:creator>Stokes</dc:creator>
    <dc:date>2023-06-09T23:30:19Z</dc:date>
    <item>
      <title>[JSL Contour Plot] Method of define contour plot, number, minimum, maximum</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Contour-Plot-Method-of-define-contour-plot-number-minimum/m-p/275479#M53452</link>
      <description>&lt;P&gt;The contour plot is very helpful to show 3D map, however the problem of defining the zone is always a trouble.&lt;/P&gt;
&lt;P&gt;In my typical jsl plot, I use something below to define the contour plot zone number = 8, maximum =&amp;nbsp;1.4, minimum =1.&lt;/P&gt;
&lt;P&gt;However, the table column :Length may change time to time, and the scale will have to be modified manually for each corresponding plot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does someone have experience how to create some jsl to define the&amp;nbsp;contour plot minimum, maximum?&lt;/P&gt;
&lt;P&gt;Ideally, it will be reasonable to define minimum = 25% quantile[length], and max = 75% quantile[length] for by group of age.&lt;/P&gt;
&lt;P&gt;Thanks for the help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Contour Plot(
SendToByGroup( {:split== "age"} ),
X( :x, :y ),
Y( :Length),
Show Data Points( 0 ),
Fill Areas( 1 ),
Label Contours( 0 ),
Transform( "None" ),
Color Theme( "Spectral" ),
Specify Contours(
Min( 1 ),
Max( 1.4 ),
N( 8 ),
Contour( 1, 1, -6947008 ),
Contour( 2, 1.05714285714286, -1527295 ),
Contour( 3, 1.11428571428571, -42680 ),
Contour( 4, 1.17142857142857, -52812 ),
Contour( 5, 1.22857142857143, -5497088 ),
Contour( 6, 1.28571428571429, -14668544 ),
Contour( 7, 1.34285714285714, -15435520 ),
Contour( 8, 1.4, -16463106 ),
Contour( 9, 1.4, -10363169 )
));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:30:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Contour-Plot-Method-of-define-contour-plot-number-minimum/m-p/275479#M53452</guid>
      <dc:creator>Stokes</dc:creator>
      <dc:date>2023-06-09T23:30:19Z</dc:date>
    </item>
  </channel>
</rss>

