Closed d-chambers closed 1 year ago
this line of the wiggle plot should use ax.plot rather than plt.plot. We want to avoid the weird things that can happen with matplotlib's global state in these plotting functions.
ax.plot
plt.plot
Description
this line of the wiggle plot should use
ax.plot
rather thanplt.plot
. We want to avoid the weird things that can happen with matplotlib's global state in these plotting functions.