You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> scatter([Point(1,1)], color=1., colorrange=(2., 3.))
ERROR: MethodError: Cannot `convert` an object of type
Vector{MakieCore.Automatic} to an object of type
Union{ColorTypes.RGBA{Float32}, Vector{ColorTypes.RGBA{Float32}}}
Seems like a good situation to add an explicit check and useful error. (As a side note, I've found bad error messages to be a common problem with this package)
The text was updated successfully, but these errors were encountered:
Seems like a good situation to add an explicit check and useful error. (As a side note, I've found bad error messages to be a common problem with this package)
The text was updated successfully, but these errors were encountered: