Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d919c1 commit 661f7f0Copy full SHA for 661f7f0
1 file changed
lib/matplotlib/lines.py
@@ -2,6 +2,8 @@
2
2D lines with support for a variety of line styles, markers, colors, etc.
3
"""
4
5
+import copy
6
+
7
from numbers import Integral, Number, Real
8
import logging
9
@@ -16,7 +18,6 @@
16
18
from .path import Path
17
19
from .transforms import Bbox, BboxTransformTo, TransformedPath
20
from ._enums import JoinStyle, CapStyle
-import copy
21
22
# Imported here for backward compatibility, even though they don't
23
# really belong.
0 commit comments