Skip to content

Commit

Permalink
Added images to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonB00 committed Sep 29, 2022
1 parent 7308755 commit 2cc9cb0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CLUE takes 4 parameters in input:
This library generalizes the original algorithm, making it N-dimensional.

<p align="center">
<img src="./plot2d.png" width="300" height="300"> <img src="./plot3d.png" width="300" height="300">
<img src="./images/plot2d.png" width="300" height="300"> <img src="./images/plot3d.png" width="300" height="300">
</p>

The C++ code is binded using PyBind11, and the module is created locally during the installation of the library.
Expand All @@ -39,5 +39,5 @@ clust.runCLUE()
clust.clusterPlotter()
```
<p align="center">
<img src="./blobwithnoise.png" width="400" height="400">
</p>
<img src="./images/blobwithnoise.png" width="400" height="400">
</p>
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 2cc9cb0

Please sign in to comment.