bardo84
bardo84
Hi, >PlotlyJS.jl package, which fills and resizes based on the Blink window or the VSCode Plot Pane size. Does not work for me. ``` using Plots plotlyjs() display(plot(sign.(randn(100, 4)), layout...
Thanks a lot @bradcarman ! Another reason to convert to Makie. Feels low-level with lots of controls. I am writing a linked subplots function. Not that difficult. The examples from...
with Julia 1.6.2 and MinGW64 I'm getting `Error using mex g++: error: c:\users\xxx\appdata\local\programs\julia-1.6.2\bin\libjulia.dll.a: No such file or directory` whereas library path is pointing to bin `julia> dlpath("libjulia.dll") "c:\\users\\xxx\\appdata\\local\\programs\\julia-1.6.2\\bin\\libjulia.dll"` Related to...