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

Plotting a vector of circles only plots the final circle in the vector #171

Open
men8th opened this issue Aug 29, 2023 · 4 comments
Open
Assignees

Comments

@men8th
Copy link

men8th commented Aug 29, 2023

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.

@dlegland dlegland self-assigned this Sep 4, 2023
@dlegland
Copy link
Member

dlegland commented Sep 5, 2023

fixed in ffe80f5

@dlegland dlegland closed this as completed Sep 5, 2023
@men8th
Copy link
Author

men8th commented Sep 8, 2023

Nice work, I am very grateful. As far as I can tell the same problem exists in drawCircle3d as well.

@dlegland dlegland reopened this Sep 8, 2023
@dlegland
Copy link
Member

dlegland commented Sep 8, 2023

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...

@dlegland
Copy link
Member

I made an update (b553706) that manages most of 3D drawing functions. Still not complete (e.g. for ellipsoids), but on progress...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants