Format .jl files [skip ci]
This commit is contained in:
parent
75938bf747
commit
2d5e17d2c9
@ -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