Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot_wireframe does not accept vmin, vmax #1761

Closed
janrito opened this issue Feb 18, 2013 · 2 comments
Closed

plot_wireframe does not accept vmin, vmax #1761

janrito opened this issue Feb 18, 2013 · 2 comments

Comments

@janrito
Copy link

janrito commented Feb 18, 2013

plot_wireframe and plot_surface have an almost identical signature.

Axes3D.plot_wireframe(X, Y, Z, *args, **kwargs)
Axes3D.plot_surface(X, Y, Z, *args, **kwargs)

However plot_wireframe does not accept the common keyword arguments to set the maximun and minimum value mapped in the z axis.

@WeatherGod
Copy link
Member

Why should it? vmin and vmax are for scalar mappables for handling color norms. What would you propose plot_wireframe do with such kwargs?

@janrito
Copy link
Author

janrito commented Feb 19, 2013

Got it. Thank you.

I was confusing vmin and vmax with set_zlim.

@janrito janrito closed this as completed Feb 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants