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

Skip to content

Commit f818aff

Browse files
alvarosgalvarosg
alvarosg
authored andcommitted
Added title/description to the examples
1 parent 57aad3d commit f818aff

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/users/plotting/examples/colormap_normalizations_arbitrarynorm.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
"""
2-
Demonstration of using the ArbitraryNorm classes for normalization.
2+
============================================
3+
Examples of arbitrary colormap normalization
4+
============================================
5+
6+
Here I plot an image array with data spanning for a large dynamic range,
7+
using different normalizations. Look at how each of them enhances
8+
different features.
9+
310
"""
411

512
import numpy as np

doc/users/plotting/examples/colormap_normalizations_rootnorm.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
"""
2-
Demonstration of using the RootNorm classes for normalization.
2+
============================================
3+
Examples of colormap root normalization
4+
============================================
5+
6+
Here I plot an image array with data spanning for a large dynamic range,
7+
using different normalizations. Look at how each of them enhances
8+
different features.
9+
310
"""
411

512
import numpy as np

0 commit comments

Comments
 (0)