-
Notifications
You must be signed in to change notification settings - Fork 11
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
unit vectors #51
Comments
If I had to guess, I'd hazard one that the scales of the x-y-z axes are not the same. In an x-y plot, we have the BTW, I should have that extra argument to |
You are completely right that the scales aren't equal. I can't believe I missed that! Thanks! |
I was off to fix this in the package, and find it has already been done:
Did you get code you copied from the notes? (If so, I got to fix those up...) |
Yeah, I got it from the notes. I'm glad its all fixed up now. Thanks again for the quick and helpful responses. |
@jverzani
Hi, thank you so much for creating this. I am currently using the arrow! function for 3D vectors. I did change the function since I needed to be able to specify a plot I wanted it on:
I want to have vectors with uniform length. However, though normalizing the vectors changes the length (these vectors are pretty short and would be invisible without the normalization), they are not uniform.
My understanding of the arrow! code is that normalizing the vectors should work. However, I've only recently started coding. I'm not sure where I'm going wrong here. Thanks for any advice you give.
The text was updated successfully, but these errors were encountered: