Notes on reconnoiter graphs math
I plan on doing some further work on this once I’ve got internet at home again. But for now.
The source and display math uses RPN. There is a list of the functions on this mailing list post:
http://lists.omniti.com/pipermail/reconnoiter-users/2010-July/000467.html
Or you can check:
https://labs.omniti.com/labs/reconnoiter/browser/trunk/ui/web/lib/Reconnoiter_RPN.php
So far I’m working on the ones I can see in Theo’s OSCON presentation video:
- | auto | Auto scales the numeric values. e.g. 1000 becomes 1k |
- | round | Round to the decimal place, takes a numeric argument e.g. 2,round |
As I continue to play with the graphs in reconnoiter I will add more examples.