From 052d62bd4c33d91faafc18b16e400866cace608c Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 14 May 2021 21:44:46 +0200 Subject: [PATCH] exclude 50 for plotly --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index b5b14f17..6d4e631d 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -1171,7 +1171,7 @@ _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, 51], + :plotly => [2, 21, 24, 25, 30, 31, 49, 50, 51], :pgfplotsx => [ 2, # animation 6, # images