-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Incorrect error message when types of arrays differ #64
Comments
This is not a simple case of error message, unfortunately. Likely this is interpreted as "plot 10 series, each x[i] vs data". I'll see if I can improve the dispatch logic to check for numeric vectors without types, but that implies I'd need to make a pass though the data to check each type... Not ideal.
|
reexport Plots - fixes JuliaPlots#64
This happens sometimes when I do list comprehensions in global scope and type inference fails:
The vectors here are obviously of the same length so maybe the error message can be tweaked?
The text was updated successfully, but these errors were encountered: