[Matplotlib-users] axes3d.get_test_data; where else is test data?

2014-11-06 Thread Adam Hughes
Hi, I recently noticed the method: axes3d.get_test_data() I was curious if other test/sample data is available somewhere in matplotlib, for demo purposes? Or if this is the only sample dataset in the library? Not just for 3dplots but for any plot type... Sorry if I'm overlooking the obvio

Re: [Matplotlib-users] axes3d.get_test_data; where else is test data?

2014-11-07 Thread Thomas Caswell
Take a look at matplotlib.cbook.get_sample_data. That said, I don't think an _axes_ object should have such a function and axes3d.get_test_data() should be removed. Tom On Thu Nov 06 2014 at 11:40:18 AM Adam Hughes wrote: > Hi, > > I recently noticed the method: > > axes3d.get_test_data()

Re: [Matplotlib-users] axes3d.get_test_data; where else is test data?

2014-11-10 Thread Adam Hughes
Thanks! On Nov 7, 2014 3:39 PM, "Thomas Caswell" wrote: > Take a look at matplotlib.cbook.get_sample_data. > > That said, I don't think an _axes_ object should have such a function and > axes3d.get_test_data() should be removed. > > Tom > > On Thu Nov 06 2014 at 11:40:18 AM Adam Hughes > wrote: