Answers for "python Is there any way to increase the font size for title, axes, and lines?"

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 "python Is there any way to increase the font size for title, axes, and lines?"

Python Answers by Framework

Browse Popular Code Answers by Language