From ba9a63fcb1493ec4df8587aa6e6f18cabeb9a97a Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Fri, 13 Dec 2019 10:41:42 +0100 Subject: [PATCH] Startup --- script/scitest/numpy_test.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/script/scitest/numpy_test.py b/script/scitest/numpy_test.py index 781a3ab..bdc2a64 100644 --- a/script/scitest/numpy_test.py +++ b/script/scitest/numpy_test.py @@ -458,4 +458,13 @@ array([[1.+0.j, 0.+0.j, 0.+0.j, 0.+0.j], # may vary [0.+0.j, 1.+0.j, 0.+0.j, 0.+0.j]]) """ -print "DONE" \ No newline at end of file + +################################################################################ +# Plot +################################################################################ +plot(a.tolist()) +plot(Convert.reshape(a.data,(4,4))) + + + +print "DONE"