Description
Patch.viz.waterfall() produces noticeably different plots with apparent saturation/contrast of traces when using matplotlib==3.9.2 versus the newer Matplotlib that gets installed alongside DASCore.
Example
matplotlib==3.9.2
pa.viz.waterfall(scale=0.0001)

matplotlib==3.10.5
pa.viz.waterfall(scale=0.0001)

pa.viz.waterfall(scale=0.01)

Expected behavior
Versions
- OS [e.g. Ubuntu 20.04]: MacOS 15.6
- DASCore Version [e.g. 0.0.5]: 0.1.9
- Python Version [e.g. 3.10]: 3.12