JuliaPlots / PlotlyKaleido.jl

MIT License
17 stars 5 forks source link

Fix passing user flags to kaleido executable #21

Closed bbejanov closed 2 months ago

bbejanov commented 2 months ago

This PR fixes passing user arguments to start.

For example, the following currently fails to correctly pass the desired offline path to plotlyjs to the kaleido executable. It is fixed by this PR.

PlotlyKaleido.start(plotlyjs="/path/to/plotly-latest.min.js")