Merge pull request #2454 from JuliaPlots/bbs/check-examples

examples to skip
This commit is contained in:
Simon Christ 2020-03-13 14:19:10 +01:00 committed by GitHub
commit 7520c1dced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -885,7 +885,14 @@ _backend_skips = Dict(
:plotlyjs => [2, 21, 24, 25, 30, 31],
:plotly => [2, 21, 24, 25, 30, 31],
:pgfplots => [2, 5, 6, 10, 16, 20, 22, 23, 25, 28, 30, 31, 34, 37, 38, 39],
)
:pgfplotsx => [ 6, # images
10, # histogram2d
20, # annotations due to missing sanitation
22, # contourf
23, # pie
32, # spy
38, # histogram2d
] )