-
Notifications
You must be signed in to change notification settings - Fork 9
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
Removed deprecated keyword from plotting #50
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #50 +/- ##
=======================================
Coverage 98.85% 98.85%
=======================================
Files 20 20
Lines 1838 1838
=======================================
Hits 1817 1817
Misses 21 21
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks. Do we need to update Line 8 in c55aa26
as well? |
Good catch, yes we should update this. I will check the Makie page to see for which version this deprecation happened. |
So the deprecation happened with the release of Makie 0.20. I have yet to work out if this places a limit on the front end for GLMakie (for users) or CairoMakie (for testing). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! We should finally use package extensions managing the compatibility correctly. But that should be done in another PR.
Okay, this is related to creating a |
It's related to it but independent of it. We use a proper package extension in Trixi.jl for the Makie plotting stuff |
Jaha, so basically something along the lines of this PR from Trixi? https://github.com/trixi-framework/Trixi.jl/pull/1494/files#diff-6058d487915aa254cfe1a5f8da6315b8c1fef4da04df38b0089a599803e28e5a |
Yes 👍 |
The keyword
resolution
has been deprecated in Makie and we now use the new suggested keywordsize
for all theFigure
creation. Once this is merged I will release a new version.