LoLab-MSM / pysb

Python framework for Systems Biology modeling [Lopez Lab Mods]
BSD 2-Clause "Simplified" License
6 stars 8 forks source link

Fix altered matplotlib API call #48

Closed alubbock closed 3 years ago

alubbock commented 3 years ago

Specifically, accepted values for the whis argument to matplotlib.pyplot.boxplot no longer includes the string literal 'range'. Instead, supply a tuple (0, 100), indicating the same thing with percentiles.