Skip to content

Commit

Permalink
Fix matplotlib in multistrain model exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahCobey committed Jul 11, 2022
1 parent f89193e commit 804d50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/exercise/plot_two_strain_bd.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

################################################################### #
# Basic plot for two-strain SIR model:
# Bifurcation diagram for one parameter
Expand All @@ -6,7 +7,7 @@
import sys
import numpy as np
import matplotlib as mpl
mpl.use('TkAgg')
mpl.use('Agg')
from matplotlib.font_manager import FontProperties
import matplotlib.pyplot as plt
from two_strain import *
Expand Down

0 comments on commit 804d50e

Please sign in to comment.