Skip to content

Commit a4561a8

Browse files
update comment
1 parent b251fa7 commit a4561a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mplfinance/plotting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,8 @@ def plot( data, **kwargs ):
783783
_addplot_apply_supplements(ax,apdict,xdates)
784784
if apdict["label"]: # not supported for aptype == 'ohlc' or 'candle'
785785
contains_legend_label.append(ax)
786-
for ax in set(contains_legend_label): # there will be duplicates,
787-
ax.legend() # but its ok to call ax.legend() multiple times
786+
for ax in set(contains_legend_label): # there might be duplicates
787+
ax.legend()
788788

789789
# fill_between is NOT supported for external_axes_mode
790790
# (caller can easily call ax.fill_between() themselves).

0 commit comments

Comments
 (0)