From 43d14642582151e726665d4f8d36dba276e4add9 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 20 May 2017 21:21:50 -0700 Subject: [PATCH] Remote pyplot.hold It's deprecated now --- examples/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/test.py b/examples/test.py index a40309f..a7e1746 100644 --- a/examples/test.py +++ b/examples/test.py @@ -190,7 +190,6 @@ def test1(solver=generic_solver): s1x, s2x = poyntings(E) pyplot.plot(s1x[0].sum(axis=2).sum(axis=1)) - pyplot.hold(True) pyplot.plot(s2x[0].sum(axis=2).sum(axis=1)) pyplot.show()