Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 382 Bytes

23710-ES.rst

File metadata and controls

7 lines (6 loc) · 382 Bytes

plt.get_cmap and matplotlib.cm.get_cmap return a copy

Formerly, ~.pyplot.get_cmap and .cm.get_cmap returned a global version of a .Colormap. This was prone to errors as modification of the colormap would propagate from one location to another without warning. Now, a new copy of the colormap is returned.