Closed jselsing closed 7 years ago
When redoing mask for individual line, the plotting is not reset and thus previous masks are still visible. New masks are over plotted on old ones. Maybe plt.axvline should return axis object that can be deleted so that plt.draw() removes the axis.
This has been fixed.
When redoing mask for individual line, the plotting is not reset and thus previous masks are still visible. New masks are over plotted on old ones. Maybe plt.axvline should return axis object that can be deleted so that plt.draw() removes the axis.