MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
50 stars 45 forks source link

Fix: Pandas latest #159

Closed ssolson closed 2 years ago

ssolson commented 2 years ago

This PR updates plotting logic that became deprecated in the latest version of Pandas. Previously we could send a Dataframe into a plot and matplotlib would treat each column individually. This was removed in the latest version. This PR adjusted the logic to consider each column individually.