-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
linewidth
for linesegments
in CairoMakie
#2205
Comments
Not sure why this changed exactly, but in CairoMakie there's been a hack for quite some time which changes the line caps to round if it needs to draw connected lines out of multiple segments (because butted caps give ugly gaps). This shouldn't apply to linesegments though I'd say. |
Ideally one could of course pass linecap style manually, but glmakie doesn't have the capability to draw different ones as far as I know. |
This behaviour might have been like this forever -- I didn't test it with previous versions. I just noticed while creating a new GraphMakie reference test and was confused... for my usecase it doesn't actually mater. |
The behavior is the same in 0.21 now, after #2536, and you can control which |
In CairoMakie
0.8.13
, the line ends plottet bylinesegments
look differently depending on whetherlinewidth
is given as a vector or not.results in
The text was updated successfully, but these errors were encountered: