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