Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb3acab

Browse files
committed
adds colormap labels on colormaps tutorial
1 parent e13a924 commit bb3acab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/colors/colormaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def plot_color_gradients(cmap_category, cmap_list, nrows):
286286
if cmap_category in ('Perceptually Uniform Sequential',
287287
'Sequential'):
288288
locs.append(x[-1] + j*dc)
289-
elif cmap_category in ('Diverging', 'Qualitative',
289+
elif cmap_category in ('Diverging', 'Qualitative', 'Wrapping',
290290
'Miscellaneous', 'Sequential (2)'):
291291
locs.append(x[int(x.size/2.)] + j*dc)
292292

0 commit comments

Comments
 (0)