Created
September 16, 2021 01:07
-
-
Save parulnith/1442f79ddbbd2aa9ccc6f7bc3eed186e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import pandas as pd | |
import string | |
import matplotlib | |
import matplotlib.pyplot as plt | |
import seaborn as sns | |
sns.set(style='whitegrid', palette='muted', font_scale=1.2) | |
colors = ["#01BEFE", "#FFDD00", "#FF7D00", "#FF006D", "#ADFF02", "#8F00FF"] | |
sns.set_palette(sns.color_palette(colors)) | |
matplotlib.rcParams['figure.figsize'] = 12, 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment