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

Update Makie shading attrib #2094

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

imreddyTeja
Copy link
Contributor

@imreddyTeja imreddyTeja commented Nov 24, 2024

closes #2093

In fieldheatmap.jl, the shading attribute for Makie was set to false. This causes a warning stating that:

shading = false` is not valid. Use `Makie.automatic`, `NoShading`, `FastShading` or `MultiLightShading`. Defaulting to `NoShading`

when ClimaCoreMakie.fieldheatmap or ClimaCoreMakie.fieldheatmap! is used.

This PR replaces that with "shading = Makie.NoShading".

  • Code follows the style guidelines OR N/A.
  • Unit tests are included OR N/A.
  • Code is exercised in an integration test OR N/A.
  • Documentation has been added/updated OR N/A.

In fieldheatmap.jl, the shading attribute for Makie
was set to false. This caused a warning stating
that "shading = false is invalid". This commit
replaces that with "shading = Makie.NoShading".
@charleskawczynski charleskawczynski merged commit 241b576 into main Nov 24, 2024
32 of 35 checks passed
@charleskawczynski charleskawczynski deleted the tr/update-fieldheatmap-makie-attribs branch November 24, 2024 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ClimaCoreMakie fieldheatmap gives warning
2 participants