Last active
June 7, 2021 05:31
-
-
Save AayushSameerShah/bd20d6037f1c16b680b9b0931bf7955c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
plt.rcParams['axes.spines.left'] = False | |
plt.rcParams['axes.spines.right'] = False | |
plt.rcParams['axes.spines.top'] = False | |
plt.rcParams['axes.spines.bottom'] = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment