Remote pyplot.hold
It's deprecated now
This commit is contained in:
parent
7cbbaedcdb
commit
43d1464258
@ -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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user