예제 #1
0
 def __init__(self, Plotter, twinx):
     PlotBase.__init__(self, Plotter, twinx)
예제 #2
0
파일: bar.py 프로젝트: Qmole/mpl_easy
 def __init__(self, Plotter, twinx):
     PlotBase.__init__(self, Plotter, twinx)
예제 #3
0
 def __init__(self, Plotter):
     PlotBase.__init__(self, Plotter)
예제 #4
0
파일: line.py 프로젝트: Qmole/mpl_easy
 def __init__(self, Plotter):
     PlotBase.__init__(self, Plotter)