Skip to content

Commit

Permalink
Updated image path and formatted the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanguha committed Sep 18, 2024
1 parent a96e867 commit fcea559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pip install pdistmap

## How to use it

### Method 1

```python

from pdistmap.intersection import KDEIntersection
Expand All @@ -27,8 +29,5 @@ KDEIntersection(A,B).intersection_area(plot = True)

```

![Sample Image](KDE_Plot.png)



![Sample Image](artifact/KDE_Plot.png)

File renamed without changes

0 comments on commit fcea559

Please sign in to comment.