Hi everyone,<br><br>I'm trying to consolidate a bunch of data sets into an "Other" 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 'other' part doesn'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't be an issue. <br><br>Any help with this would be appreciated.<br><br>Thanks,<br>Justin<br>