CalCOFI / capstone

Capstone project for CCDSP fellowship, where we will store data and code
1 stars 2 forks source link

Depth Average Plots Animation #103

Open PK0207 opened 2 years ago

PK0207 commented 2 years ago

It would be nice to specify that if there is an error in the plot, the plot should not update rather than show the error. That way the comparison can be continuous.

PK0207 commented 2 years ago

Tried tryCatch to bypass the error and I get a function error that I don't understand. Tried try() as well and validate() as well but these don't work either.