NPIOcean / kobbe

Post-processing of ice and ocean data from Nortek Signature ADCPs
MIT License
1 stars 0 forks source link

Pressure plot not displaying corectly in kobbe.load.chop #13

Closed oyvfoss closed 2 months ago

oyvfoss commented 3 months ago

ds = kobbe.load.chop(ds) displays a plot showing the pressure time series before and after chopping, prompting the user to accept or decline.

However, the plot does not actually show until after the user input, which defeats the purpose..

Look over- maybe we need a plt.show() statement or something?

oyvfoss commented 2 months ago

Fixed