Gaston: update examples

This commit is contained in:
t-bltg 2021-08-01 08:46:38 +02:00 committed by GitHub
parent 5a5864d087
commit 0f54c86865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
],
)