fix abline! description
It should be `ax+b` rather than `a+bx`.
This commit is contained in:
parent
b300e634f6
commit
5d2538c4c2
@ -1061,7 +1061,7 @@ end
|
||||
|
||||
# -------------------------------------------------
|
||||
|
||||
"Adds a+bx... straight line over the current plot, without changing the axis limits"
|
||||
"Adds ax+b... straight line over the current plot, without changing the axis limits"
|
||||
abline!(plt::Plot, a, b; kw...) = plot!(plt, [0, 1], [b, b+a]; seriestype = :straightline, kw...)
|
||||
|
||||
abline!(args...; kw...) = abline!(current(), args...; kw...)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user