<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">Hi,</font></p>
<p><font size="4">I back up Juan suggestion. Play with the basic
Cuis image and read all "The Cuis Book" to acquire fundamental
knowledge about the system. It is a gentle introduction to Cuis,
it tries to avoid as much as possible frustration when learning
about Cuis. It will give you a strong knowledge base for future
progress.<br>
</font></p>
<p><font size="4">
<blockquote type="cite"><br>
<blockquote type="cite" style="color: #999999;">I am looking
for a classe which allows me to oben a
<br>
window/plane/whatever in which I can set points via
commands...
<br>
</blockquote>
<br>
I am sure Hilaire can comment, but for a simple example,
<br>
note: SamplePlotterMorph in 'Morphic-Widgets-Extras'
</blockquote>
<br>
</font></p>
<p><font size="4">DrGeo does a descent plotting of 2D curve. Its
locus morph (LocusMorph) samples recursively a function curve.
Underneath it use a double link list to dynamically adapt the
sampling rate depending on the zoom factor, visible area, etc.<br>
</font></p>
<p><a class="moz-txt-link-freetext" href="http://dev.drgeou.eu">http://dev.drgeou.eu</a>, srcCuis/ folder in the repo<br>
</p>
<p>Hilaire<br>
</p>
<div class="moz-cite-prefix">Le 01/06/2022 à 11:42, Juan Vuletich
via Cuis-dev a écrit :<br>
</div>
<blockquote type="cite" cite="mid:6297348E.3070104@zoho.com">On
5/30/2022 11:33 PM, tuxic via Cuis-dev wrote:
<br>
<blockquote type="cite" style="color: #999999;">Hi,
<br>
<br>
...since I do not find...
<br>
I am looking for a classe which allows me to oben a
<br>
window/plane/whatever in which I can set points via
commands...hrrmmm...
<br>
sorry....to which I can send messages like plot to do simple
pixel
<br>
graphics...
<br>
Is there something like this?
<br>
(May be this is a simple language problem and I search only for
the
<br>
wrong words ...)
<br>
<br>
Cheers!
<br>
Meino
<br>
</blockquote>
<br>
I suggest you install VectorGraphics (Feature require:
'VectorGraphics', or select a TrueType font like DejaVu), and play
with (and understand!) the classes in VectorGraphics-Examples.
You'll see that you can build your own morphs, that draw whatever
you want, quite easily.
<br>
<br>
Cheers,
</blockquote>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu">http://blog.drgeo.eu</a></pre>
</body>
</html>