|
|
@@ -755,15 +755,6 @@ def _get_data_path_cached(): |
|
|
always=False)
|
|
|
|
|
|
|
|
|
-def get_example_data(fname):
|
|
|
- """
|
|
|
- get_example_data is deprecated -- use matplotlib.cbook.get_sample_data
|
|
|
- instead
|
|
|
- """
|
|
|
- raise NotImplementedError('get_example_data is deprecated -- use '
|
|
|
- 'matplotlib.cbook.get_sample_data instead')
|
|
|
-
|
|
|
-
|
|
|
def get_py2exe_datafiles():
|
|
|
datapath = get_data_path()
|
|
|
_, tail = os.path.split(datapath)
|
|
|
|