Skip to content

Instantly share code, notes, and snippets.

@AayushSameerShah
Last active June 5, 2021 07:38
Show Gist options
  • Save AayushSameerShah/9af4f3bb8c5ad9015a75b2ab5c10c2f5 to your computer and use it in GitHub Desktop.
Save AayushSameerShah/9af4f3bb8c5ad9015a75b2ab5c10c2f5 to your computer and use it in GitHub Desktop.
Setting global font settings ...
rcParams['font.family'] = 'sans-serif'
rcParams['font.sans-serif'] = ['Tahoma']
COLOR = 'blue'
mpl.rcParams['text.color'] = COLOR
mpl.rcParams['axes.labelcolor'] = COLOR
mpl.rcParams['xtick.color'] = COLOR
mpl.rcParams['ytick.color'] = COLOR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment