Skip to content

Commit 16bb17a

Browse files
committed
test/visual.jl: Use nameof(ET)
2 parents 07df70e + 303106e commit 16bb17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/visual.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ for deg in degrees, ET in Etypes
2929

3030
push!(stuff, layer(x=xg,y=y1,Geom.point,Theme(default_color=colorant"green")))
3131
push!(stuff, layer(x=xf,y=[itp[x] for x in xf],Geom.path,Theme(point_size=2px)))
32-
title = "$deg, $(ET.name.name)"
32+
title = "$deg, $(nameof(ET))"
3333
push!(stuff, Guide.title(title))
3434
display(plot(stuff...))
3535
end

0 commit comments

Comments
 (0)