Skip to content

Commit 2838c49

Browse files
authored
Merge pull request #1 from anbarief/anbarief-patch-1
Removing TODO comment
2 parents e4b2574 + dea75a6 commit 2838c49

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)