Tags: xnvme/aisio
Tags
fix(docs/tooling): replace removed matplotlib get_cmap call The GitHub Pages build failed during plot generation because matplotlib 3.9 removed matplotlib.cm.get_cmap, which raised an AttributeError under the pinned matplotlib>=3.10. Switch to the supported pyplot.get_cmap so the docs build succeeds again. Signed-off-by: Simon A. F. Lund <os@safl.dk>