从IPython控制台使用spyder时,我无法获得打开新窗口的图形。我已经复制了下面我使用的命令在打开spyder后立即出现在控制台窗口中的方式。该图形显示在控制台中,而不是打开一个带有散点图的新窗口。In [1]: import matplotlib.pyplot as pltOut[2]: <matplotlib.figure.Figure at 0xfdac6a0><matplotlib.figure
我是matplotlib新手,我试图为我通过函数read_API()从api下载的三个变量显示最后一小时数据的实时图表。这些数据是在熊猫的数据与DateTimeIndex。0.521157简化的代码是:import matplotlib.pyplotdframe.index.to_pydatetime(), dframe,marker='', li