# Setting miter limit in Makie

**URL:** https://discourse.julialang.org/t/setting-miter-limit-in-makie/86952
**Category:** Visualization
**Tags:** plotting
**Created:** [September 8, 2022, 5:11pm UTC](https://discourse.julialang.org/t/setting-miter-limit-in-makie/86952 "2022-09-08T17:11:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Michael\_Young](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/michael_young/32/35897_2.png) [@Michael\_Young](https://discourse.julialang.org/u/Michael_Young)
#### Post date: [September 8, 2022, 5:11pm UTC](https://discourse.julialang.org/t/setting-miter-limit-in-makie/86952/1 "2022-09-08T17:11:29Z")

</div>

Hello, I was wondering if there was a way to set the miter limit in Makie? I couldn’t find this in the documentation. The default for CairoMakie appears to be 10 which leads to a lot of artifacts when i have lines with a lot of points.

Best,  
Mike

---

<div class="post-metadata">

### Author: ![jules](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@jules](https://discourse.julialang.org/u/jules)
#### Post date: [September 8, 2022, 5:16pm UTC](https://discourse.julialang.org/t/setting-miter-limit-in-makie/86952/2 "2022-09-08T17:16:44Z")

</div>

You can’t set that currently, although I thought it was higher than 10. GLMakie doesn’t have a setting for this which is why CairoMakie doesn’t have one either. It would not be hard to add in principle, more a question of API and how to deal with the backend differences.
