summaryrefslogtreecommitdiffstats
path: root/test/cubic_interpolation
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtest/cubic_interpolation1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cubic_interpolation b/test/cubic_interpolation
index dac0d99..bc558e2 100755
--- a/test/cubic_interpolation
+++ b/test/cubic_interpolation
@@ -42,6 +42,7 @@ def main():
add_graph(fig, 223, [(i / 15) ** 0.5 for i in range(16)])
#add_graph(fig, 224, [random() for i in range(16)])
add_graph(fig, 224, [(-1) ** (i // 2) for i in range(16)])
+ #add_graph(fig, 224, [i / 15 * (-1) ** (i // 2) for i in range(16)])
# Show graphs
plot.show()