Skip to content

Commit 3f36111

Browse files
Merge pull request #504 from anbarief/master
Removing a TODO comment in `plotting.py`
2 parents e4b2574 + 2838c49 commit 3f36111

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mplfinance/plotting.py

-5
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)