select pgfplots examples for docs

This commit is contained in:
Daniel Schwabeneder 2018-10-14 15:38:50 +02:00
parent 22c3afd8a0
commit 04f502df8a

View File

@ -443,7 +443,7 @@ _backend_skips = Dict(
:gr => [25, 30], :gr => [25, 30],
:pyplot => [25, 30], :pyplot => [25, 30],
:plotlyjs => [2, 21, 25, 30, 31], :plotlyjs => [2, 21, 25, 30, 31],
:pgfplots => [2, 25, 30], :pgfplots => [2, 5, 6, 10, 16, 20, 22, 23, 25, 28, 30],
) )
# --------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------