Skip to content
Snippets Groups Projects
Commit 67156abe authored by Daniel's avatar Daniel
Browse files

Merge branch 'master' into development

parents 38d758b9 b3f70307
No related branches found
No related tags found
No related merge requests found
File added
docs/model_structure.png

1.01 MiB

Source diff could not be displayed: it is too large. Options to address this: view the blob.
File added
docs/persefonejl_logo_v3_large.png

86.5 KiB

This diff is collapsed.
docs/src/assets/screenshot.png

459 KiB | W: | H:

docs/src/assets/screenshot.png

457 KiB | W: | H:

docs/src/assets/screenshot.png
docs/src/assets/screenshot.png
docs/src/assets/screenshot.png
docs/src/assets/screenshot.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -56,9 +56,9 @@ function populationtrends(model::SimulationModel)
update_theme!(palette=(color=cgrad(:seaborn_bright, ncolors),), cycle=[:color])
f = Figure()
dates = @param(core.startdate):@param(core.enddate)
axlimits = (1, length(dates), 0, maximum(pops[!,:Abundance]))
ax = Axis(f[1,1], xlabel="Date", ylabel="Population size",
limits=((1, length(dates)), nothing), xticks = gettickmarks(dates))
#XXX Y axis doesn't reach 0?
limits=axlimits, xticks=gettickmarks(dates))
for s in @param(nature.targetspecies)
points = @select!(@subset(pops, :Species .== s), :Abundance)
iszero(size(points)[1]) && continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment