We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bdc72 commit 5a304a3Copy full SHA for 5a304a3
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(Makie.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(Makie.Scatter)...
68
69
70
argument_names(::Type{<: SmithScatter}, N) = (:z, )
0 commit comments