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

Lines changed: 1 addition & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy