mantidproject / mslice

Source code for Mantid MSlice
http://mantidproject.github.io/mslice
1 stars 1 forks source link

Upgrade to matplotlib 3.7 #959

Closed SilkeSchomann closed 8 months ago

SilkeSchomann commented 8 months ago

Description of work:

Upgrade from matplotlib 3.6.* to 3.7.*.

The 'drawtype' parameter of __init__() was deprecated in matplotlib 3.5 and removed in 3.7.

The default parameter for 'drawtype' is box, so it was possible to remove this keyword entirely.

The boilerplate script was updated to the version in matplotlibd 3.7 and a new version of pyplot generated.

To test:

The standalone MSlice package can be installed with mamba install -c mantid/label/matplotlib3_7 mslice.

Just try to use MSlice, especially different types of plotting.

Fixes #725 .