Re: [matplotlib-devel] cbook.get_sample_data() and custom sample_data location

2012-11-10 Thread Sandro Tosi
Hi all again, On Fri, Nov 9, 2012 at 11:53 PM, Sandro Tosi wrote: > Hello, > for the Debian package, we install sample_data directory in a custom > location, /usr/share/matplotlib/sample_data/ . > > Pre-1.2.0 we could specify the examples.directory rcParam, but now > that parameter has been remov

[matplotlib-devel] cbook.get_sample_data() and custom sample_data location

2012-11-09 Thread Sandro Tosi
Hello, for the Debian package, we install sample_data directory in a custom location, /usr/share/matplotlib/sample_data/ . Pre-1.2.0 we could specify the examples.directory rcParam, but now that parameter has been removed. If we want to keep shipping sample_data in /usr/share/matplotlib/ , it see