blob: e04cc01cdd1ce1a5d0fbfd62f4c2a291fa6691ef (
plain)
1
2
3
4
5
6
7
8
9
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";
|