From c28eb8e74fe628011c0e74bea54f2edcc6ac7b3d Mon Sep 17 00:00:00 2001 From: James Nightingale Date: Thu, 14 Nov 2024 18:07:01 +0000 Subject: [PATCH] DelaunayDrawer --- autolens/plot/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autolens/plot/__init__.py b/autolens/plot/__init__.py index 94b640250..57dd8f2a1 100644 --- a/autolens/plot/__init__.py +++ b/autolens/plot/__init__.py @@ -28,6 +28,7 @@ GridPlot, VectorYXQuiver, PatchOverlay, + DelaunayDrawer, VoronoiDrawer, OriginScatter, MaskScatter,