Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix figure signatures #198

Merged
merged 12 commits into from
Sep 16, 2023
Prev Previous commit
Next Next commit
Fix world3_03
aurorarossi committed Sep 15, 2023
commit a2366da6b8bd50b71f67de0a0463df2061f4c093
6 changes: 6 additions & 0 deletions src/World3_03/world3_03/plots.jl
Original file line number Diff line number Diff line change
@@ -55,6 +55,8 @@ end
@variables t

"""
fig_scenario1a(; kwargs...)

Reproduce the first subfigure of _Scenario 1_ from Chapter 4, page 169, in [LtG30y](https://web.archive.org/web/20220308214339/https://systemdynamics.org/product/affiliate-limits-to-growth-the-30-year-update/).

Caption: **Scenario 1: A Reference Point**
@@ -67,6 +69,8 @@ As they fall, food and health services are reduced, decreasing life expectancy a
fig_scenario1a(; kwargs...) = plotvariables(scenario1solution(), (t, 1900, 2100), _variables_a(); title="Scenario 1 - State of the World", kwargs...)

"""
fig_scenario1b(; kwargs...)

Reproduce the second subfigure of _Scenario 1_ from Chapter 4, page 169, in [LtG30y](https://web.archive.org/web/20220308214339/https://systemdynamics.org/product/affiliate-limits-to-growth-the-30-year-update/).

Caption: **Scenario 1: A Reference Point**
@@ -79,6 +83,8 @@ As they fall, food and health services are reduced, decreasing life expectancy a
fig_scenario1b(; kwargs...) = plotvariables(scenario1solution(), (t, 1900, 2100), _variables_b(); title="Scenario 1 - Material Standard of Living", kwargs...)

"""
fig_scenario1c(; kwargs...)

Reproduce the third subfigure of _Scenario 1_ from Chapter 4, page 169, in [LtG30y](https://web.archive.org/web/20220308214339/https://systemdynamics.org/product/affiliate-limits-to-growth-the-30-year-update/).

Caption: **Scenario 1: A Reference Point**