Update test/test_layouts.jl

Co-authored-by: Simon Christ <SimonChrist@gmx.de>
This commit is contained in:
t-bltg 2022-02-06 21:12:24 +01:00 committed by GitHub
parent c09e05c407
commit 37c45fd3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,5 +28,7 @@ end
@testset "Plots.jl/issues/4083" begin
p = plot(plot(1:2), plot(1:2); border = :grid, plot_title = "abc")
@test p.subplots[end][:framestyle] === :none
@test p[1][:framestyle] === :grid
@test p[2][:framestyle] === :grid
@test p[3][:framestyle] === :none
end