예제 #1
0
파일: graph.py 프로젝트: FranSal/zipline
 def png(self):
     return display_graph(self, 'png')
예제 #2
0
파일: graph.py 프로젝트: FranSal/zipline
 def svg(self):
     return display_graph(self, 'svg')
예제 #3
0
 def svg(self):
     return display_graph(self, 'svg')
예제 #4
0
파일: graph.py 프로젝트: FranSal/zipline
 def jpeg(self):
     return display_graph(self, 'jpeg')
예제 #5
0
 def png(self):
     return display_graph(self, 'png')
예제 #6
0
 def jpeg(self):
     return display_graph(self, 'jpeg')
예제 #7
0
파일: graph.py 프로젝트: testmana2/zipline
 def svg(self):
     return display_graph(self, "svg")
예제 #8
0
파일: graph.py 프로젝트: testmana2/zipline
 def png(self):
     return display_graph(self, "png")
예제 #9
0
파일: graph.py 프로젝트: testmana2/zipline
 def jpeg(self):
     return display_graph(self, "jpeg")