Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

seaborn boxplot (both categorical and numeric data)

sns.boxplot(x= 'cylinders',y='log_Kilometer_per_liter',data = data_1,palette = 'rainbow')# palette is for colour
Source by colab.research.google.com #
 
PREVIOUS NEXT
Tagged: #seaborn #boxplot #categorical #numeric
ADD COMMENT
Topic
Name
1+5 =