Hi everyone,<br><br>I&#39;m trying to consolidate a bunch of data sets into an &quot;Other&quot; category using the rpn calculator on the command line, and then graph the results.  However, when I add more then 5 datasets, the graph seems to drop my CDEF altogether.  For instance:<br>
<br>...  // define a through f<br>CDEF:other=a,b,c,d,e,f,+,+,+,+,+<br><br>The graph gets created correctly, but the &#39;other&#39; part doesn&#39;t get graphed at all.  However, if I limit the data sets to only 5, I get the graph correctly produced.<br>
<br>Is this a limit within the rpn language?  I read through some of the code, but it looks like the stack size shouldn&#39;t be an issue.  <br><br>Any help with this would be appreciated.<br><br>Thanks,<br>Justin<br>