From 9e3ff15522804508e824136d968a0a005c5aa495 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Wed, 28 Jul 2021 17:01:05 +0200 Subject: [PATCH] Skip more Gaston unsupported examples --- src/examples.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/examples.jl b/src/examples.jl index 15d87009..4cc224f6 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -1246,10 +1246,13 @@ _backend_skips = Dict( 2, # animations 4, # colors/palette issues 6, # TODO: support embedded images + 10, # TODO: support histogram2d 16, # TODO: support nested layouts 27, # TODO: support polar 30, # uses StatsPlots, deprecated ? 31, # animations + 38, # TODO: support histogram2d + 40, # layout issue 47, # TODO: support mesh3d 48, # TODO: vector of shapes, ... 49, # TODO: support polar