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

Skip to content

Commit 3749b0a

Browse files
alvarosgalvarosg
alvarosg
authored andcommitted
Forgot to uncomment an import
1 parent e93d82d commit 3749b0a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/users/plotting/examples/colormap_normalizations_piecewisenorm.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
1010
"""
1111

12-
import ArbitraryNorm as colors
13-
1412
import numpy as np
15-
# import matplotlib.colors as colors
13+
import matplotlib.colors as colors
1614
import matplotlib.pyplot as plt
1715
import matplotlib.cm as cm
1816

0 commit comments

Comments
 (0)