Format .jl files [skip ci] (#3997)
Co-authored-by: t-bltg <t-bltg@users.noreply.github.com>
This commit is contained in:
parent
75938bf747
commit
d970a6568e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user