Return the path to Matplotlib data.
()
| 633 | |
| 634 | @_logged_cached('matplotlib data path: %s') |
| 635 | def get_data_path(): |
| 636 | """Return the path to Matplotlib data.""" |
| 637 | return str(Path(__file__).with_name("mpl-data")) |
| 638 | |
| 639 | |
| 640 | def matplotlib_fname(): |
no test coverage detected
searching dependent graphs…