Skip to content

Commit

Permalink
Fix bug due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Dec 9, 2021
1 parent dc58327 commit 03c0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proplot/internals/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def _meta_coords(*args, which='x', **kwargs):
# depend on other plotted content.
# NOTE: Why IndexFormatter and not FixedFormatter? The former ensures labels
# correspond to indices while the latter can mysteriously truncate labels.
from ..constuctor import Locator, Formatter
from ..constructor import Locator, Formatter
res = []
for data in args:
data = _to_duck_array(data)
Expand Down

0 comments on commit 03c0693

Please sign in to comment.