Josef Heinen
Josef Heinen
This problem can't be fixed in `GR`. `Plots` should use the `gr_inqtext` function to obtain the exact bounding box of the text to be drawn and reserve enough space for...
I cannot reproduce the problem. I get: ``` file /usr/local/lib/julia/artifacts/5711513ad6d2e87586a9918861b61e9245b1a6f3/lib/libGR.dylib /usr/local/lib/julia/artifacts/5711513ad6d2e87586a9918861b61e9245b1a6f3/lib/libGR.dylib: Mach-O 64-bit dynamically linked shared library arm64 ``` Are you probably using a Julia installation from an (older) Intel...
I'd really like to help you, but those things are mostly outside the logic of the GR distribution. I also can't say anything about how Juliaup and Pluto interact -...
I don't know who to address this problem to. One solution might be universal binaries - but that would be a big change in the binary builder setups. I have...
I could not reproduce the problem on macOS 11.2.3 or CentOS 8.3.2011 with Julia 1.5.3: Could you please post the following output: ```sh using GR grdir = ENV["GRDIR"] run(`otool -L...
Just to be sure: Could you check the GR run-time version? ``` using GR; version() ``` If your run-time version is ≥ 0.55.0, I will have to setup a Julia...
I am currently out of office and will check this next week.
I think this is an issue for [Yggdrasil](https://github.com/JuliaPackaging/Yggdrasil/blob/master/G/GR/build_tarballs.jl).
I think we have to add a `FileProduct` for the `fonts` directory (as described [here](https://docs.binarybuilder.org/stable/reference/#BinaryBuilderBase.FileProduct)), but i don't see how to add a complete directory.
I cannot reproduce this fault on macOS arm64. Which platform/versions did you use?