python
This commit is contained in:
@@ -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()
|
||||
).
|
||||
|
||||
|
Reference in New Issue
Block a user