Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Mouse-position/EchoLisp/mouse-position.l
Normal file
7
Task/Mouse-position/EchoLisp/mouse-position.l
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(lib 'plot)
|
||||
(plot-x-minmax 10) ; set logical dimensions of plotting area
|
||||
(plot-y-minmax 100)
|
||||
→ (("x" 0 10) ("y" 0 100))
|
||||
;; press ESC to see the canvas
|
||||
;; the mouse position is displayed as , for example, [ x: 5.6 y : 88.7]
|
||||
;; 0 <= x <= 10, 0 <= y <= 100
|
||||
Loading…
Add table
Add a link
Reference in a new issue