Skip to content

Commit 34d64b5

Browse files
mikhailov-worktacaswell
authored andcommitted
removing tab evil
1 parent d8884d5 commit 34d64b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/color/colormap_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'flag', 'prism', 'ocean', 'gist_earth', 'terrain', 'gist_stern',
3939
'gnuplot', 'gnuplot2', 'CMRmap', 'cubehelix', 'brg',
4040
'gist_rainbow', 'rainbow', 'jet', 'nipy_spectral', 'gist_ncar',
41-
'turbo'])]
41+
'turbo'])]
4242

4343

4444
gradient = np.linspace(0, 1, 256)

tutorials/colors/colormaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
'flag', 'prism', 'ocean', 'gist_earth', 'terrain', 'gist_stern',
192192
'gnuplot', 'gnuplot2', 'CMRmap', 'cubehelix', 'brg',
193193
'gist_rainbow', 'rainbow', 'jet', 'nipy_spectral', 'gist_ncar',
194-
'turbo']
194+
'turbo']
195195

196196
###############################################################################
197197
# .. _color-colormaps_reference:

0 commit comments

Comments
 (0)