draw(1f) - [M_drawplus] basic interpreter for testing M_draw(3fm) routines (LICENSE:PD)
Synopsis
Description
Options
Examples
See Also
Author
License
draw [delim DELIMITERS]|[ --help| --version]
draw(1) is a basic interpreter for M_draw(3f) routines. It is useful for making simple graphics and for testing the M_draw(3fm) module.
-delim CHARS delimiter character(s) used to separate commands. Defaults to semi-colon (";"). --help display this help and exit --version output version information and exit
Sample commands
draw <<\eof prefsize 300 300;prefposition 200 10;vinit X11;color 3;clear;color 2 ortho2 -1 1 -1 1; polyfill .true.;rect 0 0 98 98 color 1;circle 0 0 .25 polyfill .false.;linewidth 200;color 4;circle 0 0 .2 # see calculator document for real expressions set X=-0.25 Y=0.25 # polyfill .true.; color 5; circle X Y sqrt(Y)/2 polyfill .false.;color 5; circle X Y sqrt(2*Y)/2 # getkey;vexit set dump eof
M_draw(3fm), M_drawplus(3fm)
John S. Urban
Public Domain
Nemo Release 3.1 | draw (1) | February 23, 2025 |