|
From: John H. <jdh...@ac...> - 2005-12-07 14:06:01
|
>>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
Charlie> Would it be considered cleaner to embed the mpl data into
Charlie> the matplotlib module? This would make it easier to
Charlie> clean a mpl install. The data path could be expressed
Charlie> fairly easily too, as a one-liner:
Charlie> os.sep.join([os.path.split(matplotlib.__file__)[0],
Charlie> 'matplotlib-data'])
Yes, if you can engineer in a way that works with setup w/ and w/o a
--prefix arg it would be preferable, in my view.
JDH
|