From e1c0e243e2d8c75fa9bb517f018e02ea5695b264 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 22 Jun 2024 19:54:46 +0530 Subject: [PATCH] Rename SeabornPlotting .md to seaborn-plotting.md --- .../{SeabornPlotting .md => seaborn-plotting.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename contrib/plotting-visualization/{SeabornPlotting .md => seaborn-plotting.md} (99%) diff --git a/contrib/plotting-visualization/SeabornPlotting .md b/contrib/plotting-visualization/seaborn-plotting.md similarity index 99% rename from contrib/plotting-visualization/SeabornPlotting .md rename to contrib/plotting-visualization/seaborn-plotting.md index 0e219c4..0a3d005 100644 --- a/contrib/plotting-visualization/SeabornPlotting .md +++ b/contrib/plotting-visualization/seaborn-plotting.md @@ -235,4 +235,4 @@ plt.show() ``` ![Alt text](/images/plot_images/image16.png) -Seaborn is a versatile library that simplifies the creation of complex visualizations. By using Seaborn's plotting functions, you can create a wide range of statistical graphics with minimal effort. Whether you're working with relational data, categorical data, or distributions, Seaborn provides the tools you need to visualize your data effectively. \ No newline at end of file +Seaborn is a versatile library that simplifies the creation of complex visualizations. By using Seaborn's plotting functions, you can create a wide range of statistical graphics with minimal effort. Whether you're working with relational data, categorical data, or distributions, Seaborn provides the tools you need to visualize your data effectively.