From e1e5ec6685fcd6c569d6eb7323dc33b38bad9770 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 14:16:43 +0100 Subject: [PATCH] plot() und lines() remove #4 --- Datei1.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Datei1.txt b/Datei1.txt index 0fea95a..757dab9 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -8,3 +8,6 @@ def neue_funktion(): aki <- func(x) { print(x) } + +plot(1:10, rep(1,10)) +lines(1:10, 1:10) \ No newline at end of file