go-plotly icon indicating copy to clipboard operation
go-plotly copied to clipboard

The goal of the go-plotly package is to provide a pleasant Go interface for creating figure specifications which are displayed by the plotly.js JavaScript graphing library.

Results 6 go-plotly issues
Sort by recently updated
recently updated
newest added

Would it be difficult to render the figure to a static image like in the examples in https://plotly.com/python/renderers/

First off, I'd just like to thank you for all the work you've done on this project. I just started using it and it's been really useful. In the project...

this is an attempt to implement arrayok types. This example just covers float64, but it should be easy to extrapolate to any other type. The idea is that if the...

@MetalBlueberry as requested, separated out in a separate PR the change to enable array types as in JS