Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed Apr 12, 2023
1 parent 0cfe84e commit ee3e4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ global_sensitivity, variable_interactions = pce.global_sensitivity()
quantiles = pce.quantile([0.25, 0.5, 0.75]) # 0.25, median, 0.75 quantile
```
There are also built in ploting functions (with matplotlib) for 1D data:
```ptyhon
```Python
from matplotlib import pyplot as plt
mean_stdev_plot(pce, ensemble=50)
quantile_plot(pce, bands=3, xvals=x, xlabel='$x$')
Expand Down

0 comments on commit ee3e4cf

Please sign in to comment.