python swig work
This commit is contained in:
10
packages/python/examples/plot.py
Normal file
10
packages/python/examples/plot.py
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
:- [library(python)].
|
||||
|
||||
main :-
|
||||
:= import matplotlib.pyplot,
|
||||
:= Plt = ematplotlib.pyplot,
|
||||
Plt.plot([1,2,3,4]),
|
||||
Plt.ylabel(`some numbers`),
|
||||
Plt.show().
|
||||
|
Reference in New Issue
Block a user