DASDAE / dascore

A python library for distributed fiber optic sensing
Other
80 stars 17 forks source link

Incorrect use of plt in wiggle plot #279

Closed d-chambers closed 1 year ago

d-chambers commented 1 year ago

Description

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.