Plots.jl/test/test_axes.jl
2020-05-26 18:27:10 +02:00

6 lines
114 B
Julia

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