sciapp / gr

GR framework: a graphics library for visualisation applications
Other
328 stars 54 forks source link

GKSterm on macOS Mojave will not open 'save as' dialog #84

Closed jamie-arcc closed 5 years ago

jamie-arcc commented 5 years ago

I am using GR v0.40.0 installed via Julia. I am using it as a backend for Plots.jl via GR.jl on macOS Mojave 10.14.5. After the plot is generated and GKSterm opens, I am unable to save the image. using either File>Save As or ⌘⇧S, the 'Save As' dialog never opens

FlorianRhiem commented 5 years ago

Thank you for reporting this issue, I've fixed the "Save As..." dialog in 17c16e778bbc6dc11acca82635f258f8df4ebba8.

As a side note, depending on what kind of output you need, it might be better to use a different workstation type instead of relying on the save function in GKSTerm, e.g. you could use GKS_WSTYPE=png or use gr_beginprint("output.png").