[will write more details here]
the obvious next step is provide a nice API to generate subplots, as in matlab / matplotlib etc
Ideally:
- simple things should be easy to do in the API, eg:
let plots = createGrid(numPlots = 10, numPlotsPerRow = 3); plots[0] = ...
- more complex use cases should be feasible, eg support use case where user has his own html and asks plotly to fill in a div with a Plot
note
[will write more details here]
the obvious next step is provide a nice API to generate subplots, as in matlab / matplotlib etc
Ideally:
let plots = createGrid(numPlots = 10, numPlotsPerRow = 3); plots[0] = ...note