diff options
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"; |