George Datseris
George Datseris
Yeah I ended up finding this function eventually. It should be more exposed and definitely actuially run in the docs, so that users can see the output. However, I would...
`CairoMakie.activate!(px_per_unit=3)` is **exactly** what I wanted, but it doesn't work yet with video! Thanks for the PR!
Yes, you are right, you can in this way, but that's not what I was thinking :D I could be just dead wrong and `Iterators.drop(axes(data, 2), 1)` is more intuitive...
(note: I am fully aware of the new movement of stopping to use 1-based indexing when writing source code which is of course a good idea. What I am putting...
Hi, happy to help, but what is the exact question I should be answering? > Agents.jl considers it a feature to have a boolean model state to tell whether a...
No, the GUI app does not check if the "model has completed the run", because as I said above, in Agents.jl this concept is not a property of the model....
> I do think that the simulation in the interactive GUI ought to stop if all agents are happy / the forest fire has stopped. Sure, that makes sense for...
Well, I could use that, but which mime type is documenter using, and which mime type is the "console"? Dataframes print fine on the console, but not on documenter. So...
I get the same issue. These lines came from a long back and forth I had with @mortenpi about how to theme your own docs and they are what allows...
It is used in DynamicalSystems.jl to provide a rather convenient function that returns fixed points and their stability for a given dynamical system: https://juliadynamics.github.io/DynamicalSystems.jl/dev/chaos/periodicity/#Fixed-points