Yoann Cartier
Yoann Cartier
Are there any news regarding hoverlabel.borderwidth attribute ? As mentioned by @etpinard (in 2018), hoverlabel.bordercolor already exists, but we're unable to change the width... Or is there any workaround for...
Thanks for your reply @AayushSabharwal. I've edited the post to add the `[tunable = false]` to parameters I want constant (in the sense I can change their value but they...
It seems that it is related to solve time that is different: ```julia println("PDE prob_single solve:") @btime sol = solve(prob_single, Tsit5(), saveat=0.1); println("PDE prob_generic solve:") @btime sol = solve(prob_generic, Tsit5(),...