Remote pyplot.hold

It's deprecated now
This commit is contained in:
Jan Petykiewicz 2017-05-20 21:21:50 -07:00
parent 7cbbaedcdb
commit 43d1464258

View File

@ -190,7 +190,6 @@ def test1(solver=generic_solver):
s1x, s2x = poyntings(E) s1x, s2x = poyntings(E)
pyplot.plot(s1x[0].sum(axis=2).sum(axis=1)) pyplot.plot(s1x[0].sum(axis=2).sum(axis=1))
pyplot.hold(True)
pyplot.plot(s2x[0].sum(axis=2).sum(axis=1)) pyplot.plot(s2x[0].sum(axis=2).sum(axis=1))
pyplot.show() pyplot.show()