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

Migrate Plots.jl recipes to Makie.jl recipes #46

Closed
8 tasks done
juliohm opened this issue Nov 3, 2019 · 6 comments
Closed
8 tasks done

Migrate Plots.jl recipes to Makie.jl recipes #46

juliohm opened this issue Nov 3, 2019 · 6 comments

Comments

@juliohm
Copy link
Member

juliohm commented Nov 3, 2019

The Makie.jl ecosystem is mature enough to support plot recipes. Migrating to this new plotting ecosystem will enable high-performance 3D visualisations on the GPU.

  • SimpleMesh
  • CartesianGrid
  • PointSet
  • GeometrySet
  • Views
  • Partitions
  • GeoStatsBase.jl
  • Variography.jl
@juliohm juliohm added this to the 0.11 milestone Jan 20, 2020
@juliohm juliohm removed this from the 0.15 milestone Aug 26, 2020
@juliohm
Copy link
Member Author

juliohm commented Nov 16, 2021

Plot recipes for all geometries and geospatial domains have been ported already. These new recipes live in MeshViz.jl temporarily while Makie's recipe system is maturing: https://github.com/JuliaGeometry/MeshViz.jl There are many improvements compared to the Plots.jl recipes, specially in 3D.

Now we need to port the recipes in GeoStatsBase.jl and Variography.jl to fully address this issue. If anyone wants to help, that would be a nice way to get involved with the project 👍🏽

@juliohm
Copy link
Member Author

juliohm commented Aug 25, 2022

Plot recipes from GeoStatsBase.jl are now implemented with Makie.jl in GeoStatsViz.jl.

@juliohm
Copy link
Member Author

juliohm commented Aug 25, 2022

Plot recipes from Variography.jl are now implemented with Makie.jl in GeoStatsViz.jl, except for EmpiricalVarioplane.

Waiting for polar plot support in Makie.jl: MakieOrg/Makie.jl#2014

@juliohm
Copy link
Member Author

juliohm commented Jul 24, 2023

Polar plot has been added to Makie.jl: MakieOrg/Makie.jl#2990

We can now finish the migration.

@juliohm
Copy link
Member Author

juliohm commented Jul 24, 2023

@juliohm
Copy link
Member Author

juliohm commented Jul 24, 2023

All recipes have been ported to the Makie.jl recipe system. There are only a few minor adjustments to be made before deprecating the Plots.jl recipes.

@juliohm juliohm closed this as completed Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant