Update test/test_layouts.jl
Co-authored-by: Simon Christ <SimonChrist@gmx.de>
This commit is contained in:
parent
c09e05c407
commit
37c45fd3ee
@ -28,5 +28,7 @@ end
|
|||||||
|
|
||||||
@testset "Plots.jl/issues/4083" begin
|
@testset "Plots.jl/issues/4083" begin
|
||||||
p = plot(plot(1:2), plot(1:2); border = :grid, plot_title = "abc")
|
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
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user