如果我在 matplotlib 中初始化我的图形,myfigure=Figure((5.0, 4.0), dpi=100)为什么我不能使用figlegend(handles,labels,'upper center')?为什么我通常不能使用适用的功能myfigure = plt.figure()?(如果我像进口一样from matplotlib import pyplot as plt)
如果我可以,我会怎么做?
问候
如果我在 matplotlib 中初始化我的图形,myfigure=Figure((5.0, 4.0), dpi=100)为什么我不能使用figlegend(handles,labels,'upper center')?为什么我通常不能使用适用的功能myfigure = plt.figure()?(如果我像进口一样from matplotlib import pyplot as plt)
如果我可以,我会怎么做?
问候