Skip to content

MatplotlibDeprecationWarning #83

@hschreiber

Description

@hschreiber

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions