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 plotting code to work with Makie as a default #104

Closed
tpoisot opened this issue Dec 17, 2022 · 0 comments · Fixed by #105
Closed

Update plotting code to work with Makie as a default #104

tpoisot opened this issue Dec 17, 2022 · 0 comments · Fixed by #105

Comments

@tpoisot
Copy link
Member

tpoisot commented Dec 17, 2022

The core point is to get the bipartite and tripartite code working, which isn't super difficult.

Specifically, need to deal with the colormap code, which isn't super elegant.

@tpoisot tpoisot self-assigned this Dec 17, 2022
tpoisot added a commit that referenced this issue Feb 7, 2023
* 🗺️ Update plotting code to work with Makie as a default
Fixes #104

* ✨ GBIF scatter plot

* ✨ hexbin and scatter

* ➕ add MakieCore

* Update stats vignette

* 🧑‍🏫 update the vignette on pseudoabsences

* 🧑‍🏫 update some more vignettes

* ⚡ broadcast is faster now

* 🗺️ consensus map vignette

* 💬 typo in mosaic docstring

* 🧑‍🏫 landcover consensus vignette

* 🧑‍🏫 vignettes with updated plot syntax

* 🐛 fix a bug in broadcast

* 🚧 bivariate POC

* 🚧 fully working bivariate example

* ➖ move figure code out of SimpleSDMLayers

* ➖ drop all figure code from SSL

* 🗺️ remove the cellsize map

* 🐛 update a bug when extracting data from layer

* 🧹 lint

* prepare trivariate

* code need to be wrapped in functions

* comment

* 🗺️ update the maps in the statistics vignette
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment