diff --git a/src/examples.jl b/src/examples.jl index 1397655f..6e616b68 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -1244,17 +1244,11 @@ _backend_skips = Dict( :unicodeplots => [6, 10, 22, 24, 28, 38, 43, 45, 47, 49, 50, 51, 55], :gaston => [ 2, # animations - 10, # TODO: support histogram2d - 16, # TODO: support nested layouts 27, # TODO: support polar - 30, # uses StatsPlots, deprecated ? 31, # animations - 38, # TODO: support histogram2d 47, # TODO: support mesh3d - 48, # TODO: vector of shapes, ... 49, # TODO: support polar 50, # TODO: 1D data not supported for pm3d - 55, # TODO: scaling is ugly ], )