Fix missing examples backend

This commit is contained in:
t-bltg 2021-12-01 17:43:52 +01:00 committed by GitHub
parent e1f507b77f
commit b1c56126fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1314,6 +1314,7 @@ _backend_skips = Dict(
50, # TODO: 1D data not supported for pm3d 50, # TODO: 1D data not supported for pm3d
], ],
) )
_backend_skips[:plotly] = _backend_skips[:plotlyjs]
# --------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------