Setting of size of the figure

后端 未结 0 870
北海茫月
北海茫月 2021-01-06 22:05

How to set the desired size of a figure, please?

import matplotlib.pyplot as plt

fig, ax = plt.subplots()
plt.rcParams["figure.figsize"] = [10, 10]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题