<div class="gmail_quote">On Sat, Jul 10, 2010 at 17:42, dsimcha <span dir="ltr">&lt;<a href="mailto:dsimcha@yahoo.com">dsimcha@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
This is perfectly feasible, technically speaking.  I&#39;m just not sure what it would<br>
buy practically speaking.  I kind of like the way x&#39;s and o&#39;s look.  Maybe it<br>
would be faster for scatter plots with huge amounts of points, though.  I don&#39;t know.<br>
<div class="im"><br></div></blockquote><div>I don&#39;t know either. It&#39;s just it&#39;d give access to some new shapes. But don&#39;t bother, you&#39;ve much more important things on your plate.<br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">(parenthesis in doc)<br>
</div>Thanks.  Fixed.<br></blockquote><div><br>This is a tiring bug in DDoc. I mean, why does it not generate a doc with a missing parenthesis?<br>(I guess that&#39;s filed as bug 3554)<br> <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">
&gt; As for bitmaps, I have a small module that load 24 bit RGB .bmp as<br>
&gt; ubyte[3][][] to manipulate them and write an ubyte[3][][] on disk, but it&#39;s<br>
&gt; quite brittle. You indeed need a generic way to save a form to disk as an<br>
&gt; image.<br>
<br>
</div>I really want saving to work, but I have no idea what I&#39;m doing Win32 API-wise.<br>
I&#39;d say lack of saving support is by far the biggest outstanding issue with<br>
DFLPlot.  I&#39;d appreciate any help in this regard.<br>
</blockquote></div><br>Halas, not from me: I&#39;m at the same stage than you. At max, I&#39;d know how to draw a graph on an empty bitmap, as long as it can be done by lighting individual pixels. And then saving it to disk.  But putting text in it (with D or any other language) is beyond my ken.<br>
<br>I used this technics for a ray-tracer in D and for drawing L-systems, to learn D :-)<br>In fact, the only way I found to save the raytracer images to disk was to manage them as a an array of ubyte[3] and writing this to disk as a 24-but RGB .bmp file.<br>
<br>I&#39;ll let Win32 wizards answer...<br><br>Philippe<br><br>