Answers for "change the text size of a plot"

2

matplotlib change text size

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

Code answers related to "change the text size of a plot"

Python Answers by Framework

Browse Popular Code Answers by Language