Remove deprecated matplotlib method from library
Created by: ucyo
According to matplotlib the method validate_path_exists
is deprecated and should be replaced by os.path.exists
-
Tests added (for all bug fixes or enhancements) -
Tests passed (for all non-documentation changes) -
Fully documented, including CHANGELOG.rst
for all changes