文章标题

来源:互联网 发布:淘宝主图背景图创意图 编辑:程序博客网 时间:2024/06/03 11:27
  1. plot(self, *args, **kwargs)
    def plot(self,ax,ay,colour):
    ”’#最常用的绘图命令plot, ”’

    self.axes.grid()

    self.axes.plot(ax,ay,colour)self.UpdatePlot()

    plot(x1, y1, x2, y2, antialised=False) ##画多条曲线
    plot(x, y, color=’green’, linestyle=’dashed’, marker=’o’, markerfacecolor=’blue’, markersize=12).

原创粉丝点击