Skip to content

Instantly share code, notes, and snippets.

@parulnith
Created September 16, 2021 01:07
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