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

Skip to content

Commit 40bde2f

Browse files
committed
Move colormap examples from userdemo to images_contours_and_fields.
1 parent cdc1255 commit 40bde2f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

examples/userdemo/colormap_interactive_adjustment.py renamed to examples/images_contours_and_fields/colormap_interactive_adjustment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
Left clicks and drags inside the colorbar axes adjust the high range of the
1010
color scheme. Likewise, right clicks and drags adjust the low range. The
1111
connected AxesImage immediately updates to reflect the change.
12+
13+
.. redirect-from:: /gallery/userdemo/colormap_interactive_adjustment
1214
"""
1315

1416
import numpy as np

examples/userdemo/colormap_normalizations.py renamed to examples/images_contours_and_fields/colormap_normalizations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
=======================
55
66
Demonstration of using norm to map colormaps onto data in non-linear ways.
7+
8+
.. redirect-from:: /gallery/userdemo/colormap_normalizations
79
"""
810

911
import numpy as np

examples/userdemo/colormap_normalizations_symlognorm.py renamed to examples/images_contours_and_fields/colormap_normalizations_symlognorm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
==================================
55
66
Demonstration of using norm to map colormaps onto data in non-linear ways.
7+
8+
.. redirect-from:: /gallery/userdemo/colormap_normalization_symlognorm
79
"""
810

911
import numpy as np

0 commit comments

Comments
 (0)