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

Implement Matplotlib format support and responsive Image sizing #4514

Merged
merged 7 commits into from
Mar 9, 2023

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Mar 8, 2023

@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Merging #4514 (e08c6a5) into main (f0c64ae) will increase coverage by 0.18%.
The diff coverage is 98.29%.

@@            Coverage Diff             @@
##             main    #4514      +/-   ##
==========================================
+ Coverage   82.32%   82.50%   +0.18%     
==========================================
  Files         243      243              
  Lines       35579    35875     +296     
==========================================
+ Hits        29290    29599     +309     
+ Misses       6289     6276      -13     
Flag Coverage Δ
ui-tests 36.12% <59.25%> (+0.24%) ⬆️
unitexamples-tests 74.23% <70.08%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
panel/pane/plot.py 69.16% <81.48%> (+2.22%) ⬆️
panel/pane/image.py 87.34% <97.22%> (+6.09%) ⬆️
panel/tests/pane/test_image.py 100.00% <100.00%> (ø)
panel/tests/pane/test_plot.py 100.00% <100.00%> (ø)
panel/tests/ui/pane/test_image.py 100.00% <100.00%> (ø)
panel/tests/util.py 90.00% <0.00%> (-1.82%) ⬇️
panel/util/__init__.py 87.60% <0.00%> (-0.43%) ⬇️
panel/io/state.py 70.39% <0.00%> (+0.34%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit eb57f33 into main Mar 9, 2023
@philippjfr philippjfr deleted the responsive_image branch March 9, 2023 10:33
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.

Images overlap plots in GridSpec
1 participant