From 12ca677b13f34472164dd88b7dd2c5083480f34f Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Thu, 22 Jan 2026 07:45:28 +1000 Subject: [PATCH 1/4] Move locator back to top level --- ultraplot/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ultraplot/__init__.py b/ultraplot/__init__.py index 9f382f187..b8d1fa113 100644 --- a/ultraplot/__init__.py +++ b/ultraplot/__init__.py @@ -47,6 +47,7 @@ "Colormap": ("constructor", "Colormap"), "Cycle": ("constructor", "Cycle"), "Norm": ("constructor", "Norm"), + "Locator": ("constructor","Locator") } From 03e8ce068cfc63ef5dd45463a75e4fe2e138d4d4 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Thu, 22 Jan 2026 07:48:34 +1000 Subject: [PATCH 2/4] Black formatter --- ultraplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultraplot/__init__.py b/ultraplot/__init__.py index b8d1fa113..be573565c 100644 --- a/ultraplot/__init__.py +++ b/ultraplot/__init__.py @@ -47,7 +47,7 @@ "Colormap": ("constructor", "Colormap"), "Cycle": ("constructor", "Cycle"), "Norm": ("constructor", "Norm"), - "Locator": ("constructor","Locator") + "Locator": ("constructor", "Locator"), } From 85a72b646a06b6908f2fc71c017cda0d051e4043 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Thu, 22 Jan 2026 07:54:58 +1000 Subject: [PATCH 3/4] Add more top levels --- ultraplot/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ultraplot/__init__.py b/ultraplot/__init__.py index be573565c..f7467d5bc 100644 --- a/ultraplot/__init__.py +++ b/ultraplot/__init__.py @@ -48,6 +48,8 @@ "Cycle": ("constructor", "Cycle"), "Norm": ("constructor", "Norm"), "Locator": ("constructor", "Locator"), + "Scale": ("constructor","Scale"), + "Formatter": ("constructor", "Formatter"), } From 9cf7dc2ce070bf92b6577f0f203d359ce9cb9e96 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Thu, 22 Jan 2026 07:57:03 +1000 Subject: [PATCH 4/4] Black formatting --- ultraplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultraplot/__init__.py b/ultraplot/__init__.py index f7467d5bc..140e9a3b6 100644 --- a/ultraplot/__init__.py +++ b/ultraplot/__init__.py @@ -48,7 +48,7 @@ "Cycle": ("constructor", "Cycle"), "Norm": ("constructor", "Norm"), "Locator": ("constructor", "Locator"), - "Scale": ("constructor","Scale"), + "Scale": ("constructor", "Scale"), "Formatter": ("constructor", "Formatter"), }