From 0efb3e5af7ce7a4f514ffd99354822e71a0d4c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Arbez-Gindre?= Date: Sat, 29 Jun 2024 00:59:19 +0200 Subject: [PATCH 1/2] Add a gnuplot example for asciidoctor-diagram test --- tests/fixtures/sample-with-diagram.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/fixtures/sample-with-diagram.adoc b/tests/fixtures/sample-with-diagram.adoc index 7c42fa14..cca7b2eb 100644 --- a/tests/fixtures/sample-with-diagram.adoc +++ b/tests/fixtures/sample-with-diagram.adoc @@ -221,3 +221,11 @@ drive 1--* play_player play 1--* play_player player 1--* play_player ---- + +=== Gnuplot +http://www.gnuplot.info/ + +[gnuplot] +.... +plot sin(x) +.... From af0510917435a5a527f80007c4bfd0fe92896f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Arbez-Gindre?= Date: Sat, 29 Jun 2024 01:07:34 +0200 Subject: [PATCH 2/2] Install Gnupot --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 911c1ad4..8286658a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,6 +66,7 @@ RUN apk add --no-cache \ findutils \ font-bakoma-ttf \ git \ + gnuplot \ graphviz \ inotify-tools \ make \