Default matplotlib data path

Would it be considered cleaner to embed the mpl data into the
matplotlib module? This would make it easier to clean a mpl install.
The data path could be expressed fairly easily too, as a one-liner:

os.sep.join([os.path.split(matplotlib.__file__)[0], 'matplotlib-data'])

Just a thought.....

- Charlie