コード例 #1
0
 def set_y_axis_right(self,
                      stroke=None,
                      tick_length=None,
                      colour=None,
                      grid_colour=None,
                      labels=None,
                      max=None,
                      min=None,
                      steps=None,
                      offset=None):
     self['y_axis_right'] = y_axis(stroke, tick_length, colour, grid_colour,
                                   labels, max, min, steps, offset)
コード例 #2
0
ファイル: openFlashChart.py プロジェクト: nyuhuhuu/trachacks
 def set_y_axis_right(self, stroke = None, tick_length = None, colour = None, grid_colour = None, labels = None, max = None, min = None, steps = None, offset = None):
     self['y_axis_right'] = y_axis(stroke, tick_length, colour, grid_colour, labels, max, min, steps, offset)