Answers for "how to increase label size in matplotlib"

3

label size matplotlib

plt.xlabel("Time (s)", fontsize = 40)
Posted by: Guest on July-01-2020
2

matplotlib text too small

import matplotlib.pyplot as plt
plt.rcParams.update({'font.size': 22})
Posted by: Guest on April-27-2020

Code answers related to "how to increase label size in matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language