Skip to content

Commit

Permalink
script to create images for book
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jul 30, 2024
1 parent 4d00e21 commit 8d3da2b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/create_doc_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@

# import
import os
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import matplotlib as mpl
import json
import ogzaf
import ogcore
from ogcore.parameters import Specifications
from ogcore import parameter_plots as pp
Expand Down Expand Up @@ -60,9 +56,6 @@
)
plt.savefig(os.path.join(plot_path, "fert_rates.png"), dpi=300)
# Mortality rates
import matplotlib.pyplot as plt
import ogcore.demographics as demog

mort_rates, _, fig = demog.get_mort(
totpers=100,
min_age=0,
Expand Down

0 comments on commit 8d3da2b

Please sign in to comment.