louwrentius / fio-plot

Create charts from FIO storage benchmark tool output
BSD 3-Clause "New" or "Revised" License
357 stars 85 forks source link

Update bar3d.py to work with matplotlib 3.8 #142

Closed cyberguy42 closed 7 months ago

cyberguy42 commented 7 months ago

Some API changes in Matplotlib 3.8 (this and this) broke fio-plot's 3D barplot functionality. This PR updates bar3d.py to be compatible with Matplotlib 3.8 and should address #127 and #141

TjerkNan commented 7 months ago

Thanks a lot for figuring this out, I'll test this and merge later this week.