Skip to content
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

Viz of TransformedGrid breaks when only 1 color is passed #1046

Closed
eliascarv opened this issue Sep 6, 2024 · 0 comments
Closed

Viz of TransformedGrid breaks when only 1 color is passed #1046

eliascarv opened this issue Sep 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@eliascarv
Copy link
Member

MWE:

julia> raster = NaturalEarth.naturalearth1("water") |> Upscale(20, 10);

julia> g = raster |> Proj(PlateCarree) |> domain;

julia> viz(g)
ERROR: ArgumentError: invalid number of colors
Stacktrace:
...

julia> viz(g, color=:red)
ERROR: ArgumentError: invalid number of colors
Stacktrace:
...
@eliascarv eliascarv added the bug Something isn't working label Sep 6, 2024
@juliohm juliohm closed this as completed in 0d1fa87 Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant