GR_jll.gksqtMethod
gksqt(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of gksqt.

Example

gksqt() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GR_jll.gksqtMethod
gksqt(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of gksqt. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(gksqt()) $arguments`)
Julia 1.6
GR_jll.grplotMethod
grplot(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of grplot.

Example

grplot() do exe
    run(`$exe $arguments`)
end
Julia 1.3
GR_jll.grplotMethod
grplot(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of grplot. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(grplot()) $arguments`)
Julia 1.6
GR_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.