Created
January 3, 2021 16:52
-
-
Save MemphisMeng/0ba8d4ca83761ee5644961b407ec9ad8 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 # 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