From fcea559a94751446fbd62e30d06a6e658ce86c88 Mon Sep 17 00:00:00 2001 From: Rehan Guha Date: Thu, 19 Sep 2024 00:02:29 +0530 Subject: [PATCH] Updated image path and formatted the code. --- README.md | 7 +++---- KDE_Plot.png => artifact/KDE_Plot.png | Bin 2 files changed, 3 insertions(+), 4 deletions(-) rename KDE_Plot.png => artifact/KDE_Plot.png (100%) 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