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

Skip to content

Commit bf65847

Browse files
committed
move _ticker function inside update_ticks
1 parent 75b4eba commit bf65847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/colors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
from ._color_data import BASE_COLORS, TABLEAU_COLORS, CSS4_COLORS, XKCD_COLORS
7171
from abc import ABCMeta
7272

73+
7374
class _ColorMapping(dict):
7475
def __init__(self, mapping):
7576
super(_ColorMapping, self).__init__(mapping)
@@ -892,6 +893,7 @@ class Norms:
892893
__metaclass__ = ABCMeta
893894
pass
894895

896+
895897
class Normalize(Norms):
896898
"""
897899
A class which, when called, can normalize data into

0 commit comments

Comments
 (0)