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

Refactor Tephi to work with Subplots #170

Draft
wants to merge 11 commits into
base: FEATURE_subplots
Choose a base branch
from

Conversation

ESadek-MO
Copy link
Contributor

@ESadek-MO ESadek-MO commented Nov 14, 2024

🚀 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:

  • Write tests
  • Ensure code is to latest standards
  • Remove old__init__

@ESadek-MO ESadek-MO marked this pull request as draft November 14, 2024 09:58
@matplotlib.artist.allow_rasterization
def draw(
self, renderer, line=None, text=None, min_theta=None, max_theta=None
):
Copy link
Member

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.

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.

2 participants