Add filled contour map plotting capabilities#145
Merged
kevindougherty-noaa merged 4 commits intodevelopfrom Mar 17, 2025
Merged
Add filled contour map plotting capabilities#145kevindougherty-noaa merged 4 commits intodevelopfrom
kevindougherty-noaa merged 4 commits intodevelopfrom
Conversation
Contributor
Author
1 task
Contributor
EdwardSafford-NOAA
left a comment
There was a problem hiding this comment.
Looks good to me -- just had the one question on a variable name.
|
|
||
| def _map_filled_contour(self, plotobj, ax): | ||
|
|
||
| skipvars = ['plottype', 'longitude', 'latitude', 'data', |
Contributor
There was a problem hiding this comment.
Just a question on the choice of skipvars as a name. Does it have a specific meaning in this context? I'm not super familiar with emcpy so I might be missing something.
Contributor
There was a problem hiding this comment.
If I recall correctly, it's what keys in the dictionary to not pass to the underlying matplotlib plotting routine
Contributor
Author
There was a problem hiding this comment.
Yes, it means exactly what you think. In map_plot.py, there are variables that are added to python object so we need to skip certain ones that are not related to the kargs that are for plot related things themselves.
CoryMartin-NOAA
approved these changes
Mar 17, 2025
CoryMartin-NOAA
added a commit
to JCSDA-internal/eva
that referenced
this pull request
Apr 10, 2025
## Description This PR looks to add a missing need for Filled Contour Map plots and Gridded plots. Specifically attempting to solve the following issue: [here](#216 (comment)) ## Dependencies Waiting on the following PRs: - [x] waiting on [NOAA-EMC/emcpy/pull/145](NOAA-EMC/emcpy#145) --------- Co-authored-by: Cory Martin <cory.r.martin@noaa.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

There is a need to plot filled contour maps for eva #216.
The following adds those needed capabilities to EMCPy so they can be used in eva.