作者 张俊红
本文为CDA 志愿者张俊红原创作品,转载需授权
01|Figure和Subplot:
matplotlib的图像都位于figure对象中,相当于一块画布。figure的属性figsize是用来设置figure的大小的。subplot是用来存放坐标系的,一个figure中可以有多个subplot。
%matplotlib inline
import matplotlib.pyplot as plt
from numpy.random import randn
2022年08月30日
作者 张俊红
本文为CDA 志愿者张俊红原创作品,转载需授权
01|Figure和Subplot:
matplotlib的图像都位于figure对象中,相当于一块画布。figure的属性figsize是用来设置figure的大小的。subplot是用来存放坐标系的,一个figure中可以有多个subplot。
%matplotlib inline
import matplotlib.pyplot as plt
from numpy.random import randn
Powered By
Copyright Your WebSite.Some Rights Reserved.