<div dir="ltr">Dear all,<div><br></div><div>I would like to be able to look at a particular part of my output and plot the maximum value of some fields over time. This needs to be done in a script since the process needs to be applied to several different runs.</div><div><br></div><div>I tried to use the trace to get the list of point IDs in the region of interest, but the result of doing select point on followed by extract selection is this</div><div><br></div><div><br></div><div>
<p style="margin:0px"><span style="font-family:'Courier New,courier';font-style:italic;color:rgb(64,128,128)"># create a new 'Extract Selection'</span></p>
<pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:'Courier New,courier'">extractSelection1 </span><span style="font-family:'Courier New,courier';color:rgb(102,102,102)">=</span><span style="font-family:'Courier New,courier'"> ExtractSelection(Input</span><span style="font-family:'Courier New,courier';color:rgb(102,102,102)">=</span><span style="font-family:'Courier New,courier'">pK10HOJ_0001000,</span></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:'Courier New,courier'">    Selection</span><span style="font-family:'Courier New,courier';color:rgb(102,102,102)">=</span><span style="font-family:'Courier New,courier';color:rgb(0,128,0)">None</span><span style="font-family:'Courier New,courier'">)</span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:'Courier New,courier'"><br></span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial;white-space:normal">so it is not giving me the ID's. To get the plot maximum over time I am using find data to select all points and then using plot selection over time. However, again the trace does not tell me what the selection should be</span><br></pre><pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial;white-space:normal"><br></span></pre><pre style="margin-top:0px;margin-bottom:0px">
<p style="margin:0px"><span style="font-family:'Courier New,courier';font-style:italic;color:rgb(64,128,128)"># create a new 'Plot Selection Over Time'</span></p>
<pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:'Courier New,courier'">plotSelectionOverTime1 </span><span style="font-family:'Courier New,courier';color:rgb(102,102,102)">=</span><span style="font-family:'Courier New,courier'"> PlotSelectionOverTime(Input</span><span style="font-family:'Courier New,courier';color:rgb(102,102,102)">=</span><span style="font-family:'Courier New,courier'">pK10HOJ_0001000,</span></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:'Courier New,courier'">    Selection</span><span style="font-family:'Courier New,courier';color:rgb(102,102,102)">=</span><span style="font-family:'Courier New,courier';color:rgb(0,128,0)">None</span><span style="font-family:'Courier New,courier'">)</span></pre>
<pre style="margin-top:0px;margin-bottom:12px"><span style="font-family:'Courier New,courier'">plotSelectionOverTime1</span><span style="font-family:'Courier New,courier';color:rgb(102,102,102)">.</span><span style="font-family:'Courier New,courier'">OnlyReportSelectionStatistics </span><span style="font-family:'Courier New,courier';color:rgb(102,102,102)">=</span><span style="font-family:'Courier New,courier'"> </span><span style="font-family:'Courier New,courier';color:rgb(102,102,102)">0</span></pre><pre style="margin-top:0px;margin-bottom:12px"><span style="font-family:'Courier New,courier';color:rgb(102,102,102)"><br></span></pre><pre style="margin-top:0px;margin-bottom:12px"><pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial;white-space:normal">Is there any way to get this info? Or perhaps an alternate way to go about plotting max over time in a specified region?</span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial;white-space:normal"><br></span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial;white-space:normal">Thanks and all the best,</span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="font-family:arial;white-space:normal">Colin</span></pre></pre></pre></div></div>