多项选择题

以下哪种方式可用于matplotlib(import matplotlib.pyplot as plt;fig=plt.figure())创建子图()

A.fig.add_subplot()
B.plt.subplot()
C.fig,axes=plt.subplots()
D.plt.GridSpec()

微信扫码免费搜题