diff --git a/README.md b/README.md index 6b188e4..cb07db0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ pip install pdistmap ## How to use it +### Method 1 + ```python from pdistmap.intersection import KDEIntersection @@ -27,8 +29,5 @@ KDEIntersection(A,B).intersection_area(plot = True) ``` -![Sample Image](KDE_Plot.png) - - - +![Sample Image](artifact/KDE_Plot.png) diff --git a/KDE_Plot.png b/artifact/KDE_Plot.png similarity index 100% rename from KDE_Plot.png rename to artifact/KDE_Plot.png