diff --git a/test/test_layouts.jl b/test/test_layouts.jl index e28f984d..74daeea9 100644 --- a/test/test_layouts.jl +++ b/test/test_layouts.jl @@ -1,7 +1,11 @@ using Plots, Test @testset "Subplot sclicing" begin - pl = @test_nowarn plot(rand(4,8), layout=4, yscale=[:identity :identity :log10 :log10]) + pl = @test_nowarn plot( + rand(4, 8), + layout = 4, + yscale = [:identity :identity :log10 :log10], + ) @test pl[1][:yaxis][:scale] == :identity @test pl[2][:yaxis][:scale] == :identity @test pl[3][:yaxis][:scale] == :log10