<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Looking over the documentation at<br>
    <a href="http://docs.plt-scheme.org/plot/" target="_blank">http://docs.plt-scheme.org/plot/</a><br>
I see ways to mix several datasets on the same plot, which is wonderful, but no textual way to tell which is which.  Is it possible to create a plot legend or key that associates the color/shape of each plot in a mix with a label?</blockquote>
<div><br>Currently, I don&#39;t know of anyway to do it without writing a custom plot extension. The science collection (<a href="http://planet.plt-scheme.org/display.ss?package=science.plt&amp;owner=williams">http://planet.plt-scheme.org/display.ss?package=science.plt&amp;owner=williams</a>) has some extensions for histograms, etc if you want to look an example for writing your own. <br>
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Another mystery is that mix* is mentioned in the second paragraph of section 1.2 but is never described anywhere (or mentioned again).  What does it do? Does it still exist?<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
(require plot)<br>
mix<br>
</blockquote>
#&lt;procedure:mix&gt;<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
mix*<br>
</blockquote>
. . reference to an identifier before its definition: mix*</blockquote><div><br>I looked through the code and there is no mix* that I can see. I&#39;m guessing that the functionality was merged into mix and the documentation was never changed. But, I don&#39;t know the history. I&#39;ll write a bug report on the documentation.<br>
 <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It would be cool if there were a mix* that let me label things.</blockquote><div><br>We really need more complete plot capability - there are many
limitation of the current one that you&#39;ll run into. I&#39;ve written some
that I use in my own work, but the aren&#39;t documented, nor are the on
PLaneT. It&#39;s something I&#39;m hoping to get into Schemelab at some point.<br><br>Doug<br><br></div></div>