From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../Aufgabenblatt2/DiceSim/dicesim.plt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Master/Modellbildung_und_Simulation/Aufgabenblatt2/DiceSim/dicesim.plt (limited to 'Master/Modellbildung_und_Simulation/Aufgabenblatt2/DiceSim/dicesim.plt') diff --git a/Master/Modellbildung_und_Simulation/Aufgabenblatt2/DiceSim/dicesim.plt b/Master/Modellbildung_und_Simulation/Aufgabenblatt2/DiceSim/dicesim.plt new file mode 100644 index 0000000..b5a01dd --- /dev/null +++ b/Master/Modellbildung_und_Simulation/Aufgabenblatt2/DiceSim/dicesim.plt @@ -0,0 +1,12 @@ +set terminal wxt +set terminal wxt font "/Library/Fonts/Sans Serif, 11" +set datafile separator ";" +set xlabel "eyes" +plot "dicesim.csv" using 1:2 title "abs. Freq." with steps + +set output "dicesim.png" +set terminal png font "/Library/Fonts/Sans Serif, 11" +set datafile separator ";" +set xlabel "eyes" +plot "dicesim.csv" using 1:2 title "abs. Freq." with steps +replot -- cgit v1.2.3