Skip to content

Commit 95e977a

Browse files
authored
Updated README.md again
to use iris.png from local branch and not the master branch for some reason...
1 parent e2aaf0a commit 95e977a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ iris_dabest = dabest.load(data=iris, x="species", y="petal_width",
9393
# Produce a Cumming estimation plot.
9494
iris_dabest.mean_diff.plot();
9595
```
96-
![A Cumming estimation plot of petal width from the iris dataset](https://github.com/ACCLAB/DABEST-python/blob/master/iris.png)
96+
![A Cumming estimation plot of petal width from the iris dataset](iris.png)
9797

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

0 commit comments

Comments
 (0)