<div dir="ltr">Neil: have you had time to look into this? If not, then I think we should just leave it for the next release. Please let us know what you're thinking about this one.<div><br>Robby</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sat, Dec 21, 2013 at 4:13 PM, Neil Toronto <span dir="ltr"><<a href="mailto:neil.toronto@gmail.com" target="_blank">neil.toronto@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Some plots in the documentation are missing a polygon. I think it's platform-specific, because I can't reproduce the problem.<br>
<br>
Examples:<br>
<br>
First example plot in "1.5 Renderer and Plot Bounds" (look for a light green rectangle)<br>
<br>
file:///usr/racket-5.91.0.900/<u></u>doc/plot/intro.html?q=plot#%<u></u>28part._.Renderer_and_.Plot_.<u></u>Bounds%29<br>
<br>
<br>
Last example plot in `plot-z-far-ticks' docs (look for a white hole under the "z" in the legend)<br>
<br>
<a href="http://plt.eecs.northwestern.edu/snapshots/current/doc/plot/ticks_and_transforms.html?q=plot-z-far-ticks#%28def._%28%28lib._plot%2Fmain..rkt%29._plot-z-far-ticks%29%29" target="_blank">http://plt.eecs.northwestern.<u></u>edu/snapshots/current/doc/<u></u>plot/ticks_and_transforms.<u></u>html?q=plot-z-far-ticks#%<u></u>28def._%28%28lib._plot%2Fmain.<u></u>.rkt%29._plot-z-far-ticks%29%<u></u>29</a><br>

<br>
<br>
Here's a program that renders one of the bad plots like Scribble does (I think):<br>
<br>
#lang racket<br>
<br>
(require pict plot/pict)<br>
<br>
(pict->bitmap<br>
 (plot3d-pict (polar3d (λ (θ ρ) 1) #:color 2 #:line-style 'transparent)<br>
              #:altitude 25))<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
Neil ⊥</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_________________________<br>
 Racket Developers list:<br>
 <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/<u></u>dev</a><br>
</div></div></blockquote></div><br></div>