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

SVG results #10

Open
eleveneee opened this issue Apr 4, 2023 · 3 comments
Open

SVG results #10

eleveneee opened this issue Apr 4, 2023 · 3 comments

Comments

@eleveneee
Copy link

Thank you very much for your work!
Is there any method to extract the coordinates of the points on the vector that are connected to the tail from the output SVG results?
Looking forward to your reply!

@ma-xu
Copy link
Collaborator

ma-xu commented Apr 9, 2023

Thanks for your interest. I think it would be easy to plot the control points:

para['point'] = point_var

@eleveneee
Copy link
Author

Thanks for your interest. I think it would be easy to plot the control points:

para['point'] = point_var

@ma-xu
Thank you for your reply!
I am not fully familiar with the code yet. May I know what I need to do with this line of code to output point coordinate results

@ma-xu
Copy link
Collaborator

ma-xu commented Apr 12, 2023

@eleveneee
You can directly print(para['point'] ) or print(point_var) to check the control points.

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