From 19a90c3a4db6ed8cf8b173e0cdda5a94c211c9eb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 6 Apr 2014 04:00:14 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- test/cubic_interpolation | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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() -- cgit v1.2.3-70-g09d2