From 04f502df8aeb8299e3e82dfeeeffa7917f7c0869 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 14 Oct 2018 15:38:50 +0200 Subject: [PATCH] select pgfplots examples for docs --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index 762d857c..7050b1e3 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -443,7 +443,7 @@ _backend_skips = Dict( :gr => [25, 30], :pyplot => [25, 30], :plotlyjs => [2, 21, 25, 30, 31], - :pgfplots => [2, 25, 30], + :pgfplots => [2, 5, 6, 10, 16, 20, 22, 23, 25, 28, 30], ) # ---------------------------------------------------------------------------------