Skip to content

Commit 65bc563

Browse files
authored
Fix: Move locator back to top level (#490)
* Move locator back to top level * Black formatter
1 parent 56e7458 commit 65bc563

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ultraplot/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"Colormap": ("constructor", "Colormap"),
4848
"Cycle": ("constructor", "Cycle"),
4949
"Norm": ("constructor", "Norm"),
50+
"Locator": ("constructor", "Locator"),
51+
"Scale": ("constructor", "Scale"),
52+
"Formatter": ("constructor", "Formatter"),
5053
}
5154

5255

0 commit comments

Comments
 (0)