Open tpvasconcelos opened 4 weeks ago
The Ploomber and Shiny examples could be improved by:
kde_points
starting from samples.min()
through samples.max()
Regarding the NiMARE example:
linewidth
parameter to the new line_width
"fillgradient"
colormode instead of the current "mean-means"
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
With the upcoming
0.2.0
release, we should proactively open some PR in the following projects addressing the deprecation warningsFiles 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.