Skip to content

Commit 8b65ddc

Browse files
committed
Fix more bugs
1 parent cf933af commit 8b65ddc

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
@@ -32,7 +32,7 @@ fig
3232
@recipe SmithPlot (z, ) begin
3333
color=:teal
3434
colormap=:viridis
35-
line_width=2.8
35+
linewidth=2.8
3636
linestyle=:solid
3737
label=nothing
3838
reflection=false
@@ -173,7 +173,7 @@ end
173173
function Makie.plot!(sp::SmithPlot)
174174
z = sp[1]
175175
color = sp[:color]
176-
line_width = sp[:line_width]
176+
line_width = sp[:linewidth]
177177
linestyle = sp[:linestyle]
178178
label = sp[:label]
179179
reflection = sp[:reflection]

0 commit comments

Comments
 (0)