GR.jl icon indicating copy to clipboard operation
GR.jl copied to clipboard

Plotting for Julia based on GR, a framework for visualisation applications

Results 116 GR.jl issues
Sort by recently updated
recently updated
newest added

We would eventually like to get back to a state where we can configure GR by just setting the GRDIR environment variable. This is not possible on some platforms since...

Because there may be some confusion, I wanted to clarify the current state of affairs. The master branch currently has #483 merged. This adds several capabilities: 1. It now contains...

```julia (@v1.8) pkg> test Plots [...] [ Info: Testing plot: gr:50:3D surface with axis guides signal (11): Segmentation fault in expression starting at none:1 gr3_init at [...]/artifacts/26099abd23e11fc440259049997307380be745c8/lib/libGR3.so (unknown line) gr3_createindexedmesh_nocopy...

Currently, we set `ENV["PATH"]` on Windows since we need to communicate the DLL search path to GR so that it can dynamically load plugins. https://github.com/jheinen/GR.jl/blob/8b18b19a29e1a8fd0977e8000daa135939680f2e/src/funcptrs.jl#L38 The normal Windows search order...

This is too critical to be left floating (unfortunately, we cannot pin the build number: `GR_jll = "=0.69.1+0"` is not allowed by `Pkg`). A new release of `GR_jll` should trigger...

See: https://docs.gtk.org/gtk3/method.Widget.set_double_buffered.html

After https://github.com/JuliaPackaging/Yggdrasil/pull/5784, I am encountering this issue on Windows with GR_jll v0.69.1+1: ``` GKS: svgplugin.dll: can't load library, error 126 (0x7e) ERROR: SystemError: opening file "...\\jl_ViZ8T6pmd8.svg": No such file or...

This is extensively reported in Julia Discourse and Plots git repo. On Plots issues, they say it's a "deep GR" issue and to report it over at GR. So, here...

I work on a Macbook Pro, OS X 10.13.6 High Sierra. I have freshly installed Julia 1.7.1. Then tried to install GR.jl using the package manager ( "] add GR"...

Hi, (transferring here from Plots.jl, also asked at discourse) when I export a julia notebook .ipynb to html it does not export GR.jl-created images well. They show in html as...