Closed jakirkham closed 5 years ago
Appears matplotlib
is still being installed. Likely because scikit-image
requires it.
There's also a bit of code in the nanshe/nanshe
Docker image, which will need to be shifted to wherever matplotlib
does get installed. For now it sounds like it is ok to keep in nanshe/nanshe
, but it is something to keep an eye on.
Drops the old, deprecated code for the Matplotlib-based viewer. This is merely an alias to
mplview
left in to aid people migrating tomplview
, which is better documented, tested, and cleaned up after the refactor. The workflow itself already requiresmplview
and uses that directly. Also more than a sufficient amount of time has passed since the deprecation. Hence this goes ahead and drops that code and the associated requirements. Users should be able to easily getmplview
themselves should they need it.