aboutsummaryrefslogtreecommitdiff
path: root/common_2019_2025_percent.gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'common_2019_2025_percent.gnuplot')
-rwxr-xr-xcommon_2019_2025_percent.gnuplot16
1 files changed, 16 insertions, 0 deletions
diff --git a/common_2019_2025_percent.gnuplot b/common_2019_2025_percent.gnuplot
new file mode 100755
index 0000000..4726c3a
--- /dev/null
+++ b/common_2019_2025_percent.gnuplot
@@ -0,0 +1,16 @@
+#!/usr/bin/env gnuplot
+
+## SPDX-License-Identifier: CC0-1.0
+##
+## Copyright (C) 2025 Woj. Kosior <koszko@koszko.org>
+
+set terminal svg size 800,400 font "DejaVu,sans,14.5";
+set output "common_2019_2025_percent.svg";
+set ylabel "Common packages [%]";
+set xlabel "Number analyzed packages having the most dependees";
+set key noautotitle;
+set linetype 1 linecolor rgb "0x333333";
+set style data lines;
+set grid;
+set yrange [0:100];
+plot "common_2019_2025_percent.txt" using 0:1;