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 /tree-size-stats-no-bc.gnuplot | |
download | AGH-msc-thesis-magister.tar.gz AGH-msc-thesis-magister.zip |
Diffstat (limited to 'tree-size-stats-no-bc.gnuplot')
-rw-r--r-- | tree-size-stats-no-bc.gnuplot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tree-size-stats-no-bc.gnuplot b/tree-size-stats-no-bc.gnuplot new file mode 100644 index 0000000..1be9de1 --- /dev/null +++ b/tree-size-stats-no-bc.gnuplot @@ -0,0 +1,11 @@ +#!/usr/bin/env gnuplot + +## SPDX-License-Identifier: CC0-1.0 +## +## Copyright (C) 2025 Woj. Kosior <koszko@koszko.org> + +stats_filename = "tree-size-stats-no-bc.csv"; +omit_breaking_changes = 1; +out_filename = "tree-size-stats-no-bc.svg"; + +load "tree-size-stats.gnuplot"; |