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 a9ceaf1 + 21eec76 commit d3503d8Copy full SHA for d3503d8
src/plotrecipes.jl
@@ -11,6 +11,7 @@
11
linewidth --> 3
12
xscale --> :log10
13
yscale --> :log10
14
+ marker --> :auto
15
sim.convergence_axis, vals
16
end
17
@@ -30,6 +31,7 @@ end
30
31
xguide --> "Error"
32
33
34
35
wp.errors,wp.times
36
37
@@ -41,6 +43,7 @@ end
41
43
42
44
45
46
47
errors = Vector{Any}(undef,0)
48
times = Vector{Any}(undef,0)
49
for i in 1:length(wp_set)
0 commit comments