|
From: Charlie M. <cw...@gm...> - 2005-12-07 14:01:43
|
Would it be considered cleaner to embed the mpl data into the matplotlib module? This would make it easier to clean a mpl install.=20 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 |