Update test/test_axes.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
This commit is contained in:
parent
7c4bc9e655
commit
1dc0c43438
@ -39,7 +39,7 @@ end
|
|||||||
pl = plot(1:3)
|
pl = plot(1:3)
|
||||||
@test Plots.xlims(pl) == Plots.widen(1,3)
|
@test Plots.xlims(pl) == Plots.widen(1,3)
|
||||||
|
|
||||||
pl = plot(1:3, xlims=:round)
|
pl = plot(0.5:0.5:2.5, xlims=:round)
|
||||||
@test Plots.xlims(pl) == (1, 3)
|
@test Plots.xlims(pl) == (1, 3)
|
||||||
|
|
||||||
pl = plot(1:3, xlims=(1,5))
|
pl = plot(1:3, xlims=(1,5))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user