Skip to content

Commit 7a0c8f2

Browse files
committed
dont plot equilpoints in separatrices()
1 parent c806ed5 commit 7a0c8f2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

control/phaseplot.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -829,10 +829,6 @@ def separatrices(
829829
# Plot separatrices by flowing backwards in time along eigenspaces
830830
out = []
831831
for i, xeq in enumerate(equilpts):
832-
# Plot the equilibrium points
833-
with plt.rc_context(rcParams):
834-
out += ax.plot(xeq[0], xeq[1], marker='o', color='k', zorder=zorder)
835-
836832
# Figure out the linearization and eigenvectors
837833
evals, evecs = np.linalg.eig(sys.linearize(xeq, 0, params=params).A)
838834

0 commit comments

Comments
 (0)