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 b483497

Browse filesBrowse files
committed
Add back missing import.
Some crossed PRs removed this import when it was needed by a different PR.
1 parent 6143565 commit b483497
Copy full SHA for b483497

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/backends/backend_agg.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_agg.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
import matplotlib as mpl
3939
from matplotlib import cbook
40+
from matplotlib import colors as mcolors
4041
from matplotlib.backend_bases import (
4142
_Backend, FigureCanvasBase, FigureManagerBase, RendererBase)
4243
from matplotlib.font_manager import findfont, get_font

0 commit comments

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