Center :image axes ticks (#4088)

This commit is contained in:
t-bltg
2022-02-16 22:05:50 +01:00
committed by GitHub
parent 88cd04b46a
commit a919fe59d3
4 changed files with 12 additions and 16 deletions
+9 -9
View File
@@ -249,15 +249,6 @@ end
@test show(io, p) isa Nothing
end
@testset "PlotlyJS" begin
@test plotlyjs() == Plots.PlotlyJSBackend()
@test backend() == Plots.PlotlyJSBackend()
p = plot(rand(10))
@test p isa Plots.Plot
@test_broken display(p) isa Nothing
end
@testset "GR" begin
ENV["PLOTS_TEST"] = "true"
ENV["GKSwstype"] = "100"
@@ -274,4 +265,13 @@ end
)
end
end
@testset "PlotlyJS" begin
@test plotlyjs() == Plots.PlotlyJSBackend()
@test backend() == Plots.PlotlyJSBackend()
p = plot(rand(10))
@test p isa Plots.Plot
@test_broken display(p) isa Nothing
end
end