Seaborn: Statistical Data Visualization
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4CU1hP_O24L2h6jMSXGxt4By2RMlvEM18AP1kgLiuU6k5JTIZDkGcinpaxiyvsmtqw5IlAY3dhDWYIFjXt8nY2vSgl97zK1JUGwxME4BDZNeMP4U-wgd4T-GbI5g8LLJDKTcM2Y1vvQk/w655-h984/dvpython.jpg)
Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. import seaborn as sns import matplotlib.pyplot as plt from matplotlib import style style . use ( 'ggplot' ) dv = cd . diagnosis # dependent variable # M or B list = [ 'id' , 'diagnosis' ] iv = cd . drop ( list , axis = 1 ) # independent variable iv . head () radius_mean texture_mean perimeter_mean area_mean smoothness_mean compactness_mean concavity_mean concave points_mean symmetry_mean fractal_dimension_mean ... radius_worst texture_worst perimeter_worst area_worst smoothness_worst compactness_...