Format .jl files [skip ci]

This commit is contained in:
t-bltg 2021-12-12 00:11:51 +00:00 committed by GitHub
parent 75938bf747
commit 2d5e17d2c9

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