Answers for "setting the scale of graphs in pyplot"

0

adjust size of plot

import matplotlib.pyplot as plt
plt.rcParams["figure.figsize"] = (20,3)
Posted by: Guest on July-22-2021

Code answers related to "setting the scale of graphs in pyplot"

Python Answers by Framework

Browse Popular Code Answers by Language