The Interactive Geometry Software Cinderella
Forums-> Cinderella Support (E)-> unable to draw
dirkd
|
unable to draw
|
|
I've been trying to use the draw()-functions of Cindyscript. Nothing I try seems t o work, however. I ended up copying and pasting the example from the manual
sizes=1..15;
forall(sizes,
pointsize(#);
textsize(#+4);
draw((#,0));
drawtext((#,1),#);
)
into the 'Shell'-area of the script editor. Shift-entering results in an empty out1 message, but nothing is shown in the drawing area.
Typing in by hand the instruction
drawpoly([0,0],[1,0],[0,1])
(as shown in the manuals, but without any modifiers) results in the message
in [3]= drawpoly([0,0],[1,0],[0,1])
WARNING:Unknown function: drawpoly
out[3]= ___
What am I doing wrong?
|
|
|
|