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

Fix get_axes() function in NavChart #49

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

Pennycook
Copy link
Contributor

A previous change resulted in NavChart storing None instead of a matplotlib Axes object by mistake.

Related issues

Emphasizes the importance of #37.

Proposed changes

  • Assigns NavChart's internal axes object to the named axes object returned by get_axes().

A previous change resulted in NavChart storing None instead of a matplotlib
Axes object by mistake.

Signed-off-by: John Pennycook <[email protected]>
@Pennycook Pennycook added the bug Something isn't working label Jul 18, 2024
@Pennycook Pennycook added this to the 1.0.0 milestone Jul 18, 2024
@Pennycook Pennycook requested a review from swright87 July 18, 2024 18:43
Copy link
Collaborator

@swright87 swright87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine 👍

@Pennycook Pennycook merged commit 0e6ad88 into intel:main Jul 22, 2024
5 checks passed
@Pennycook Pennycook deleted the fix-navchart-axes branch July 22, 2024 16:32
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

Successfully merging this pull request may close these issues.

3 participants