Skip to content

Commit 09abcda

Browse files
anbariefDaniel Goldfarb
authored andcommitted
Removing TODO comment
Remove the comment `` # ---------------------------------------------------------------------- # TODO: Add some warnings, or raise an exception, if external_axes_mode # and user is trying to figscale, figratio, or figsize. # ----------------------------------------------------------------------`` Since this TODO has been done in line 420.
1 parent e3feb07 commit 09abcda

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mplfinance/plotting.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -442,11 +442,6 @@ def plot( data, **kwargs ):
442442
else:
443443
raise TypeError('style should be a `dict`; why is it not?')
444444

445-
# ----------------------------------------------------------------------
446-
# TODO: Add some warnings, or raise an exception, if external_axes_mode
447-
# and user is trying to figscale, figratio, or figsize.
448-
# ----------------------------------------------------------------------
449-
450445
if not external_axes_mode:
451446
fig = plt.figure()
452447
_adjust_figsize(fig,config)

0 commit comments

Comments
 (0)