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(rand(3), rand(3); color = (Cycled(1), 0.05))
Error showing value of type Makie.FigureAxisPlot:
ERROR: MethodError: no method matching to_color(::Cycled)
Closest candidates are:
to_color(::Number) at C:\Users\m300808\.julia\packages\Makie\Ppzqh\src\conversions.jl:763
to_color(::ColorTypes.Colorant) at C:\Users\m300808\.julia\packages\Makie\Ppzqh\src\conversions.jl:764
to_color(::Makie.AbstractPattern) at C:\Users\m300808\.julia\packages\Makie\Ppzqh\src\conversions.jl:769
...
I'd expect this to be the way of making a color from the color cycle transparent.
The text was updated successfully, but these errors were encountered:
MWE
I'd expect this to be the way of making a color from the color cycle transparent.
The text was updated successfully, but these errors were encountered: