Skip to content

Commit 07d488f

Browse files
committed
Remove deleted autoarray wrap class re-exports from plot module
Removes re-exports of AbstractMatWrap subclasses that no longer exist in autoarray.plot.wrap (Units, Figure, Axis, Title, YLabel, XLabel, YTicks, XTicks, TickParams, ColorbarTickParams, Text, Annotate, Legend, YXPlot, FillBetween, and all two_d scatter/plot classes). Keeps only Cmap, Colorbar, and Output which remain in autoarray.plot.wrap.base. Also removes mat_wrap_2d section from test config visualize.yaml since those wrap class configurations are no longer relevant. https://claude.ai/code/session_01CzJBy8KvFXiNchoNdk5i9k
1 parent 46ad2a7 commit 07d488f

2 files changed

Lines changed: 0 additions & 78 deletions

File tree

autolens/plot/__init__.py

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,10 @@
33
from autofit.non_linear.plot.mle_plotters import MLEPlotter
44

55
from autoarray.plot.wrap.base import (
6-
Units,
7-
Figure,
8-
Axis,
96
Cmap,
107
Colorbar,
11-
ColorbarTickParams,
12-
TickParams,
13-
YTicks,
14-
XTicks,
15-
Title,
16-
YLabel,
17-
XLabel,
18-
Legend,
19-
Annotate,
20-
Text,
218
Output,
229
)
23-
from autoarray.plot.wrap.one_d import YXPlot, FillBetween
24-
from autoarray.plot.wrap.two_d import (
25-
ArrayOverlay,
26-
Contour,
27-
GridScatter,
28-
GridPlot,
29-
VectorYXQuiver,
30-
PatchOverlay,
31-
DelaunayDrawer,
32-
OriginScatter,
33-
MaskScatter,
34-
BorderScatter,
35-
PositionsScatter,
36-
IndexScatter,
37-
MeshGridScatter,
38-
ParallelOverscanPlot,
39-
SerialPrescanPlot,
40-
SerialOverscanPlot,
41-
)
4210

4311
from autoarray.structures.plot.structure_plotters import Array2DPlotter
4412
from autoarray.structures.plot.structure_plotters import Grid2DPlotter

test_autolens/config/visualize.yaml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3,52 +3,6 @@ general:
33
backend: default
44
imshow_origin: upper
55
zoom_around_mask: true
6-
mat_wrap_2d:
7-
CausticsLine:
8-
figure:
9-
c: w,g
10-
linestyle: --
11-
linewidth: 5
12-
subplot:
13-
c: g
14-
linestyle: --
15-
linewidth: 7
16-
CriticalCurvesLine:
17-
figure:
18-
c: w,k
19-
linestyle: '-'
20-
linewidth: 4
21-
subplot:
22-
c: b
23-
linestyle: '-'
24-
linewidth: 6
25-
LightProfileCentreScatter:
26-
figure:
27-
c: k,r
28-
marker: +
29-
s: 1
30-
subplot:
31-
c: b
32-
marker: .
33-
s: 15
34-
MassProfileCentreScatter:
35-
figure:
36-
c: r,k
37-
marker: x
38-
s: 2
39-
subplot:
40-
c: k
41-
marker: o
42-
s: 16
43-
MultipleImagesScatter:
44-
figure:
45-
c: k,w
46-
marker: o
47-
s: 3
48-
subplot:
49-
c: g
50-
marker: .
51-
s: 17
526
plots:
537
fits_are_zoomed: true
548
dataset:

0 commit comments

Comments
 (0)