Fix missing examples backend

This commit is contained in:
t-bltg 2021-12-01 17:43:52 +01:00 committed by Zhanibek
parent 0092e25c73
commit e5f6ee2e06

View File

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