-
Notifications
You must be signed in to change notification settings - Fork 30
Refactor Tephi to work with Subplots #170
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
base: FEATURE_subplots
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
@matplotlib.artist.allow_rasterization | ||
def draw( | ||
self, renderer, line=None, text=None, min_theta=None, max_theta=None | ||
): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that you can use allow_rasterization
and also pass extra keywords to the draw
method any more. C.f. SciTools/cartopy#2333.
In order to maintain a backlog of relevant PRs, we automatically label them as stale after 168 days of inactivity. |
🚀 Pull Request
Closes #14
This PR is adapted from code written by @bjlittle 10 years ago! It allows artists access to subplots, which opens up potential to add hodographs, norman points etc.
Left to do: