We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4b2574 + 2838c49 commit 3f36111Copy full SHA for 3f36111
src/mplfinance/plotting.py
@@ -442,11 +442,6 @@ def plot( data, **kwargs ):
442
else:
443
raise TypeError('style should be a `dict`; why is it not?')
444
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
-
450
if not external_axes_mode:
451
fig = plt.figure()
452
_adjust_figsize(fig,config)
0 commit comments