diff options
author | W. Kosior <koszko@koszko.org> | 2025-09-19 12:47:44 +0200 |
---|---|---|
committer | W. Kosior <koszko@koszko.org> | 2025-09-19 13:09:45 +0200 |
commit | 7000b1f2bb2fca5b7707c9b1a9f58f43100212d3 (patch) | |
tree | cc5531b93b8e76c39e3c58d52574f68e86c3f05e /unflattened-multiver-counts-no-bc.gnuplot | |
download | AGH-msc-thesis-magister.tar.gz AGH-msc-thesis-magister.zip |
Diffstat (limited to 'unflattened-multiver-counts-no-bc.gnuplot')
-rw-r--r-- | unflattened-multiver-counts-no-bc.gnuplot | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unflattened-multiver-counts-no-bc.gnuplot b/unflattened-multiver-counts-no-bc.gnuplot new file mode 100644 index 0000000..e04cc01 --- /dev/null +++ b/unflattened-multiver-counts-no-bc.gnuplot @@ -0,0 +1,10 @@ +#!/usr/bin/env gnuplot + +## SPDX-License-Identifier: CC0-1.0 +## +## Copyright (C) 2025 Woj. Kosior <koszko@koszko.org> + +counts_filename = "unflattened-multiver-counts-no-bc.csv"; +out_filename = "unflattened-multiver-counts-no-bc.svg"; + +load "unflattened-multiver-counts.gnuplot"; |