You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the spectrum utils, one of the functions uses matplotlib. I made it so that matplotlib is not a requirement. If the user doesn't have it installed, it will let them know plotting won't work. But that brings up a larger question: do we want to make matplotlib a requirement? I could imagine other plotting/visualization scripts that could eventually live here.
The text was updated successfully, but these errors were encountered:
For the spectrum utils, one of the functions uses
matplotlib
. I made it so thatmatplotlib
is not a requirement. If the user doesn't have it installed, it will let them know plotting won't work. But that brings up a larger question: do we want to makematplotlib
a requirement? I could imagine other plotting/visualization scripts that could eventually live here.The text was updated successfully, but these errors were encountered: