Skip to content

Commit 43a3b54

Browse files
authored
Update README.md
add iris.png
1 parent b72da3e commit 43a3b54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ iris_dabest = dabest.load(data=iris, x="species", y="petal_width",
6868
# Produce a Cumming estimation plot.
6969
iris_dabest.mean_diff.plot();
7070
```
71+
![A Cumming estimation plot of petal width from the iris dataset](https://github.com/ACCLAB/DABEST-python/blob/master/iris.png)
7172

7273
Please refer to the official [tutorial](https://acclab.github.io/DABEST-python-docs/tutorial.html) for more useful code snippets.
7374

0 commit comments

Comments
 (0)