JuliaGeometry / MeshViz.jl

Makie.jl recipes for visualization of Meshes.jl

Home Page:https://github.com/JuliaGeometry/Meshes.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set linewidth of Chain?

cserteGT3 opened this issue · comments

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)

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.