We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8165ec commit 303106eCopy full SHA for 303106e
test/visual.jl
@@ -29,7 +29,7 @@ for deg in degrees, ET in Etypes
29
30
push!(stuff, layer(x=xg,y=y1,Geom.point,Theme(default_color=colorant"green")))
31
push!(stuff, layer(x=xf,y=[itp[x] for x in xf],Geom.path,Theme(point_size=2px)))
32
- title = "$deg, $(ET.name.name)"
+ title = "$deg, $(nameof(ET))"
33
push!(stuff, Guide.title(title))
34
display(plot(stuff...))
35
end
0 commit comments