Skip to content

Commit

Permalink
Fix placement of optimum template range in plot recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Oct 20, 2017
1 parent 8bcf6ef commit 8ffee38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
best = ts[rank[1:min(5,length(ts))]]
xmin, xmax = minimum(best), maximum(best)

reference = μs[1] - σs[1]
reference = minimum(μs - σs)
ymin = max(0., reference - .05)
ymax = ymin + .008

Expand Down

0 comments on commit 8ffee38

Please sign in to comment.