Skip to content

Instantly share code, notes, and snippets.

@MemphisMeng
Created January 3, 2021 16:52
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 MemphisMeng/0ba8d4ca83761ee5644961b407ec9ad8 to your computer and use it in GitHub Desktop.
Save MemphisMeng/0ba8d4ca83761ee5644961b407ec9ad8 to your computer and use it in GitHub Desktop.
import numpy as np # linear algebra
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
import base64
import os
import re
import math
from matplotlib.offsetbox import OffsetImage, AnnotationBbox
import matplotlib as mpl
import matplotlib.pyplot as plt
import matplotlib.patches as patches
! pip install mplcyberpunk
import mplcyberpunk
plt.style.use("cyberpunk")
import warnings
warnings.filterwarnings('ignore')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment