Open lazarusA opened 5 days ago
latgridplot = lines!(scene, latticks_line_obs; color=axis.ygridcolor, linewidth=axis.ygridwidth,
visible=axis.ygridvisible, linestyle=axis.ygridstyle, transparency=true)
Maybe we need to change the default? Does it work if you pass the geoaxis constructor the parameter like GeoAxis(...; ygridstyle = :dash)
?
it looks like currently this is not possible, I'm looking into getting the current ones, and the do my own.