Create test_axes.jl

This commit is contained in:
Simon Christ 2020-05-26 18:27:10 +02:00 committed by GitHub
parent d86e9e0a7c
commit 209cf66acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
test/test_axes.jl Normal file
View File

@ -0,0 +1,5 @@
using Plots, Test
@testset "Showaxis" begin
@test plot(1:5, showaxis = :y)[1][:yaxis][:showaxis] == true
end