James Hammond
Results
2
issues of
James Hammond
Running latest version of CairoMakie - [v0.5.10](https://github.com/JuliaPlots/CairoMakie.jl/releases/tag/v0.5.10) As in title. MWE to reproduce the error: ``` using CairoMakie, LaTeXStrings M = rand(10, 10) fig = Figure() ax = Axis(fig[1, 1])...
bug
I cannot resize a DDE problem using callbacks. I would appreciate if someone could check if they can replicate the error, please. MWE: ``` using DifferentialEquations # define simple DDE...