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

improved PyPlot backend: #17

Merged
merged 4 commits into from
Sep 11, 2023
Merged

improved PyPlot backend: #17

merged 4 commits into from
Sep 11, 2023

Conversation

chmerdon
Copy link
Member

@chmerdon chmerdon commented Sep 7, 2023

  • better fontsize recognition
  • correct fig sizes
  • tight_layout() also for SubVisualizer reveal
  • fixed rare clipping of last colorlevel in scalarplot
  • coordinate limits (xlimits etc.) are used in vectorsample (such that scaling only is applied to vectors in the clipped area)
  • new vector scaling method vconstant that scales all arrows equally
  • repaired streamplot (U and V arguments needed transposition)
  • added density argument to streamplot

…es, tight_layout() also for SubVisualizer reveal
@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2023

Codecov Report

Patch coverage: 32.14% and project coverage change: -0.01% ⚠️

Comparison is base (df19c60) 39.23% compared to head (f2dfaa6) 39.23%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   39.23%   39.23%   -0.01%     
==========================================
  Files          10       10              
  Lines        1881     1899      +18     
==========================================
+ Hits          738      745       +7     
- Misses       1143     1154      +11     
Files Changed Coverage Δ
src/pyplot.jl 0.00% <0.00%> (ø)
src/common.jl 83.25% <50.00%> (-3.38%) ⬇️

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

@chmerdon chmerdon closed this Sep 11, 2023
@chmerdon chmerdon reopened this Sep 11, 2023
@j-fu j-fu merged commit 4f7a851 into WIAS-PDELib:main Sep 11, 2023
21 of 22 checks passed
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.

3 participants