<?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: How to plot only for the selected range of data without extracting subsets? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873993#M103791</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size(435, 1042),
	Show Control Panel(0),
	Variables(X(:NO), Y(:height1), Y(:weight1, Position(1)), Group Y(:age)),
	Elements(Line(X, Y(1), Y(2), Legend(5)))
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;It seems that the effect of this method cannot be achieved by grouping "age" through the Y-axis.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Where( :age == {12,13, 14,15,16,17} ),&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-05-16_19-09-57.png" style="width: 888px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75891i6CADF89289DD1E0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-05-16_19-09-57.png" alt="2025-05-16_19-09-57.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 May 2025 11:13:04 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2025-05-16T11:13:04Z</dc:date>
    <item>
      <title>How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873899#M103783</link>
      <description>&lt;P&gt;For example, like this, I deliberately increased the data within the selected range:&lt;BR /&gt;Age ==14&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");
dt&amp;lt;&amp;lt;Sort(By( age),Order(Ascending),replace table);
ca="NO";New Column(ca);Column(ca)&amp;lt;&amp;lt;Formula( if(row()==1|age!=lag(age,1),r=row();1,1+row()-r) );dt&amp;lt;&amp;lt;run formulas;Column(ca)&amp;lt;&amp;lt;deleteFormula;
ca="height1";New Column(ca);Column(ca)&amp;lt;&amp;lt;Formula( if(age==14,height*100,height) );dt&amp;lt;&amp;lt;run formulas;Column(ca)&amp;lt;&amp;lt;deleteFormula;
ca="weight1";New Column(ca);Column(ca)&amp;lt;&amp;lt;Formula( if(age==14,weight*100,weight) );dt&amp;lt;&amp;lt;run formulas;Column(ca)&amp;lt;&amp;lt;deleteFormula;
p1=dt&amp;lt;&amp;lt; Graph Builder(
	Size( 534, 456 ),
	Show Control Panel( 0 ),
	Variables(
		X( :NO ),
		Y( :height1 ),
		Y( :weight1, Position( 1 ), Side( "Right" ) )
	),
	Elements( Line( X, Y( 1 ), Legend( 5 ) ), Line( X, Y( 2 ), Legend( 6 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks Experts!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-05-16_16-23-08.png" style="width: 841px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75880iC5DA9DCF7B68F0AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-05-16_16-23-08.png" alt="2025-05-16_16-23-08.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 08:32:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873899#M103783</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-16T08:32:57Z</dc:date>
    </item>
    <item>
      <title>回复： How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873910#M103784</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This is the effect of plotting after extracting the subsets&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-05-16_16-34-38.png" style="width: 798px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75881i48124309B62BFB12/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-05-16_16-34-38.png" alt="2025-05-16_16-34-38.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 08:35:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873910#M103784</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-16T08:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873939#M103785</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17251"&gt;@lala&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the &lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/graph-builder-options.shtml#" target="_self"&gt;local data filter&lt;/A&gt;&amp;nbsp;(red triangle of Graph Builder options) to only plot a specific subset of your data and change it interactively.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1747386605698.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75882iBCAA450954112271/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1747386605698.png" alt="Victor_G_0-1747386605698.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;JSL script :&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 534, 456 ),
	Show Control Panel( 0 ),
	Variables(
		X( :NO ),
		Y( :height1 ),
		Y( :weight1, Position( 1 ), Side( "Right" ) )
	),
	Elements( Line( X, Y( 1 ), Legend( 5 ) ), Line( X, Y( 2 ), Legend( 6 ) ) ),
	Local Data Filter(
		Add Filter(
			columns( :age ),
			Where( :age == 14 ),
			Display( :age, N Items( 6 ) )
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this answer will help you,&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 09:11:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873939#M103785</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2025-05-16T09:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873965#M103788</link>
      <description>&lt;P&gt;Thanks Experts!&lt;BR /&gt;Can it achieve the use of different filters simultaneously when there are multiple graphics in the same drawing interface?&lt;BR /&gt;I tried but failed.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-05-16_17-42-03.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75885iDD61E95A3DF72EB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-05-16_17-42-03.png" alt="2025-05-16_17-42-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 09:46:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873965#M103788</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-16T09:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873967#M103789</link>
      <description>&lt;P&gt;If I understood correctly, no the local data filter apply to all graphs.&lt;/P&gt;
&lt;P&gt;However, if you're interested in 2 age groups only, you could use the age variable as a "page" variable (for independant axis ranges/scales) or Group Y variable (for same axis ranges/scales) and only display the 2 age group thanks to local data filter :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1747389442865.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75886i56FED1CD5D6D190A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1747389442865.png" alt="Victor_G_0-1747389442865.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;JSL script :&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;
Graph Builder(
	Size( 630, 590 ),
	Show Control Panel( 0 ),
	Variables(
		X( :NO ),
		Y( :height1 ),
		Y( :weight1, Position( 1 ), Side( "Right" ) ),
		Page( :age )
	),
	Elements( Line( X, Y( 1 ), Legend( 5 ) ), Line( X, Y( 2 ), Legend( 6 ) ) ),
	Local Data Filter(
		Add Filter(
			columns( :age ),
			Where( :age == {12, 14} ),
			Display( :age, N Items( 6 ) )
		)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 11:07:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873967#M103789</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2025-05-16T11:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873993#M103791</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size(435, 1042),
	Show Control Panel(0),
	Variables(X(:NO), Y(:height1), Y(:weight1, Position(1)), Group Y(:age)),
	Elements(Line(X, Y(1), Y(2), Legend(5)))
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;It seems that the effect of this method cannot be achieved by grouping "age" through the Y-axis.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Where( :age == {12,13, 14,15,16,17} ),&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-05-16_19-09-57.png" style="width: 888px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75891i6CADF89289DD1E0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-05-16_19-09-57.png" alt="2025-05-16_19-09-57.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 11:13:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873993#M103791</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-16T11:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873995#M103792</link>
      <description>&lt;P&gt;One can easily generate a window that has 2 instances displayed.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1747394039342.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75892i087AC6560E63E425/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1747394039342.png" alt="txnelson_0-1747394039342.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

dt = 
// Open Data Table: Big Class.jmp
// → Data Table( "Big Class" )
Open( "$SAMPLE_DATA/Big Class.jmp" );

dt &amp;lt;&amp;lt; Sort( By( age ), Order( Ascending ), replace table );
ca = "NO";
New Column( ca );
Column( ca ) &amp;lt;&amp;lt; Formula(
	If( Row() == 1 | age != Lag( age, 1 ),
		r = Row();
		1;
	,
		1 + Row() - r
	)
);
dt &amp;lt;&amp;lt; run formulas;
Column( ca ) &amp;lt;&amp;lt; deleteFormula;
ca = "height1";
New Column( ca );
Column( ca ) &amp;lt;&amp;lt; Formula( If( age == 14, height * 100, height ) );
dt &amp;lt;&amp;lt; run formulas;
Column( ca ) &amp;lt;&amp;lt; deleteFormula;
ca = "weight1";
New Column( ca );
Column( ca ) &amp;lt;&amp;lt; Formula( If( age == 14, weight * 100, weight ) );
dt &amp;lt;&amp;lt; run formulas;
Column( ca ) &amp;lt;&amp;lt; deleteFormula;
New Window( "graphs",
	V List Box(
		Graph Builder(
			Size( 534, 456 ),
			Show Control Panel( 0 ),
			Variables( X( :NO ), Y( :height1 ), Y( :weight1, Position( 1 ), Side( "Right" ) ) ),
			Elements( Line( X, Y( 1 ), Legend( 5 ) ), Line( X, Y( 2 ), Legend( 6 ) ) ),
			Local Data Filter( Add Filter( columns( :age ), Where( :age == 14 ), Display( :age, N Items( 6 ) ) ) )
		);
		Graph Builder(
			Size( 534, 456 ),
			Show Control Panel( 0 ),
			Variables( X( :NO ), Y( :height1 ), Y( :weight1, Position( 1 ), Side( "Right" ) ) ),
			Elements( Line( X, Y( 1 ), Legend( 5 ) ), Line( X, Y( 2 ), Legend( 6 ) ) ),
			Local Data Filter( Add Filter( columns( :age ), Where( :age == 12 ), Display( :age, N Items( 6 ) ) ) )
		);
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 May 2025 11:14:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/873995#M103792</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-05-16T11:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/874006#M103793</link>
      <description>&lt;P&gt;Consult an expert: What are the steps for manually creating a diagram in this way? I’ve tried several times but haven’t succeeded.&lt;BR /&gt;Please help again.Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 11:23:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/874006#M103793</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-16T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/874047#M103794</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/17251"&gt;@lala&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will start the step-by-step by beginning from your initial script and graph :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;From the red triangle next to "Graph Builder", click on "Local Data Filter"&lt;/LI&gt;
&lt;LI&gt;Double-click on "Age", and then CTRL+click on every age value you would like to display :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1747401451034.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75900i31C5D4F747185221/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1747401451034.png" alt="Victor_G_0-1747401451034.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Select "Age" from the columns menu in Graph Builder and drag and drop in the "Page" zone :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1747401535775.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75901i59B3FE24E23D5A09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1747401535775.png" alt="Victor_G_1-1747401535775.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Click on "Done " to obtain your final graph :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_2-1747401576123.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75902i5EE55398C1AAD379/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_2-1747401576123.png" alt="Victor_G_2-1747401576123.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You can read more about the graphic options and variable roles in&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/introduction-to-interactive-graphing.shtml#" target="_blank" rel="noopener"&gt;Essential Graphing&lt;/A&gt;&amp;nbsp;help and particularly the different&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/18.1/#page/jmp/graph-zones.shtml#" target="_blank"&gt;Graph Zones&lt;/A&gt;&amp;nbsp;roles and functions.&lt;/P&gt;
&lt;P&gt;Hope you'll be able to reproduce the result with these step-by-step instructions,&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 14:01:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/874047#M103794</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2025-05-16T14:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot only for the selected range of data without extracting subsets?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/874056#M103795</link>
      <description>&lt;P&gt;Thank Jim!&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="0-0"&gt;I use this code to plot multiple stocks in the same table in this way.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_tgt transPara grammarSection"&gt;&lt;SPAN class="transSent" data-group="1-0"&gt;The newly added K-line graph no longer has the red and green colors.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Presenting-stock-data-in-form-of-box-plot/td-p/322791/page/2" target="_self"&gt;https://community.jmp.com/t5/Discussions/Presenting-stock-data-in-form-of-box-plot/td-p/322791/page/2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2025-05-16_21-21-19.png" style="width: 822px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/75909iBD5A178F1CD35CAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2025-05-16_21-21-19.png" alt="2025-05-16_21-21-19.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 13:22:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-only-for-the-selected-range-of-data-without/m-p/874056#M103795</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2025-05-16T13:22:06Z</dc:date>
    </item>
  </channel>
</rss>

