plot() und lines()

remove #4
This commit is contained in:
2019-12-19 14:16:43 +01:00
parent 9712cdbbcc
commit e1e5ec6685

View File

@@ -8,3 +8,6 @@ def neue_funktion():
aki <- func(x) {
print(x)
}
plot(1:10, rep(1,10))
lines(1:10, 1:10)