[ANN] Announcing PlotlyLight.jl

Hey all!

I’d like to share a lightweight interface to create Plotly.js plots from Julia:

Since Plotly plots are generated from 3 JSON objects (data, layout, and config), we simply JSON3.write some EasyConfig.Configs and the rest is up to you. This lets you use Plotly’s javascript docs directly and makes the package core super small (currently 158 lines including inline docs!).

Some highlights are below. See the README for more details:

Cool Features:

43 Likes