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

"extent" documentation is incomplete and unclear #166

Open
jdmarch opened this issue Mar 25, 2015 · 0 comments
Open

"extent" documentation is incomplete and unclear #166

jdmarch opened this issue Mar 25, 2015 · 0 comments

Comments

@jdmarch
Copy link

jdmarch commented Mar 25, 2015

Feedback from a user:

The problem is that the extent parameter is used in points3d, axes, and outline, but it does different things. When used in points3d it just rescales the coordinates so when axes is called (w/o the extent parameter) it adds axes to these rescaled coordinates. On the other hand, if you use points3d w/o extent and then call axes with extent if will draw axes according to extent. So for example if the extent of my data is [-10,10,-10,10,-10,10] and I just call points3d w/o extent and then then call axes with extent=[-100,100,-100,100,-100,100] then I will have the axes around a cube with 200 sides, and my points will be a tiny blob in the center.

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