Skip to content

Commit

Permalink
Add import to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
echedey-ls committed Nov 6, 2022
1 parent d152224 commit 7641a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot-examples.py
Expand Up @@ -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))
Expand Down

0 comments on commit 7641a70

Please sign in to comment.