-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
There are two MatplotlibDeprecationWarning in the tutorial notebooks:
- Tuto-GUDHI-optimization.ipynb
In cell [30]:
MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11.
plt.boxplot([MSEstd, MSEtot, MSEtop], labels=['MSE', 'MSE+TV', 'MSE+TV+TOP'])
- Tuto-GUDHI-persistent-entropy.ipynb
In cell [10]:
/tmp/ipykernel_85734/3461734631.py:4: MatplotlibDeprecationWarning: The 'labels' parameter of boxplot() has been renamed 'tick_labels' since Matplotlib 3.9; support for the old name will be dropped in 3.11.
bp = ax.boxplot([pe_normal_array, pe_uniform_array], labels=['Normal', 'Uniform'])
We should not forget to update them at some point.
Metadata
Metadata
Assignees
Labels
No labels