Skip to content

Commit d3503d8

Browse files
Merge pull request #20 from JuliaDiffEq/myb/plot
Add markers to plotrecipes
2 parents a9ceaf1 + 21eec76 commit d3503d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plotrecipes.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
linewidth --> 3
1212
xscale --> :log10
1313
yscale --> :log10
14+
marker --> :auto
1415
sim.convergence_axis, vals
1516
end
1617

@@ -30,6 +31,7 @@ end
3031
xguide --> "Error"
3132
xscale --> :log10
3233
yscale --> :log10
34+
marker --> :auto
3335
wp.errors,wp.times
3436
end
3537

@@ -41,6 +43,7 @@ end
4143
xguide --> "Error"
4244
xscale --> :log10
4345
yscale --> :log10
46+
marker --> :auto
4447
errors = Vector{Any}(undef,0)
4548
times = Vector{Any}(undef,0)
4649
for i in 1:length(wp_set)

0 commit comments

Comments
 (0)