예제 #1
0
파일: box.py 프로젝트: yangxhcaf/DataPlotly
 def name():
     return PlotType.tr('Box Plot')
예제 #2
0
 def name():
     return PlotType.tr('Ternary Plot')
예제 #3
0
 def name():
     return PlotType.tr('Scatter Plot')
예제 #4
0
 def name():
     return PlotType.tr('Polar Plot')
예제 #5
0
 def name():
     return PlotType.tr('Contour Plot')
예제 #6
0
 def name():
     return PlotType.tr('Histogram')
예제 #7
0
파일: pie.py 프로젝트: yaghout/DataPlotly
 def name():
     return PlotType.tr('Pie Chart')
예제 #8
0
 def name():
     return PlotType.tr('Violin Plot')
예제 #9
0
 def name():
     return PlotType.tr('Bar Plot')