Skip to content

Instantly share code, notes, and snippets.

@parulnith
Created September 16, 2021 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parulnith/1442f79ddbbd2aa9ccc6f7bc3eed186e to your computer and use it in GitHub Desktop.
Save parulnith/1442f79ddbbd2aa9ccc6f7bc3eed186e to your computer and use it in GitHub Desktop.
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