summaryrefslogtreecommitdiff
path: root/src/python/example
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-10-27 09:00:49 +0100
committerMarc Glisse <marc.glisse@inria.fr>2019-10-27 09:00:49 +0100
commit6609f46ac09e2fc08723177ad2bea1ce363aa4fa (patch)
tree2300e615e0dcf22f4a84007027b69c86dd412725 /src/python/example
parent87dc932aeb793b52a6009d39c7580c5f56133511 (diff)
Add interpreter to example
Diffstat (limited to 'src/python/example')
-rw-r--r--src/python/example/ex_diagrams.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/example/ex_diagrams.py b/src/python/example/ex_diagrams.py
index 3dc6fe84..a3efbac9 100644
--- a/src/python/example/ex_diagrams.py
+++ b/src/python/example/ex_diagrams.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
import matplotlib.pyplot as plt
import numpy as np
from sklearn.kernel_approximation import RBFSampler