python swig work

This commit is contained in:
Vitor Santos Costa
2016-09-21 14:55:09 -05:00
parent c58064bd0b
commit b2156aad2d
6 changed files with 25 additions and 5 deletions

View 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().