Remove all matplotlib version checks from source. #34650
Labels
ISIS Team: Core
Issue and pull requests managed by the Core subteam at ISIS
Maintenance
Unassigned issues to be addressed in the next maintenance period.
Describe the outcome that is desired.
Now that our packaged matplotlib version is consistent across all operating systems, we no longer need to support multiple versions.
Describe any solutions you are considering
Remove all matplotlib version checks from source code. There are a lot of places where different functions/attributes are called based on matplotlib version checks. These are no longer needed.
Additional context
e.g.
if LooseVersion(matplotlib.__version__) <= LooseVersion("3.1.3"):
The text was updated successfully, but these errors were encountered: