About the Graph Interface built with the JavaScript library d3.js
- Translate/Pan: drag on the graph canvas.
- Zoom in: double-click or swipe up with two fingers
- Zoom out: shift-double-click or swipe down with two fingers
- Re-scale and axis: drag on one of the X or Y axis numeric labels
- Select data point: click on a data point to select it
- Change data point: drag a selected data point to change it's value
- Delete data point: select data point and press the delete or backspace key
- Add data point: hold ALT/Option key down and click an empty area of the graph to add a data point
References
Self organized criticality in earth systems By Stefan Hergarten, page 94
On the avalanche size distribution in the BTW model
Getting a browser that supports JavaScript Typed Arrays
On some browsers using JavaScript Typed Arrays may be faster than using regular JavaScript Arrays. Typed Arrays are available in browsers that are WebGL-enabled. Get more information about whether your browser supports WebGL here: http://get.webgl.org/.