Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

How to set linewidth of Chain? #45

Closed
cserteGT3 opened this issue Apr 19, 2023 · 3 comments · Fixed by #58
Closed

How to set linewidth of Chain? #45

cserteGT3 opened this issue Apr 19, 2023 · 3 comments · Fixed by #58
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cserteGT3
Copy link

Is there any way to set the width of the drawn lines, when visualizing Chains? I think Makie's argument is called linewidth, but that is not passed through.
MWE is something like this:

viz(Chain([Point3(0,0,0), Point3(0,1,0), Point3(0,0,1), Point3(1,1,1)]), linewidth=10)
@juliohm
Copy link
Member

juliohm commented Apr 19, 2023 via email

@cserteGT3
Copy link
Author

I like that idea, because I often find myself tweaking different aestethics parameters. Though going through the code, I'm not sure that I could setup even an initial version in a PR.

@juliohm
Copy link
Member

juliohm commented Apr 19, 2023 via email

@juliohm juliohm added enhancement New feature or request help wanted Extra attention is needed labels Apr 19, 2023
@eliascarv eliascarv self-assigned this May 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants