|
From: Charlie M. <cw...@gm...> - 2005-12-07 14:38:58
|
Alright, I'll give it a shot and let you know. On 12/7/05, John Hunter <jdh...@ac...> wrote: > >>>>> "Charlie" =3D=3D 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 > |