You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the plot function uses Plotly for rendering. We previously used Vega-lite and had a fairly nice, flexible plot function API. We have not yet reimplemented that API using Plotly. Also, Vegalite-2.0 which has come out since this switch has many of the interactive features that Plotly has (e.g. https://vega.github.io/vega-lite/examples/selection_translate_scatterplot_drag.html).
Rather than, make a definitive choice to either of these options, or reinvent an API for our plot function. The suggestion has been made to simply provide a plotly function that exposes the Plotly declaritive API. See:
Currently the
plot
function uses Plotly for rendering. We previously used Vega-lite and had a fairly nice, flexibleplot
function API. We have not yet reimplemented that API using Plotly. Also, Vegalite-2.0 which has come out since this switch has many of the interactive features that Plotly has (e.g. https://vega.github.io/vega-lite/examples/selection_translate_scatterplot_drag.html).Rather than, make a definitive choice to either of these options, or reinvent an API for our
plot
function. The suggestion has been made to simply provide aplotly
function that exposes the Plotly declaritive API. See:stencila/stencila#515
stencila/stencila#616
The text was updated successfully, but these errors were encountered: