You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using abmplot(...) there is often a colobar with the heatmap. One can pass kwargs such as the color into this function.
Suppose I am setting up a plot and using the heatkwargs variable, perhaps I can put label here? Then if it is present the plot adds a label to the colorbar.
When using
abmplot(...)
there is often a colobar with the heatmap. One can pass kwargs such as the color into this function.Suppose I am setting up a plot and using the
heatkwargs
variable, perhaps I can putlabel
here? Then if it is present the plot adds a label to the colorbar.Describe the solution you'd like
A clear and concise description of what you want to happen.
Here:
Agents.jl/ext/AgentsVisualizations/src/abmplot.jl
Lines 180 to 193 in 626e605
and here:
Agents.jl/ext/AgentsVisualizations/src/abmplot.jl
Lines 96 to 132 in 626e605
I just make my own plot for these situation and do not use the abmplot function.
The text was updated successfully, but these errors were encountered: