Skip to content

MNT: Update for compatibility with matplotlib 3.8

Paul McCarthy requested to merge paulmc/fsleyes:mnt/matplotlib into main

It is no longer possible to give a colourmap a name which is different from the key under which it is registered. So fsleyes colour maps with names the same as built-ins are now registered as "fsleyes_{cmap}". The relevant matplotlib change is https://github.com/matplotlib/matplotlib/pull/25479

Edited by Paul McCarthy

Merge request reports