Skip to content

Commit 095a173

Browse files
Merge pull request #104 from TorkelE/change_wp_dia_marer_2_markershape
Change marker to markershape
2 parents f6d40ca + 2bc479a commit 095a173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plotrecipes.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ end
3333
xguide --> "Error"
3434
xscale --> :log10
3535
yscale --> :log10
36-
marker --> :auto
36+
markershape --> :auto
3737
wp.errors, wp.times
3838
end
3939

@@ -45,7 +45,7 @@ end
4545
xguide --> "Error"
4646
xscale --> :log10
4747
yscale --> :log10
48-
marker --> :auto
48+
markershape --> :auto
4949
errors = Vector{Any}(undef, 0)
5050
times = Vector{Any}(undef, 0)
5151
for i in 1:length(wp_set)
@@ -93,7 +93,7 @@ end
9393
xguide --> "Δt"
9494
xscale --> :log10
9595
yscale --> :log10
96-
marker --> :auto
96+
markershape --> :auto
9797
label --> reshape(names, 1, length(idts))
9898
return dts, errors
9999
end

0 commit comments

Comments
 (0)