Advertisement
makispaiktis

Matplotlib Defaults

Sep 17th, 2024 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. plt.style.use("seaborn-whitegrid")
  2. plt.rc("figure", autolayout=True)
  3. plt.rc("axes", labelweight="bold", labelsize="large", titleweight="bold", titlesize=14, titlepad=10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement