Compare commits

...

3 Commits

Author SHA1 Message Date
Jerry Ling ae7aa65907 let's test the new LTS 2021-12-01 14:27:58 -05:00
t-bltg b1c56126fb Fix missing examples backend 2021-12-01 17:43:52 +01:00
t-bltg e1f507b77f Update doc examples 2021-12-01 17:30:24 +01:00
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
- 'nightly'
os:
+6 -4
View File
@@ -1270,9 +1270,8 @@ const _examples = PlotExample[
_animation_examples = [2, 31]
_backend_skips = Dict(
:gr => [25, 30],
:pyplot => [2, 25, 30, 31, 49, 55],
:plotlyjs => [2, 21, 24, 25, 30, 31, 49, 51, 55],
:plotly => [2, 21, 24, 25, 30, 31, 49, 50, 51, 55],
:pyplot => [2, 25, 30, 31, 49, 55, 56],
:plotlyjs => [2, 21, 24, 25, 30, 31, 49, 51, 55, 56],
:pgfplotsx => [
2, # animation
6, # images
@@ -1282,8 +1281,9 @@ _backend_skips = Dict(
32, # spy
49, # polar heatmap
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 => [
5, # limits issue
6, # embedded images unsupported
@@ -1305,6 +1305,7 @@ _backend_skips = Dict(
51, # embedded images unsupported
52, # 3D quiver unsupported
55, # 3D unsupported
56, # barplots
],
:gaston => [
2, # animations
@@ -1313,6 +1314,7 @@ _backend_skips = Dict(
50, # TODO: 1D data not supported for pm3d
],
)
_backend_skips[:plotly] = _backend_skips[:plotlyjs]
# ---------------------------------------------------------------------------------