Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 00f6232

Browse filesBrowse files
committed
Creation of colorizer.py
1 parent db0ab17 commit 00f6232
Copy full SHA for 00f6232

File tree

6 files changed

+478
-457
lines changed
Filter options

6 files changed

+478
-457
lines changed

‎lib/matplotlib/artist.py

Copy file name to clipboardExpand all lines: lib/matplotlib/artist.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
import matplotlib as mpl
1515
from . import _api, cbook
1616
from .colors import BoundaryNorm
17-
from .cm import ScalarMappable, Colorizer
17+
from .cm import ScalarMappable
18+
from .colorizer import Colorizer
1819
from .path import Path
1920
from .transforms import (BboxBase, Bbox, IdentityTransform, Transform, TransformedBbox,
2021
TransformedPatchPath, TransformedPath)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.