1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
For version 0.6
1. Origin-like plot properties (script lines as a set of objects + properties for each object)
a) sort commands if it is possible (i.e. settings first, after it axis/box, after it curves, after it surfaces and 3D)!
b) each command -> line in list at first as text and later to option
c) add tree node for each subplot/inplot/columnplot/for/if/else/ifelse/next/endif and so on
d) try to find the object by color and place and switch to it:
* use mouse position + colors (for lines, text)
* order: lines, text, surface, (sub-|in-)plot
* if no object then try find closest color (due to smoothing)
* the command should return the bounding box.
* there are 3 common: subplot && bounding box && z-plane
* 'text', '?label' can be difficult (->Width() ->Height())
* for axis the bounding box is subplot
3. Calculator ??? + like PocketMK ???
* keyword is 'calc data' && 'endcalc' text inside is PocketMK program for specified data
* should support numbers as is!!!
4. splash screen at opening (especcially during font loading!) ???
5. User-defined commands (Linux only ?!) ???
6. Installer under windows ???
7. Dialog for insert filename ??? -- not need -- to be in plot properties
|