From 06c551ba51ed4cccbb90ee62ff5202082ffc5659 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Fri, 2 Jul 2021 16:57:35 +0200 Subject: [PATCH] Skip example 55 for PyPlot, Plotlyjs and Plotly PgfPlotsX looks ok --- src/examples.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/examples.jl b/src/examples.jl index 3fa3f1d7..eb99e5fe 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -1215,9 +1215,9 @@ const _examples = PlotExample[ _animation_examples = [2, 31] _backend_skips = Dict( :gr => [25, 30, 47], - :pyplot => [2, 25, 30, 31, 47, 49], - :plotlyjs => [2, 21, 24, 25, 30, 31, 49, 51], - :plotly => [2, 21, 24, 25, 30, 31, 49, 50, 51], + :pyplot => [2, 25, 30, 31, 47, 49, 55], + :plotlyjs => [2, 21, 24, 25, 30, 31, 49, 51, 55], + :plotly => [2, 21, 24, 25, 30, 31, 49, 50, 51, 55], :pgfplotsx => [ 2, # animation 6, # images