Rasmus Henningsson
Rasmus Henningsson
The following plot looks good when created ```julia plot(x=1:20, y=sin.(1:20), Geom.line, Scale.x_continuous(;labels=x->"looooooooooooooooooooong")) ``` but as soon as you start panning or zooming, the xtick labels are changed from vertical to...
It would be great with a new release, in particular since #29 has been merged to master since the last release.
If I have the following struct in a module tracked by Revise: ```julia module ReviseBug struct Foo
Currently, `QML.jl` works well with `GLMakie.jl` v0.6 (and `Makie.jl` v0.17). But not with the latest versions - `GLMakie.jl` v0.8 (and `Makie.jl` v0.19). The error message is "`GLScreen` not defined". Hopefully,...
It would be useful to forward mouse (and keyboard) input to Makie. E.g. to be able to spin 3d plots using the mouse. The proper way to do this would...
`readline(s::GZipStream)` does not handle the chomp keyword that is available in Base, `readline(s::IO; chomp::Bool=true)`, and this causes some confusion. Calling `readline(s::GZipStream)` thus gives lines with trailing newline, but `readline(s::IO)` does...
Replaced \times with × that will work in both docstring and docs.