<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Newest Questions and Posts</title>
    <link>http://www.mapleprimes.com</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 21 May 2026 13:58:35 GMT</lastBuildDate>
    <pubDate>Thu, 21 May 2026 13:58:35 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest questions and posts added to MaplePrimes</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Newest Questions and Posts</title>
      <link>http://www.mapleprimes.com</link>
    </image>
    <item>
      <title>Removing spaces in plots:-sparsematrixplot</title>
      <link>http://www.mapleprimes.com/questions/243605-Removing-Spaces-In-Plotssparsematrixplot?ref=Feed:MaplePrimes:New%20Questions%20&amp;amp;%20Posts</link>
      <itunes:summary>&lt;p&gt;&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;M&lt;/strong&gt; being some sparse matrix, &lt;strong&gt;plots:-sparsematrixplot(M)&lt;/strong&gt; displays a patchwork of squares with two different colors: one for elements of &lt;strong&gt;M&lt;/strong&gt; different 0 and the other for elements of &lt;strong&gt;M&lt;/strong&gt; equal to 0.&lt;br&gt;
The squares are separated by what visually appears like blank lines (in fact tere are no such lines, just gaps between the different squares making them not adjacent).&lt;br&gt;
&lt;br&gt;
So my question: Is it possible, &lt;strong&gt;without resorting to any workaround based upon PLOT(POLYGONS(..)) or plottools functions&lt;/strong&gt;&amp;nbsp;(I know how to write such workarounds and I&amp;#39;m not interested in that) to suppress these &amp;quot;white lines&amp;quot;, or otherwise said to make the squares adjacent?&amp;nbsp;&lt;br&gt;
I thought that maybe some (hidden?) option acting like &lt;strong&gt;style=patchnogrid&lt;/strong&gt;&amp;nbsp;could exist, or to an undocumented feaure...&lt;br&gt;
&lt;br&gt;
Thanks for your reply.&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;M&lt;/strong&gt; being some sparse matrix, &lt;strong&gt;plots:-sparsematrixplot(M)&lt;/strong&gt; displays a patchwork of squares with two different colors: one for elements of &lt;strong&gt;M&lt;/strong&gt; different 0 and the other for elements of &lt;strong&gt;M&lt;/strong&gt; equal to 0.&lt;br /&gt;
The squares are separated by what visually appears like blank lines (in fact tere are no such lines, just gaps between the different squares making them not adjacent).&lt;br /&gt;
&lt;br /&gt;
So my question: Is it possible, &lt;strong&gt;without resorting to any workaround based upon PLOT(POLYGONS(..)) or plottools functions&lt;/strong&gt;&amp;nbsp;(I know how to write such workarounds and I&amp;#39;m not interested in that) to suppress these &amp;quot;white lines&amp;quot;, or otherwise said to make the squares adjacent?&amp;nbsp;&lt;br /&gt;
I thought that maybe some (hidden?) option acting like &lt;strong&gt;style=patchnogrid&lt;/strong&gt;&amp;nbsp;could exist, or to an undocumented feaure...&lt;br /&gt;
&lt;br /&gt;
Thanks for your reply.&lt;/p&gt;
</description>
      <guid>243605</guid>
      <pubDate>Thu, 21 May 2026 09:43:24 Z</pubDate>
      <itunes:author>sand15</itunes:author>
      <author>sand15</author>
    </item>
    <item>
      <title>3-D histograms?</title>
      <link>http://www.mapleprimes.com/questions/243603-3D-Histograms?ref=Feed:MaplePrimes:New%20Questions%20&amp;amp;%20Posts</link>
      <itunes:summary>&lt;p&gt;The title is the question. I am fairly certain that Maple in itself (up to 2023) does not have this. There is of course Statistics:-Histogram, but that is a 1-D histogram only.&lt;/p&gt;

&lt;p&gt;Given 2 Vectors of floats, say, xvec[n] and yvec[n]. The idea would be to divide up a 2-D grid into &amp;quot;pixels&amp;quot; that accumulate a count when (xvec[i],yvec[i]) falls into the range for a pixel (xrange,yrange). Plotting each of these pixels as rectangular column creates the histogram.&lt;/p&gt;

&lt;p&gt;I could of course program one myself, but as I am lazy and this seems like a common kind of plot (at least in statistics and in physics), someone may well have done such a thing. DDG search did not find anything, at least not wrt. Maple.&lt;/p&gt;

&lt;p&gt;Here is an example plot close to what I am thinking of (random plot pulled off the web). The color scheme of the plot is not what I am after (although it does look nice).&lt;/p&gt;

&lt;p&gt;&lt;img alt="Lego plot of a 600MeV/A Si track. Empty pixels (i.e. TOT count = 0) are ..." class="PKoePAd27Rvkn8lN5Kqt" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%2Fid%2FOIP.wD8ea3tQc0BpoL3PzyVNAAHaFH%3Fpid%3DApi&amp;amp;f=1&amp;amp;ipt=97097919aedf66109df5d98dcfd2b139f8833d793c75dea7c64da140ca8020a1&amp;amp;ipo=images"&gt;&lt;/p&gt;

&lt;div class="GUbK9PUYz4NGqHOfl4JY"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="GUbK9PUYz4NGqHOfl4JY"&gt;Thanks in advance,&lt;/div&gt;

&lt;div class="GUbK9PUYz4NGqHOfl4JY"&gt;Mac Dude&lt;/div&gt;
</itunes:summary>
      <description>&lt;p&gt;The title is the question. I am fairly certain that Maple in itself (up to 2023) does not have this. There is of course Statistics:-Histogram, but that is a 1-D histogram only.&lt;/p&gt;

&lt;p&gt;Given 2 Vectors of floats, say, xvec[n] and yvec[n]. The idea would be to divide up a 2-D grid into &amp;quot;pixels&amp;quot; that accumulate a count when (xvec[i],yvec[i]) falls into the range for a pixel (xrange,yrange). Plotting each of these pixels as rectangular column creates the histogram.&lt;/p&gt;

&lt;p&gt;I could of course program one myself, but as I am lazy and this seems like a common kind of plot (at least in statistics and in physics), someone may well have done such a thing. DDG search did not find anything, at least not wrt. Maple.&lt;/p&gt;

&lt;p&gt;Here is an example plot close to what I am thinking of (random plot pulled off the web). The color scheme of the plot is not what I am after (although it does look nice).&lt;/p&gt;

&lt;p&gt;&lt;img alt="Lego plot of a 600MeV/A Si track. Empty pixels (i.e. TOT count = 0) are ..." class="PKoePAd27Rvkn8lN5Kqt" loading="lazy" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse1.mm.bing.net%2Fth%2Fid%2FOIP.wD8ea3tQc0BpoL3PzyVNAAHaFH%3Fpid%3DApi&amp;amp;f=1&amp;amp;ipt=97097919aedf66109df5d98dcfd2b139f8833d793c75dea7c64da140ca8020a1&amp;amp;ipo=images" /&gt;&lt;/p&gt;

&lt;div class="GUbK9PUYz4NGqHOfl4JY"&gt;&amp;nbsp;&lt;/div&gt;

&lt;div class="GUbK9PUYz4NGqHOfl4JY"&gt;Thanks in advance,&lt;/div&gt;

&lt;div class="GUbK9PUYz4NGqHOfl4JY"&gt;Mac Dude&lt;/div&gt;
</description>
      <guid>243603</guid>
      <pubDate>Tue, 19 May 2026 20:42:00 Z</pubDate>
      <itunes:author>Mac Dude</itunes:author>
      <author>Mac Dude</author>
    </item>
    <item>
      <title>Tribonacci numbers</title>
      <link>http://www.mapleprimes.com/posts/234847-Tribonacci-Numbers?ref=Feed:MaplePrimes:New%20Questions%20&amp;amp;%20Posts</link>
      <itunes:summary>&lt;p&gt;Hi MaplePrimes, and all,&lt;/p&gt;

&lt;p&gt;Here is a new, to me, set of numbers&lt;br&gt;
defined by ,&lt;br&gt;
the first three numbers are {1,2,3}&lt;br&gt;
and then,&amp;nbsp;&lt;br&gt;
the next number is the sum of the three&amp;nbsp;&lt;br&gt;
previous numbers,&lt;br&gt;
so,&lt;br&gt;
{1,2,3,6,11,20, ... }&lt;br&gt;
but can only calculate a finite number of numbers&lt;br&gt;
the, so called, Tribonacci numbers&lt;br&gt;
could start with {0,1,0}&lt;br&gt;
see online&lt;br&gt;
&lt;a href="https://oeis.org/A001590"&gt;https://oeis.org/A001590&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and&lt;br&gt;
&lt;a href="/view.aspx?sf=234847_post/triple_recursive_sequence_simple_first.mw"&gt;triple_recursive_sequence_simple_first.mw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=234847_post/triple_recursive_sequence_simple_first.pdf"&gt;triple_recursive_sequence_simple_first.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;regards,&lt;br&gt;
Matt&lt;br&gt;
&amp;nbsp;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Hi MaplePrimes, and all,&lt;/p&gt;

&lt;p&gt;Here is a new, to me, set of numbers&lt;br&gt;
defined by ,&lt;br&gt;
the first three numbers are {1,2,3}&lt;br&gt;
and then,&amp;nbsp;&lt;br&gt;
the next number is the sum of the three&amp;nbsp;&lt;br&gt;
previous numbers,&lt;br&gt;
so,&lt;br&gt;
{1,2,3,6,11,20, ... }&lt;br&gt;
but can only calculate a finite number of numbers&lt;br&gt;
the, so called, Tribonacci numbers&lt;br&gt;
could start with {0,1,0}&lt;br&gt;
see online&lt;br&gt;
&lt;a href="https://oeis.org/A001590"&gt;https://oeis.org/A001590&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and&lt;br&gt;
&lt;a href="/view.aspx?sf=234847_post/triple_recursive_sequence_simple_first.mw"&gt;triple_recursive_sequence_simple_first.mw&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=234847_post/triple_recursive_sequence_simple_first.pdf"&gt;triple_recursive_sequence_simple_first.pdf&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;regards,&lt;br&gt;
Matt&lt;br&gt;
&amp;nbsp;&lt;/p&gt;
</description>
      <guid>234847</guid>
      <pubDate>Tue, 19 May 2026 20:35:22 Z</pubDate>
      <itunes:author>Mister_Matthew_abc</itunes:author>
      <author>Mister_Matthew_abc</author>
    </item>
    <item>
      <title>why the error message?</title>
      <link>http://www.mapleprimes.com/questions/243602-Why-The-Error-Message?ref=Feed:MaplePrimes:New%20Questions%20&amp;amp;%20Posts</link>
      <itunes:summary>&lt;p&gt;Here is a snippet of code that returns an error message. The details of the h procedure should be irrelevant.&lt;/p&gt;

&lt;p&gt;h:=proc(k,x)&lt;br&gt;
local z,w;&lt;br&gt;
nans(parameters=[k,x]);&lt;br&gt;
z:=nans(0.98);&lt;br&gt;
w:=rhs(z[2]),rhs(z[3])&lt;br&gt;
end proc;&lt;br&gt;
&amp;nbsp;h := proc (k, x) local z, w; nans(parameters = [k, x]); z :=&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp; &amp;nbsp; nans(.98); w := rhs(z[2]), rhs(z[3]) end proc;&lt;/p&gt;

&lt;p&gt;&lt;br&gt;
h(7.7,0.3);&lt;br&gt;
0.310903619302454933005944397083, 0.731944275983583692659532399302&lt;/p&gt;

&lt;p&gt;plot([h(7.7,x),x=0..30]);&lt;br&gt;
Error, (in dsolve/numeric/process_parameters) &amp;#39;parameters&amp;#39; must be specified as a list of numeric values&lt;/p&gt;

&lt;p&gt;Note that the line&amp;nbsp;h(7.7,0.3); is just there to show that h functions well. It accepts 2 numerical inputs and spits out a pair of numerical values.&lt;/p&gt;

&lt;p&gt;Why is plot not plotting? Why is plot asking about inner workings of h?&lt;br&gt;
&lt;br&gt;
If I try&lt;/p&gt;

&lt;p&gt;f:=proc(x,y)&lt;/p&gt;

&lt;p&gt;cos(x),sin(x*y)&amp;nbsp;&lt;br&gt;
end proc;&lt;br&gt;
plot([f(x,7.7),x=0..3]);&lt;br&gt;
that woks fine. Plot does not inquire about f.&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Here is a snippet of code that returns an error message. The details of the h procedure should be irrelevant.&lt;/p&gt;

&lt;p&gt;h:=proc(k,x)&lt;br /&gt;
local z,w;&lt;br /&gt;
nans(parameters=[k,x]);&lt;br /&gt;
z:=nans(0.98);&lt;br /&gt;
w:=rhs(z[2]),rhs(z[3])&lt;br /&gt;
end proc;&lt;br /&gt;
&amp;nbsp;h := proc (k, x) local z, w; nans(parameters = [k, x]); z :=&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp; &amp;nbsp; nans(.98); w := rhs(z[2]), rhs(z[3]) end proc;&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
h(7.7,0.3);&lt;br /&gt;
0.310903619302454933005944397083, 0.731944275983583692659532399302&lt;/p&gt;

&lt;p&gt;plot([h(7.7,x),x=0..30]);&lt;br /&gt;
Error, (in dsolve/numeric/process_parameters) &amp;#39;parameters&amp;#39; must be specified as a list of numeric values&lt;/p&gt;

&lt;p&gt;Note that the line&amp;nbsp;h(7.7,0.3); is just there to show that h functions well. It accepts 2 numerical inputs and spits out a pair of numerical values.&lt;/p&gt;

&lt;p&gt;Why is plot not plotting? Why is plot asking about inner workings of h?&lt;br /&gt;
&lt;br /&gt;
If I try&lt;/p&gt;

&lt;p&gt;f:=proc(x,y)&lt;/p&gt;

&lt;p&gt;cos(x),sin(x*y)&amp;nbsp;&lt;br /&gt;
end proc;&lt;br /&gt;
plot([f(x,7.7),x=0..3]);&lt;br /&gt;
that woks fine. Plot does not inquire about f.&lt;/p&gt;
</description>
      <guid>243602</guid>
      <pubDate>Tue, 19 May 2026 15:32:21 Z</pubDate>
      <itunes:author>awass</itunes:author>
      <author>awass</author>
    </item>
    <item>
      <title>Merging lists, with overriding</title>
      <link>http://www.mapleprimes.com/questions/243601-Merging-Lists-With-Overriding?ref=Feed:MaplePrimes:New%20Questions%20&amp;amp;%20Posts</link>
      <itunes:summary>&lt;p&gt;I am trying to select from a default list and a modified list to get a third combined list of the unmodified default elements and the mdfified elements plus extra elements. This is for plot data. I have managed to extract the colour data using something I did a couple of years ago. Though at this stage I don&amp;#39;t relly know how that works either but it works.&lt;/p&gt;

&lt;form name="worksheet_form"&gt;&lt;input name="md.ref" type="hidden" value="360E8B9893DAFFA0BD918DEEE179E7C8"&gt;
&lt;table align="center" width="768"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;
			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;restart&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;with(ListTools)&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img align="middle" alt="[BinaryPlace, BinarySearch, Categorize, Classify, Collect, Deal, DotProduct, Enumerate, FindMaximalElement, FindMinimalElement, FindRepetitions, Flatten, FlattenOnce, Group, Interleave, InversePermutation, Join, JoinSequence, LengthSplit, MakeUnique, Occurrences, Pad, PartialSums, Reverse, Rotate, Search, SearchAll, SelectFirst, SelectLast, Slice, Sorted, Split, Transpose, Unpermute]" height="74" src="/view.aspx?sf=243601_question/9249f66ba0d11f3876ff9b86b8f6506f.gif" style="vertical-align:-57px" width="738"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(1)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;PlotDefaults:=[&amp;#39;colour&amp;#39; = &amp;#39;:-blue&amp;#39;, symbol = &amp;#39;:-solidcircle&amp;#39;, &lt;/span&gt;&lt;span style="color:#339966;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;#39;:-symbolsize&amp;#39; = 8,thickness=2&lt;/span&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;]; #for points and lines &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[colour = blue, symbol = solidcircle, symbolsize = 8, thickness = 2]" height="23" src="/view.aspx?sf=243601_question/dc63cc99232ea24891a8a21bc0019741.gif" style="vertical-align:-6px" width="506"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(2)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;Inputs:=[&amp;#39;color&amp;#39;=[red, black, blue],symbol=square,&amp;#39;:-linestyle&amp;#39;=dash]; #&amp;#39;color&amp;#39;=[red, black, blue],&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[color = [red, black, blue], symbol = square, linestyle = dash]" height="23" src="/view.aspx?sf=243601_question/5d97110cfdadc4d134e1398ab4184633.gif" style="vertical-align:-6px" width="437"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(3)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;if has(Inputs,{colour,color}) then&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;Colourlist:=remove(has,remove(has,Flatten(eval([&amp;#39;:-color&amp;#39;,&amp;#39;:-colour&amp;#39;],Inputs)),&amp;#39;:-colour&amp;#39;),&amp;#39;:-color&amp;#39;)&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;else&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;Colourlist:=remove(has,remove(has,Flatten(eval([&amp;#39;:-color&amp;#39;,&amp;#39;:-colour&amp;#39;],PlotDefaults)),&amp;#39;:-colour&amp;#39;),&amp;#39;:-color&amp;#39;);&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;end if&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[red, black, blue]" height="23" src="/view.aspx?sf=243601_question/c2f4b783f0b1af9b92a868354eadd3e4.gif" style="vertical-align:-6px" width="195"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(4)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;br&gt;
			&lt;span style="color:#000000;font-size: 116%;font-family: DejaVu Sans;font-weight:normal;font-style:normal;"&gt;Make this list&lt;/span&gt;&lt;/p&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;plotdata:=[symbol=square,&amp;#39;:-linestyle&amp;#39;=dash,&lt;/span&gt;&lt;span style="color:#339966;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;#39;:-symbolsize&amp;#39; = 8,thickness=2&lt;/span&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;]&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[symbol = square, linestyle = dash, symbolsize = 8, thickness = 2]" height="23" src="/view.aspx?sf=243601_question/78129950aa35bee47053edfb324794f1.gif" style="vertical-align:-6px" width="471"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(5)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;mx:=max(nops(PlotDefaults),nops(Inputs))&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="4" height="23" src="/view.aspx?sf=243601_question/e689107de7df2d9c039ff23a94a181f7.gif" style="vertical-align:-6px" width="56"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(6)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;Plotdata:=[];&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;for i to mx do&lt;/span&gt;&lt;br&gt;
						&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;end do&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[]" height="24" src="/view.aspx?sf=243601_question/2962dbf316d405e6a966db59461abe56.gif" style="vertical-align:-7px" width="98"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(7)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;input name="sequence" type="hidden" value="1"&gt; &lt;input name="cmd" type="hidden" value="none"&gt;&lt;/form&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=243601_question/2026-05-18_Q_Select_from_Two_Lists_to_get_New_List.mw"&gt;Download 2026-05-18_Q_Select_from_Two_Lists_to_get_New_List.mw&lt;/a&gt;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;I am trying to select from a default list and a modified list to get a third combined list of the unmodified default elements and the mdfified elements plus extra elements. This is for plot data. I have managed to extract the colour data using something I did a couple of years ago. Though at this stage I don&amp;#39;t relly know how that works either but it works.&lt;/p&gt;

&lt;form name="worksheet_form"&gt;&lt;input name="md.ref" type="hidden" value="360E8B9893DAFFA0BD918DEEE179E7C8"&gt;
&lt;table align="center" width="768"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td&gt;
			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;restart&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;with(ListTools)&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img align="middle" alt="[BinaryPlace, BinarySearch, Categorize, Classify, Collect, Deal, DotProduct, Enumerate, FindMaximalElement, FindMinimalElement, FindRepetitions, Flatten, FlattenOnce, Group, Interleave, InversePermutation, Join, JoinSequence, LengthSplit, MakeUnique, Occurrences, Pad, PartialSums, Reverse, Rotate, Search, SearchAll, SelectFirst, SelectLast, Slice, Sorted, Split, Transpose, Unpermute]" height="74" src="/view.aspx?sf=243601_question/9249f66ba0d11f3876ff9b86b8f6506f.gif" style="vertical-align:-57px" width="738"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(1)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;PlotDefaults:=[&amp;#39;colour&amp;#39; = &amp;#39;:-blue&amp;#39;, symbol = &amp;#39;:-solidcircle&amp;#39;, &lt;/span&gt;&lt;span style="color:#339966;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;#39;:-symbolsize&amp;#39; = 8,thickness=2&lt;/span&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;]; #for points and lines &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[colour = blue, symbol = solidcircle, symbolsize = 8, thickness = 2]" height="23" src="/view.aspx?sf=243601_question/dc63cc99232ea24891a8a21bc0019741.gif" style="vertical-align:-6px" width="506"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(2)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;Inputs:=[&amp;#39;color&amp;#39;=[red, black, blue],symbol=square,&amp;#39;:-linestyle&amp;#39;=dash]; #&amp;#39;color&amp;#39;=[red, black, blue],&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[color = [red, black, blue], symbol = square, linestyle = dash]" height="23" src="/view.aspx?sf=243601_question/5d97110cfdadc4d134e1398ab4184633.gif" style="vertical-align:-6px" width="437"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(3)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;if has(Inputs,{colour,color}) then&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;Colourlist:=remove(has,remove(has,Flatten(eval([&amp;#39;:-color&amp;#39;,&amp;#39;:-colour&amp;#39;],Inputs)),&amp;#39;:-colour&amp;#39;),&amp;#39;:-color&amp;#39;)&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;else&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;Colourlist:=remove(has,remove(has,Flatten(eval([&amp;#39;:-color&amp;#39;,&amp;#39;:-colour&amp;#39;],PlotDefaults)),&amp;#39;:-colour&amp;#39;),&amp;#39;:-color&amp;#39;);&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;end if&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[red, black, blue]" height="23" src="/view.aspx?sf=243601_question/c2f4b783f0b1af9b92a868354eadd3e4.gif" style="vertical-align:-6px" width="195"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(4)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;br&gt;
			&lt;span style="color:#000000;font-size: 116%;font-family: DejaVu Sans;font-weight:normal;font-style:normal;"&gt;Make this list&lt;/span&gt;&lt;/p&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;plotdata:=[symbol=square,&amp;#39;:-linestyle&amp;#39;=dash,&lt;/span&gt;&lt;span style="color:#339966;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;#39;:-symbolsize&amp;#39; = 8,thickness=2&lt;/span&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;]&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[symbol = square, linestyle = dash, symbolsize = 8, thickness = 2]" height="23" src="/view.aspx?sf=243601_question/78129950aa35bee47053edfb324794f1.gif" style="vertical-align:-6px" width="471"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(5)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;mx:=max(nops(PlotDefaults),nops(Inputs))&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="4" height="23" src="/view.aspx?sf=243601_question/e689107de7df2d9c039ff23a94a181f7.gif" style="vertical-align:-6px" width="56"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(6)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;Plotdata:=[];&lt;/span&gt;&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;for i to mx do&lt;/span&gt;&lt;br&gt;
						&lt;br&gt;
						&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;end do&lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;
						&lt;p align="center" style="margin:0 0 0 0; padding-top:0px; padding-bottom:0px"&gt;&lt;img alt="[]" height="24" src="/view.aspx?sf=243601_question/2962dbf316d405e6a966db59461abe56.gif" style="vertical-align:-7px" width="98"&gt;&lt;/p&gt;
						&lt;/td&gt;
						&lt;td align="right" style="color:#000000; font-family:Times, serif; font-weight:bold; font-style:normal;"&gt;(7)&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;

			&lt;table style="margin-left:0px;margin-right:0px"&gt;
				&lt;tbody&gt;
					&lt;tr valign="baseline"&gt;
						&lt;td&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
						&lt;td&gt;
						&lt;p align="left" style="margin:0 0 0 0; padding-top:3px; padding-bottom:3px"&gt;&lt;span style="color:#78000e;font-size: 100%;font-family: monospace,monospace;font-weight:bold;font-style:normal;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
						&lt;/td&gt;
					&lt;/tr&gt;
				&lt;/tbody&gt;
			&lt;/table&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;input name="sequence" type="hidden" value="1"&gt; &lt;input name="cmd" type="hidden" value="none"&gt;&lt;/form&gt;

&lt;p&gt;&lt;a href="/view.aspx?sf=243601_question/2026-05-18_Q_Select_from_Two_Lists_to_get_New_List.mw"&gt;Download 2026-05-18_Q_Select_from_Two_Lists_to_get_New_List.mw&lt;/a&gt;&lt;/p&gt;
</description>
      <guid>243601</guid>
      <pubDate>Mon, 18 May 2026 22:55:06 Z</pubDate>
      <itunes:author>Ronan</itunes:author>
      <author>Ronan</author>
    </item>
    <item>
      <title>Has there been a change in toolbox location?</title>
      <link>http://www.mapleprimes.com/questions/243600-Has-There-Been-A-Change-In-Toolbox-Location?ref=Feed:MaplePrimes:New%20Questions%20&amp;amp;%20Posts</link>
      <itunes:summary>&lt;p&gt;Currently I have Maple versions 2023,2025, and 2026 installed on Windows 11. Today I installed a workbook package containing a module that I just completed using the PackageTools installer in Maple 2026.. To my surprise, I found that a package installed from Maple 2026 was also available in Maple 2023 and, conversely, a package installed in Maple 2023 was automatically available in Maple 2026. i noticed that, with the exception of the Maple Customer Support Updates, the toolbox directory is no longer broken down by versions. I also noticed that the directory containing the module installed by Maple 2026 was named by the workbook instead of the module name (ie. hopfwords.maple). As I recall, the toolboxes used to be version dependent.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;The question is to what extent can one assume that a package created in Maple 2026 will be compatible with at least the more recent versions of Maple, I am also wondering why the directory name is now the workbook name instead of the module name.&amp;nbsp;&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;Currently I have Maple versions 2023,2025, and 2026 installed on Windows 11. Today I installed a workbook package containing a module that I just completed using the PackageTools installer in Maple 2026.. To my surprise, I found that a package installed from Maple 2026 was also available in Maple 2023 and, conversely, a package installed in Maple 2023 was automatically available in Maple 2026. i noticed that, with the exception of the Maple Customer Support Updates, the toolbox directory is no longer broken down by versions. I also noticed that the directory containing the module installed by Maple 2026 was named by the workbook instead of the module name (ie. hopfwords.maple). As I recall, the toolboxes used to be version dependent.&amp;nbsp;&lt;/p&gt;

&lt;p&gt;The question is to what extent can one assume that a package created in Maple 2026 will be compatible with at least the more recent versions of Maple, I am also wondering why the directory name is now the workbook name instead of the module name.&amp;nbsp;&lt;/p&gt;
</description>
      <guid>243600</guid>
      <pubDate>Mon, 18 May 2026 03:38:46 Z</pubDate>
      <itunes:author>ianmccr</itunes:author>
      <author>ianmccr</author>
    </item>
  </channel>
</rss>