diff --git a/python/damask/_colormap.py b/python/damask/_colormap.py index 7deaf4ca4..5a22f049b 100644 --- a/python/damask/_colormap.py +++ b/python/damask/_colormap.py @@ -57,7 +57,7 @@ class Colormap(mpl.colors.ListedColormap): ax1.imshow(np.linspace(0,1,self.N).reshape(1,-1), aspect='auto', cmap=self, interpolation='nearest') plt.show(block = False) - return self.name + return 'Colormap: '+self.name @staticmethod