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:
You can see that there are some points but they are not joined. Other backends work normally.