Spencer Lyon
Spencer Lyon
Grr I thought we had solved this one. Is there any way you can create a minimal example from your more complex app that we could look at? It’s hard...
Thank you for posting this here. I would be totally happy to define a global object and add my extra js routines there.
I don't know implications of all the different options and am happy to defer to @travigd and @shashi expertise here. lol in other words I am happy to do whatever...
That might be easier than trying to inject/attach it. I could just have my few functions be another dependency like plotly.js
The savefig methods work with a plot, but not just the array of traces. Can you try: ```julia p = plot(plot_traces, style=boxplot_style) savefig(p, "test.pdf") ``` ?
Hmm, this is quite strange. I can't see anything really informative in that error message. I'm pretty new to the Artifacts tooling, perhaps someone like @staticfloat would be able to...
Hmm, I'm seeing this too. That's odd. I'll try to find time to dig into it. In the meantime if you run ``` open ~/.julia/v0.6/PlotlyJS/deps/schema.html ``` in your terminal, it...
We don't have a built in way to do this, but would be open to accepting a contribution. If you are comfortable reading Python code, you can find ([here](https://github.com/plotly/plotly.py/blob/519e0ab32b2164583f78b51168ce3412c08334e5/plotly/figure_factory/_quiver.py)) the...
Great! I think leaving a note here would be helpful for anyone else that comes looking for this functionality.
Thanks @ghuba