Skip to content

Commit

Permalink
Merge pull request #458 from jeromeag/feature/gnuplot
Browse files Browse the repository at this point in the history
Feature/gnuplot
  • Loading branch information
dduportal authored Jul 2, 2024
2 parents 00785d6 + 65b0bb5 commit 9e971aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ RUN apk add --no-cache \
findutils \
font-bakoma-ttf \
git \
gnuplot \
graphviz \
inotify-tools \
make \
Expand Down
8 changes: 8 additions & 0 deletions tests/fixtures/sample-with-diagram.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
....

0 comments on commit 9e971aa

Please sign in to comment.