From 3e8a18c57da9a2b590146230e3691bba014b0c07 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 15:51:14 +0100 Subject: [PATCH 1/4] einfacher plot --- Datei1.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Datei1.txt b/Datei1.txt index 8474a40..64c1183 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1 +1,3 @@ Hello du! + +plot(letters[1:5], seq(1:5)) \ No newline at end of file From 1cbb651ae73715636b112ce7787cb219923f5511 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 15:51:58 +0100 Subject: [PATCH 2/4] =?UTF-8?q?grid=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Datei1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Datei1.txt b/Datei1.txt index 64c1183..1f3fdb0 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,3 +1,4 @@ Hello du! -plot(letters[1:5], seq(1:5)) \ No newline at end of file +plot(letters[1:5], seq(1:5)) +grid() \ No newline at end of file From 88ccc761a375f05040f5246cd8eb41bd9ad396f4 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 15:55:29 +0100 Subject: [PATCH 3/4] =?UTF-8?q?new=20line=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Datei1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datei1.txt b/Datei1.txt index 1f3fdb0..f2ac715 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,4 +1,4 @@ Hello du! plot(letters[1:5], seq(1:5)) -grid() \ No newline at end of file +grid() From b99f3934e99cdfd7a13b9bd14592c3f9693b3c63 Mon Sep 17 00:00:00 2001 From: Reckling Date: Thu, 19 Dec 2019 16:03:26 +0100 Subject: [PATCH 4/4] du entfernt resolve #6 --- Datei1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Datei1.txt b/Datei1.txt index f2ac715..b92b636 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -1,4 +1,4 @@ -Hello du! +Hello! plot(letters[1:5], seq(1:5)) grid()