We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6d40ca + 2bc479a commit 095a173Copy full SHA for 095a173
src/plotrecipes.jl
@@ -33,7 +33,7 @@ end
33
xguide --> "Error"
34
xscale --> :log10
35
yscale --> :log10
36
- marker --> :auto
+ markershape --> :auto
37
wp.errors, wp.times
38
end
39
@@ -45,7 +45,7 @@ end
45
46
47
48
49
errors = Vector{Any}(undef, 0)
50
times = Vector{Any}(undef, 0)
51
for i in 1:length(wp_set)
@@ -93,7 +93,7 @@ end
93
xguide --> "Δt"
94
95
96
97
label --> reshape(names, 1, length(idts))
98
return dts, errors
99
0 commit comments