Anaconda 5.1, matplotlib 2.2.2 on Win 10 x64
matplotlib\mpl-data\sample_data
is missing from matplotlib package so a number of samples and tutorials that expect to load them with matplotlib.cbook.get_sample_data()
fails.
Tried to install mpl_sample_data
package from conda-forge
but files are installed into the parent directory matplotlib\mpl-data
and not matplotlib\mpl-data\sample_data
where they should be and get_sample_data()
expects to find them as default.
Any suggestion on how to have a complete matplotlib installation on Anaconda?
Thanks