コード例 #1
0
 def initDemo(self):
     gClear(self)
     gClear(self.dataview)
     self.data = []
     self.drawExample(self.tilex, self.tiley)
     graph.xGraphLimits(self.start, self.end, self)
     graph.yGraphLimits(self.start, self.end, self)
     graph.graphPointsOnly(self)
     graph.xTickmarks(1, self)
     graph.yTickmarks(1, self)
     graph.gridGraph(5, self)
コード例 #2
0
 def initDemo(self):
     gClear(self)
     gClear(self.dataview)
     self.data = []
     self.drawExample(self.tilex, self.tiley)
     graph.xGraphLimits(self.start, self.end, self)
     graph.yGraphLimits(self.start, self.end, self)
     graph.graphPointsOnly(self)
     graph.xTickmarks(1, self)
     graph.yTickmarks(1, self)
     graph.gridGraph(5, self)