We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plotting a vector of circles only plots the final circle in the vector. For example
figure drawCircle([10 20 30; 15 15 40])
will draw only the circle [15 15 40]. The same issue exists with drawCircle3d.
[15 15 40]
drawCircle3d
The text was updated successfully, but these errors were encountered:
fixed in ffe80f5
Sorry, something went wrong.
Nice work, I am very grateful. As far as I can tell the same problem exists in drawCircle3d as well.
yes, indeed! I have fixed most of the functions for the 2D case, but did not start the 3D case yet. I reopen to make sure I do not forget...
I made an update (b553706) that manages most of 3D drawing functions. Still not complete (e.g. for ellipsoids), but on progress...
dlegland
No branches or pull requests
Plotting a vector of circles only plots the final circle in the vector. For example
will draw only the circle
[15 15 40]
. The same issue exists withdrawCircle3d
.The text was updated successfully, but these errors were encountered: