activate fixed examples

This commit is contained in:
Simon Christ 2020-05-11 13:42:35 +02:00
parent cb90773340
commit a7387d2afa

View File

@ -998,13 +998,11 @@ _backend_skips = Dict(
6, # images 6, # images
10, # histogram2d 10, # histogram2d
16, # pgfplots thinks the upper panel is too small 16, # pgfplots thinks the upper panel is too small
22, # contourf
25, # @df 25, # @df
30, # @df 30, # @df
31, # animation 31, # animation
32, # spy 32, # spy
38, # histogram2d 38, # histogram2d
45, # wireframe
], ],
) )