[Matplotlib-users] feedback request - plot_surface()/plot_wireframe()
Benjamin Root
ben.v.root at gmail.com
Fri Nov 11 12:48:44 EST 2016
Hello all,
I am doing a "style change" for v2.0 with the long reviled rstride/cstride
arguments to plot_surface(). No, I am not changing the default to 1. But I
am adding two new arguments: "rcount/ccount" to allow users to specify the
maximum number of evenly spaced samples to take from the input data. rcount
and ccount will be the default sampling method for plot_surface() (unless
the 'classic' mode is turned on).
As I was putting together this PR, I remembered that plot_wireframe() also
takes rstride/cstride, so it makes sense to add the rcount/ccount feature
to it as well. However, the question I pose to the users: "should
rcount/ccount be the new sampling method in plot_wireframe()?"
I would appreciate any and all feedback on this question.
PR is https://github.com/matplotlib/matplotlib/pull/7164
Cheers!
Ben Root
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20161111/dab2cf8e/attachment.html>
More information about the Matplotlib-users
mailing list