This commit is contained in:
Vitor Santos Costa
2016-08-25 01:26:11 -05:00
parent 79791604d9
commit f12349993b
11 changed files with 131 additions and 2746 deletions

View File

@@ -5,7 +5,9 @@ main :-
Plt = matplotlib.pyplot,
:= import( Plt ),
:= (
Plt.figure(figsize=(10,2.5))
Plt.plot([1,2,3,4]),
Plt.ylabel(`some numbers`),
Plt.show()
).