Skip to content

Commit 7faa0bb

Browse files
committed
Chinses color filter should be an UI options, not the default
1 parent 32e6c7f commit 7faa0bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

finplotWindow.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,11 @@ def createPlotWidgets(self, timeframe):
7373

7474
def drawCandles(self):
7575

76-
fplt.candlestick_ochl(self.data['Open Close High Low'.split()], ax=self.ax0,colorfunc=chinese_price_colorfilter)
76+
fplt.candlestick_ochl(self.data['Open Close High Low'.split()], ax=self.ax0 ) # colorfunc=chinese_price_colorfilter
7777

7878
#self.hover_label = fplt.add_legend('', ax=self.ax0)
7979
#fplt.set_time_inspector(self.update_legend_text, ax=self.ax0, when='hover', data=data)
8080

81-
8281
# Inside plot widget controls
8382
#self.createControlPanel(self.ax0.ax_widget)
8483
pass

0 commit comments

Comments
 (0)