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

Ensure poof returns ax #953

Merged
merged 2 commits into from
Aug 22, 2019
Merged

Ensure poof returns ax #953

merged 2 commits into from
Aug 22, 2019

Conversation

bbengfort
Copy link
Member

After the addition of Visualizer.fig this PR cleans up the last remaining technical debt from #375 by ensuring poof() returns ax. Ensuring poof returns ax will hopefully ensure that notebooks will render the figure correctly (and if not, they can get access to the fig object directly from the visualizer).

Fixes #375

TODO:

  • add this to the checks; but I've manually checked that all definitions of poof() return ax or super.

After the addition of Visualizer.fig this PR cleans up the last
remaining technical debt from #375 by ensuring poof returns ax. Ensuring
poof returns ax will hopefully ensure that notebooks will render the
figure correctly (and if not, they can get access to the fig object
directly from the visualizer).

Fixes #375
@rebeccabilbro rebeccabilbro self-assigned this Aug 22, 2019
Copy link
Member

@rebeccabilbro rebeccabilbro left a comment

Choose a reason for hiding this comment

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

Thank you for finishing up this last part of #375 @bbengfort!

@rebeccabilbro rebeccabilbro merged commit 25a9bd1 into DistrictDataLabs:develop Aug 22, 2019
@bbengfort bbengfort deleted the poof-ax branch August 26, 2019 20:35
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.

Poof() should return ax
2 participants