On Tue, Dec 11, 2012 at 2:08 PM, Chloe Lewis <chle...@berkeley.edu> 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
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to