我开始使用matplotlib库来获取图形.但是当我使用"plot(x,y)"时,它会返回"未定义绘图".
要导入,我使用以下命令:
from matplotlib import *
有什么建议?
python
python ×1