ui.gadgets.plot: use easy-help
parent
beff592f76
commit
c181056ed2
|
@ -1,25 +1,38 @@
|
||||||
|
|
||||||
USING: kernel quotations arrays sequences math math.ranges fry
|
USING: kernel quotations arrays sequences math math.ranges fry
|
||||||
opengl opengl.gl ui.render ui.gadgets.cartesian processing.shapes
|
opengl opengl.gl ui.render ui.gadgets.cartesian processing.shapes
|
||||||
accessors ;
|
accessors
|
||||||
|
help.syntax
|
||||||
|
easy-help ;
|
||||||
|
|
||||||
IN: ui.gadgets.plot
|
IN: ui.gadgets.plot
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
! Examples:
|
ARTICLE: "ui.gadgets.plot" "Plot Gadget"
|
||||||
!
|
|
||||||
! <plot> [ sin ] add-function gadget.
|
Summary:
|
||||||
!
|
|
||||||
! <plot>
|
A simple gadget for ploting two dimentional functions.
|
||||||
! [ sin ] red function boa add-function
|
|
||||||
! [ cos ] blue function boa add-function
|
Use the arrow keys to move around.
|
||||||
! gadget.
|
|
||||||
!
|
Use 'a' and 'z' keys to zoom in and out. ..
|
||||||
!
|
|
||||||
! Use the arrow keys to move around.
|
Example:
|
||||||
!
|
|
||||||
! Use 'a' and 'z' keys to zoom in and out.
|
<plot> [ sin ] add-function gadget. ..
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
<plot>
|
||||||
|
[ sin ] red function boa add-function
|
||||||
|
[ cos ] blue function boa add-function
|
||||||
|
gadget. ..
|
||||||
|
|
||||||
|
;
|
||||||
|
|
||||||
|
ABOUT: "ui.gadgets.plot"
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue