summaryrefslogtreecommitdiffstats
path: root/docs/graphs/generate.sh
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-20 05:01:36 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-20 05:01:36 +0100
commitcae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e (patch)
tree76553108325ab23a123269cfe8fa3bd8e5845e81 /docs/graphs/generate.sh
parentfdc99e5bf619daf46b9f3508827a79e329b0da9b (diff)
downloadiced-cae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e.tar.gz
iced-cae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e.tar.bz2
iced-cae26cb7bc627f4a5b3bcf1cd023a0c552e8c65e.zip
Remove high contrast from graphs
Diffstat (limited to 'docs/graphs/generate.sh')
-rwxr-xr-xdocs/graphs/generate.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/graphs/generate.sh b/docs/graphs/generate.sh
new file mode 100755
index 00000000..45073820
--- /dev/null
+++ b/docs/graphs/generate.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+
+for file in *.dot
+do
+ dot -Tpng ${file} -o ${file%.*}.png
+done