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 119 GR.jl issues
Sort by recently updated
recently updated
newest added

Snappy plots for Julia! However when walking through example [Using windows and viewports](https://gr-framework.org/tutorials/windows_and_viewports.html#) I don't see anything on the screen. Does the example posted on the GR web page work...

Hi, When building an app using GR using PackageCompiler.jl it seems some artifacts are not included. Namely the font directory (which uses hardcoded paths) and at runtime there are errors...

On my Jetson Nano, GR.jl fails the build test because it looks for the "Linux" binary instead of the "Debian" one, even though I am running Ubuntu. There is no...

I'm getting ``` qt5ct: using qt5ct plugin Qt: Session management error: Could not open network socket ``` everytime plot is invoked. The plot appears anyways but this seems to slow...

If you have a pre-existing installation of GR, say in /opt/gr, in FreeBSD, and GRDIR is appropriately set, the following fix to the end of build.jl will make the installation...

Hello, I am trying to use some Julia packages. When these packages are trying to plot some results, it gives me the following error: GKS: Open failed in routine OPEN_WS...

Hi @jheinen and GR.jl developers! Thank you for the new font setting feature. I ported the font setting function to GR.rb and found the following error. ```julia import GR GR.settextfontprec(235,3)...

Sort of a strange issue: ```julia julia> using GR, LaTeXStrings julia> xs = 0:π/100:2π; julia> plot(xs, sin.(xs), title=L"\psi_{\uparrow}") ERROR: syntax error julia> ``` produces ![image](https://user-images.githubusercontent.com/29157027/98887154-accd8380-2452-11eb-964a-ad247eba21ff.png) Interestingly, one does not get...

Pluto is a big fan of Plots.jl! The GR interactivity example looks exciting! Two questions: ### First: https://github.com/jheinen/GR.jl/blob/master/examples/pluto_ex.jl#L25 Would it be helpful if Pluto sets this ENV variable on every...

I noticed this issue (https://github.com/jheinen/GR.jl/issues/97) was closed, but I am still having this problem: ``` GKS: svgplugin.dll: can't load library, error 126 (0x7e) ``` ```julia Main> versioninfo() Julia Version 0.6.2...