|
From: Benjamin R. <ben...@ou...> - 2012-12-11 19:16:56
|
On Tue, Dec 11, 2012 at 2:08 PM, Chloe Lewis <ch...@be...> wrote: > Would it be workable for the default to be proportional to the size of the > array passed in? (suggested only because I do that myself, when deciding > how coarse an investigative plot I can get away with.) > > &C > > That is pretty much what the PR I was referring to does: https://github.com/matplotlib/matplotlib/pull/1040 It makes it so that the behavior of both plot_surface and plot_wireframe is the same in this respect. So, by default, the rstride and cstride would be 1% of the size of your data array. This would make the default for the recent example be 1, therefore showing every point. I wonder if a logarithmic default would make sense to better handle large data arrays? Thoughts? Ben Root |