hbsmith
hbsmith
I'm not sure if this is an issue of me not understanding how Requires.jl works; it not being implemented correctly in this repo; or something else, but I have a...
**Is your feature request related to a problem? Please describe.** Problem: It's not obvious that the default behavior of Agents.jl is that when you add an Agent to your model,...
- [x ] Searched existing issues to avoid creating duplicates. - [x ] Confirmed that it can be reproduced in built-in themes without customized css. If it only exists in...
Is it possible to customize the axis labels of individual subplots when a plot is constructed using subplot_grid? I can't for the life of me figure out how to make...
I'm trying to make violin plot versions of the boxplots which are displayed as p2 here: https://gadflyjl.org/stable/gallery/geometries/#[Geom.boxplot](@ref) My expectation is that `:color` in a violin plot would would like it...
Currently 3D hover inspection is broken. Minimal non working example: ``` using Agents, Plots, Random, GLMakie @agent struct Dummy(ContinuousAgent{3,Float64}) speed::Float64 end function setup(; n_agents = 100, extent = (100, 100,...
Currently there's a bug in Agents where trying to hover inspect a 2D continuous plot throws a DimensionMismatch error. This seems analogous to #1090 , fixed in #1092 . You...