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

Skip to content

Commit ad87ff0

Browse files
committed
Vendor relevant portions of data containers
1 parent bd4b67a commit ad87ff0

11 files changed

Lines changed: 993 additions & 8 deletions

File tree

ci/codespell-ignore-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
aas
22
ABD
3+
aother
34
axises
45
coo
56
curvelinear

lib/matplotlib/_data_containers/__init__.py

Whitespace-only changes.

lib/matplotlib/_containers.py renamed to lib/matplotlib/_data_containers/_helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from mpl_data_containers.description import Desc, desc_like
2-
from mpl_data_containers.conversion_edge import Graph, TransformEdge
1+
from .description import Desc, desc_like
2+
from .conversion_edge import Graph, TransformEdge
33

44

55
def containerize_draw(draw_func):

0 commit comments

Comments
 (0)