Description Usage Arguments Value Examples
Function adds a new view to the stack frame. Multiple views can be added to one frame, but in this case every plot must be supplied with certain parameters to distiguish one view from another. In the case of single plot parameters are not necessary. For multiple views parameters will be automaticaly converted to UI controls like sliders and drop down lists.
1 2 3 4 5 6 7 8 |
frame |
A frame you want to commit. |
obj |
A data to commit. Data will be preprocessed by the handler but dependently on auto_push mode will be sent to server or not. If auto_push is False then the data won't be sent. Explicit push call need anyway to process committed data. auto_push is useful only in the case of multiple data objects in the stack frame, e.g. set of plots with settings. |
description |
Description of the data. |
params |
Parameters associated with this data, e.g. plot settings. |
handler |
A handler which can be specified in the case of custom content,
but by default it is |
... |
Optional parameters is an alternative to |
Changed frame.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.