tpvasconcelos / ridgeplot

Beautiful ridgeline plots in Python
https://ridgeplot.readthedocs.io/
MIT License
68 stars 6 forks source link

[CHORE] Help packages migrate to `0.2.0` #266

Open tpvasconcelos opened 4 weeks ago

tpvasconcelos commented 4 weeks ago

With the upcoming 0.2.0 release, we should proactively open some PR in the following projects addressing the deprecation warnings

Files that need to be updated:

In addition to the files mentioned above, we also need to add a lower bound to the supported version of ridgeplot (i.e., ridgeplot>=0.2.0)

As a nice bonus, we should make use of the new features in 0.2.0 such as the new "fillgradiant" colormode and the (WIP) ability to specify categorical colors.

tpvasconcelos commented 6 days ago

The Ploomber and Shiny examples could be improved by:

image

tpvasconcelos commented 6 days ago

Regarding the NiMARE example:

The example can be found here: https://nimare.readthedocs.io/en/stable/auto_examples/02_meta-analyses/12_plot_ibma_workflow.html#sphx-glr-auto-examples-02-meta-analyses-12-plot-ibma-workflow-py

image