Drawing
Events
Bindings
Animation
Lasso
Rectangles
Chart
Images
Transitions
Assemblies
Frames
N-Dimensional Frames
N-Dimensional Scatter Plot
Network Explorer
Array explorer
Color chooser
Opacity Sliders
Edit polygon
Vector Field

This is an example page for the jp_doodle package.

jp_doodle makes implementing special purpose interactive visualizations easy.

Quick references: Javascript API; Python API.

Miscellaneous Demos: Image detail viewer..

These example pages use stand alone Javascript, but the code used to implement them can be transliterated to Python and implemented using Jupyter widgets (modulo some subtleties).
Please see the Jupyter notebooks in the package for additional discussion and documentation.
Please use Binder to easily run the Jupyter notebooks of the package.

Frames

Objects can be created in reference frames in order to share the same drawing order priority and the same coordinate system. All objects contained in a reference frame share the same translation and vector scaling with respect to the underlying canvas coordinate system. Changes or transitions to a reference frame geometry effect all objects contained in the frame.

In this demonstration drag the blue controls to change the parameters of the frame on the right.

Code

Discussion

Frame geometry effects the (x,y) positioning of reference points for objects in the frame but do not effect styling for objects.