Skip to content

Commit

Permalink
Update readme image link
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkarls committed May 2, 2022
1 parent f82be19 commit 0bf3ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ axs[0].plot(ys_df.index, ys_df.to_numpy(), lw=1)
kde_df.plot(ax=axs[1])
fig.tight_layout()
```
![example_kde_df](examples/example_simple_kde_df.png)
![example_kde_df](https://github.com/rhkarls/kdlines/blob/main/examples/example_simple_kde_df.png)

0 comments on commit 0bf3ea2

Please sign in to comment.