Create test_axes.jl
This commit is contained in:
parent
d86e9e0a7c
commit
209cf66acc
5
test/test_axes.jl
Normal file
5
test/test_axes.jl
Normal file
@ -0,0 +1,5 @@
|
||||
using Plots, Test
|
||||
|
||||
@testset "Showaxis" begin
|
||||
@test plot(1:5, showaxis = :y)[1][:yaxis][:showaxis] == true
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user