在用Plot画图过程中,出现了这么一个错误:错误于plot.new() : figure margins too large,提示图片边界太大,以至于图片显示不出。
解决方法:
win.graph(width=4.875, height=2.5,pointsize=8)
在用Plot画图过程中,出现了这么一个错误:错误于plot.new() : figure margins too large,提示图片边界太大,以至于图片显示不出。
解决方法:
win.graph(width=4.875, height=2.5,pointsize=8)