From b1c56126fb777f9f3b09251f745b51565bb627cd Mon Sep 17 00:00:00 2001 From: t-bltg Date: Wed, 1 Dec 2021 17:43:52 +0100 Subject: [PATCH] Fix missing examples backend --- src/examples.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/examples.jl b/src/examples.jl index 7a83caae..c173f328 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -1314,6 +1314,7 @@ _backend_skips = Dict( 50, # TODO: 1D data not supported for pm3d ], ) +_backend_skips[:plotly] = _backend_skips[:plotlyjs] # ---------------------------------------------------------------------------------