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

Use IPython display #739

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Use IPython display #739

merged 1 commit into from
Jan 12, 2024

Conversation

has2k1
Copy link
Owner

@has2k1 has2k1 commented Jan 10, 2024

  1. Makes it possible to avoid string output that follows the output image.
  2. Gained the ability to control the interactive figure format from
    within plotnine.

closes #694

Copy link

codecov bot commented Jan 10, 2024

Codecov Report

Attention: 96 lines in your changes are missing coverage. Please review.

Comparison is base (32f491a) 0.00% compared to head (4bdd7cc) 0.00%.

Files Patch % Lines
plotnine/_utils/ipython.py 0.00% 32 Missing ⚠️
plotnine/_utils/context.py 0.00% 29 Missing ⚠️
plotnine/ggplot.py 0.00% 29 Missing ⚠️
plotnine/themes/theme.py 0.00% 3 Missing ⚠️
plotnine/options.py 0.00% 2 Missing ⚠️
plotnine/typing.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main    #739   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files        178     180    +2     
  Lines      11166   11204   +38     
=====================================
- Misses     11166   11204   +38     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

1. Makes it possible to avoid string output that follows the output image.
2. Gained the ability to control the interactive figure format from
   within plotnine.

closes #694
@has2k1 has2k1 merged commit 4bdd7cc into main Jan 12, 2024
12 checks passed
@has2k1 has2k1 deleted the rich-display branch January 12, 2024 09:32
@jasongrout-db
Copy link

Awesome, thanks!

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.

repr(plot) displaying the plot causes infinite loop in JupyterLab variable viewer
2 participants