Michael Krabbe Borregaard
Michael Krabbe Borregaard
I intended plotting to use `preorder` but might have implemented it wrong
Thanks a lot! I've added checkboxes for easy tracking.
Removing `plotly` as this is true for all backends
This should be fairly straightforward to fix - at least in PlotlyJS alone it works. MWE from @BoundaryValueProblems ```julia PlotlyJS.plot(scatter3d(;x=1:5, y=[1, 6, 3, 6, 1],z=1:5, mode="markers+text", name="Team A", textposition="top center",...
It's not implemented in Plots yet AFAIK. Shouldn't be too hard to do, but I've really had to tone down my time investment in Plots these last months
Yes, you can use the keyword `reuse = false`. I am leaving the issue open, as 1) this could be better documented, and 2) it appears to be broken on...
But generally, questions like this find a quicker response on https://gitter.im/tbreloff/Plots.jl , which is the preferred place for usage questions.
@tpapp See also the discussion here: https://github.com/peterkovesi/PerceptualColourMaps.jl/issues/4 @peterkovesi See also the discussion here: https://discourse.julialang.org/t/ann-fatou-jl-easily-share-julia-fractals/12278/25 and below :-)
Thanks for the heads up! I think for my purposes I may refactor my package to use normal Arrays at the moment, as performance is important. I'm not even sure...
Yes absolutely, but the values in the dicts are indices that become invalidated by the view, right? Or am I misunderstanding the design?