Marc Pabst
Marc Pabst
# Description Fixes #2169 Allows to pass both a `Bool` and a `Tuple{Bool, Bool}` for `xtrimspine` and `ytrimspine`. ## Type of change Delete options that do not apply: - [x]...
I think the meaning would be self-explanatory. Sometimes you want to trim only one end of the spine and currently that's not possible. I would be happy to implement this...
Hi, how should we deal with formats that use multiple different files to store data? Think of formats that consist of a data file and a header file with the...
This PR improves numerical stability for the von-Mises-Fisher distribution for large values of `Îș`.
The Power Spherical distribution (https://arxiv.org/abs/2006.04437) is nice (and simpler!) alternative to the von-Mises-Fisher distribution. - [ ] add / extend docstrings - [ ] extend tests - [x] add known...
Often, an R `list` will have multiple class attributes: `- attr(*, "class")= chr [1:3] "class1" "class2" "class3"`. For a single class, `rcopytype(::Type{RClass{:class}}, s::Ptr{VecSxp}) = MyType`seems to work, but is there...
When a video is running (also when paused vie pause or the home key) the API alsways shows "play" which is obviously not correct. Running v. 1.0.2 and latest FireTV-OS.
Hey, I just stumbled upon this library and while it looks super neat, the examples are a bit sparse. So this might be a bit of a stretch, but I'm...
Hi, when using a calibration with a second monitor on Windows (tried both Win 10 and the most up-top-date Win 11 build), I always get OSError: The hardware look-up table...
## Bug description `PolarAxis` is not supported. ## Steps to reproduce Running ```julia AlgebraOfGraphics.draw(plt, axis=(type=PolarAxis, thetalimits=(-pi, pi))) ``` results in ``` MethodError: Cannot `convert` an object of type Type{PolarAxis} to...