# Makie: GLMakie backend fails to join the points in lines plot

**URL:** https://discourse.julialang.org/t/makie-glmakie-backend-fails-to-join-the-points-in-lines-plot/78724
**Category:** General Usage
**Tags:** question, pluto, makie, wglmakie, glmakie
**Created:** [March 30, 2022, 7:53am UTC](https://discourse.julialang.org/t/makie-glmakie-backend-fails-to-join-the-points-in-lines-plot/78724 "2022-03-30T07:53:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kunzaatko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kunzaatko/32/25153_2.png) [@kunzaatko](https://discourse.julialang.org/u/kunzaatko)
#### Post date: [March 30, 2022, 7:53am UTC](https://discourse.julialang.org/t/makie-glmakie-backend-fails-to-join-the-points-in-lines-plot/78724/1 "2022-03-30T07:53:53Z")

</div>

In line graphs using _Makie_ with the backend _GLMakie_, the lines are not joined together. I do not know how to debug this. I suspect that this is an issue with my _OpenGL_. The compilation of GLMakie did not throw any warnings or errors and _OpenGL_ is in version (output of `glxinfo`):

> OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.0.0

This is how the graph of `sin` and `cos` at `-pi..pi` looks like:

 ![GLMakie_sin_and_cos](https://global.discourse-cdn.com/julialang/original/3X/9/1/91f516191576054529c82bc5cc7871714555a655.png)

You can see that there are some points but they are not joined. Other backends work normally.

---

<div class="post-metadata">

### Author: ![sdanisch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sdanisch/32/1406_2.png) [@sdanisch](https://discourse.julialang.org/u/sdanisch)
#### Post date: [March 30, 2022, 9:15am UTC](https://discourse.julialang.org/t/makie-glmakie-backend-fails-to-join-the-points-in-lines-plot/78724/2 "2022-03-30T09:15:35Z")

</div>

I think this is [https://github.com/JuliaPlots/Makie.jl/issues/1460](https://github.com/JuliaPlots/Makie.jl/issues/1460)?

---

<div class="post-metadata">

### Author: ![kunzaatko](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kunzaatko/32/25153_2.png) [@kunzaatko](https://discourse.julialang.org/u/kunzaatko)
#### Post date: [March 30, 2022, 12:51pm UTC](https://discourse.julialang.org/t/makie-glmakie-backend-fails-to-join-the-points-in-lines-plot/78724/3 "2022-03-30T12:51:11Z")

</div>

Yeah, that’s it for sure. I browsed the issues before posting this and did not find this one, which is interesting. Thank you very much!
