Update doc examples

This commit is contained in:
t-bltg 2021-12-01 17:30:24 +01:00 committed by Zhanibek
parent 3bad895d87
commit 0092e25c73

View File

@ -1270,9 +1270,8 @@ const _examples = PlotExample[
_animation_examples = [2, 31] _animation_examples = [2, 31]
_backend_skips = Dict( _backend_skips = Dict(
:gr => [25, 30], :gr => [25, 30],
:pyplot => [2, 25, 30, 31, 49, 55], :pyplot => [2, 25, 30, 31, 49, 55, 56],
:plotlyjs => [2, 21, 24, 25, 30, 31, 49, 51, 55], :plotlyjs => [2, 21, 24, 25, 30, 31, 49, 51, 55, 56],
:plotly => [2, 21, 24, 25, 30, 31, 49, 50, 51, 55],
:pgfplotsx => [ :pgfplotsx => [
2, # animation 2, # animation
6, # images 6, # images
@ -1282,8 +1281,9 @@ _backend_skips = Dict(
32, # spy 32, # spy
49, # polar heatmap 49, # polar heatmap
51, # image with custom axes 51, # image with custom axes
56, # custom bar plot
], ],
:inspectdr => [4, 6, 10, 22, 24, 28, 30, 38, 43, 45, 47, 48, 49, 50, 51, 55], :inspectdr => [4, 6, 10, 22, 24, 28, 30, 38, 43, 45, 47, 48, 49, 50, 51, 55, 56],
:unicodeplots => [ :unicodeplots => [
5, # limits issue 5, # limits issue
6, # embedded images unsupported 6, # embedded images unsupported
@ -1305,6 +1305,7 @@ _backend_skips = Dict(
51, # embedded images unsupported 51, # embedded images unsupported
52, # 3D quiver unsupported 52, # 3D quiver unsupported
55, # 3D unsupported 55, # 3D unsupported
56, # barplots
], ],
:gaston => [ :gaston => [
2, # animations 2, # animations