Skip to content

Commit 03c0693

Browse files
committed
Fix bug due to typo
1 parent dc58327 commit 03c0693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: proplot/internals/inputs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def _meta_coords(*args, which='x', **kwargs):
515515
# depend on other plotted content.
516516
# NOTE: Why IndexFormatter and not FixedFormatter? The former ensures labels
517517
# correspond to indices while the latter can mysteriously truncate labels.
518-
from ..constuctor import Locator, Formatter
518+
from ..constructor import Locator, Formatter
519519
res = []
520520
for data in args:
521521
data = _to_duck_array(data)

0 commit comments

Comments
 (0)