-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
violin with more series than datapoints per series causes error #121
Comments
|
|
The error is thrown here: This line should make if !(typeof(x) <: UnitRange)
x = [getindex(x, plotattributes[:series_plotindex])]
else
x = plotattributes[:series_plotindex])
end which I think should do the right thing in principle, but it's erroring further into the Plots pipeline. I don't have time to check this further right now. |
The bug was introduced in #95 |
The text was updated successfully, but these errors were encountered: