diff --git a/examples/plot-examples.py b/examples/plot-examples.py index 408ab85..63ade38 100644 --- a/examples/plot-examples.py +++ b/examples/plot-examples.py @@ -2,7 +2,7 @@ import numpy as np import matplotlib.pyplot as plt - +import scienceplots def model(x, p): return x ** (2 * p + 1) / (1 + x ** (2 * p))