Skip to content

Commit eae320e

Browse files
committed
recipes
1 parent 1168574 commit eae320e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Recipes.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fig
2929
reflection=false
3030
" Array of frequencies associated with each represented value. Mainly used by `DataInspector`"
3131
freq = Float64[]
32-
#Makie.documented_attributes(Makie.Lines)...
32+
Makie.documented_attributes(Lines)...
3333
end
3434

3535
argument_names(::Type{<: SmithPlot}, N) = (:z, )
@@ -64,7 +64,7 @@ fig
6464
reflection=false
6565
" Array of frequencies associated with each represented value. Mainly used by `DataInspector`"
6666
freq = Float64[]
67-
#Makie.documented_attributes(Makie.Scatter)...
67+
Makie.documented_attributes(Scatter)...
6868
end
6969

7070
argument_names(::Type{<: SmithScatter}, N) = (:z, )

0 commit comments

Comments
 (0)