October 2018
Beginner to intermediate
676 pages
18h 30m
English
Import the required libraries, set the background style to dark, and enable color_codes to be mapped to seaborn colors when specified in Matplotlib format:
import matplotlib.pyplot as pltimport seaborn as snsfrom scipy.stats import pearsonrsns.set(style="dark", color_codes=True)
Read now
Unlock full access