We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8d002 commit 71e73deCopy full SHA for 71e73de
src/mplfinance/plotting.py
@@ -170,7 +170,7 @@ def plot( data, **kwargs ):
170
config = _process_kwargs(kwargs, _valid_plot_kwargs())
171
172
if config['type'] in ['renko', 'pf', 'p&f'] and config['addplot'] is not None:
173
- err = "`addplot` is not supported for `type=" + config['type'] +"'`"
+ err = "`addplot` is not supported for `type='" + config['type'] +"'`"
174
raise ValueError(err)
175
176
style = config['style']
0 commit comments