We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When multiple addplots exists in a panel, their label overlaps.
To Reproduce
data["col1"] = np.random.rand(len(data)) data["col2"] = np.random.rand(len(data)) addplots = [ mpf.make_addplot(data["col1"], label="col1", panel=1), mpf.make_addplot(data["col2"], label="col2", panel=1) ] mpf.plot(data, type="candle", addplot=addplots)
Expected behavior legends should be vertical stacked
Screenshots
Additional context if panel=0, it's all ok.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When multiple addplots exists in a panel, their label overlaps.
To Reproduce
Expected behavior
legends should be vertical stacked
Screenshots
Additional context
if panel=0, it's all ok.
The text was updated successfully, but these errors were encountered: