Home » Science & Technology » Python Seaborn - 5|Creating VIOLIN PLOT in Python using Seaborn Library

Python Seaborn - 5|Creating VIOLIN PLOT in Python using Seaborn Library

Written By Learnerea on Monday, Oct 25, 2021 | 11:30 AM

 
Python Seaborn - 5|Creating VIOLIN PLOT in Python using Seaborn Library|Replacing BOX to horozontal lines or Sticks in VIOLIN PLOT| Changing Style of a VIOLIN PLOT This video covers: 00:00 - Introduction 02:36 - Importing all the required libraries 02:48 - Import the excel file 03:32 - Creating a basic VIOLINPLOT 04:07 - Creating VIOLINPLOT based on two categorical and one numerical variable 05:54 - Having hue variable in same VIOLIN 06:48 - Change the boxes of a VIOLINPLOT into a horizontal line 08:03 - Draw line for each observation in a VIOLINPLOT 08:52 - Changing the smootHing of VIOLINPLOT using BW arguement 09:26 - Cut out the extreme value in each of the VIOLINPLOT You can download the excel files used in this video using: File Name : supermarket_sales.xlsx URL : https://github.com/LEARNEREA/Python/tree/main/Data/Seaborn You can download the script created in this video using: File Name : 5.Seaborn_ViolinPlot.py URL : https://github.com/LEARNEREA/Python/tree/main/Scripts/Seaborn Seaborn Official website for Violin Plot: https://seaborn.pydata.org/generated/seaborn.violinplot.html #python #pythonforbeginners #VisualizationInPython #seaborn #visualizationUsingSeaborn #ViolinPlotUsingSeaborn