We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1168574 commit eae320eCopy full SHA for eae320e
src/Recipes.jl
@@ -29,7 +29,7 @@ fig
29
reflection=false
30
" Array of frequencies associated with each represented value. Mainly used by `DataInspector`"
31
freq = Float64[]
32
- #Makie.documented_attributes(Makie.Lines)...
+ Makie.documented_attributes(Lines)...
33
end
34
35
argument_names(::Type{<: SmithPlot}, N) = (:z, )
@@ -64,7 +64,7 @@ fig
64
65
66
67
- #Makie.documented_attributes(Makie.Scatter)...
+ Makie.documented_attributes(Scatter)...
68
69
70
argument_names(::Type{<: SmithScatter}, N) = (:z, )
0 commit comments