I have the following problem:
When I try to Plot something the it looks like this
using Plots
plot(sin,0,6)
similarly with Makie:
using GLMakie
lines(0..6,sin)
Maybe I accendentally changed some parameter that is causing this or I am missing somthing obvious?