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

Update to work with GLMakie #155

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Update to work with GLMakie #155

merged 1 commit into from
Mar 30, 2021

Conversation

pablosanjose
Copy link
Owner

Makie is getting deprecated in favor of backend-specific packages.

This replaces the Makie functionality with GLMakie functionality. For the end user all should remain the same, but instead of doing

] add Makie
using Makie
plot(ham)

one should now do

] add GLMakie
using GLMakie
plot(ham)

@pablosanjose
Copy link
Owner Author

Merging despite the CI errors, which should be unrelated to this (probably due to the recent 1.6 release)

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.

None yet

1 participant