Format .jl files [skip ci] (#3997)

Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-12-12 13:04:15 +01:00 committed by GitHub
parent 75938bf747
commit d970a6568e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,11 @@
using Plots, Test using Plots, Test
@testset "Subplot sclicing" begin @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[1][:yaxis][:scale] == :identity
@test pl[2][:yaxis][:scale] == :identity @test pl[2][:yaxis][:scale] == :identity
@test pl[3][:yaxis][:scale] == :log10 @test pl[3][:yaxis][:scale] == :log10