_initialize_backend doesn't need to do anything for GRBackend
This commit is contained in:
parent
182b937143
commit
7867df6079
@ -316,6 +316,9 @@ function _initialize_backend(pkg::AbstractBackend)
|
||||
end
|
||||
end
|
||||
|
||||
_initialize_backend(pkg::GRBackend) = nothing
|
||||
|
||||
|
||||
function add_backend_string(pkg::AbstractBackend)
|
||||
sym = backend_package_name(pkg)
|
||||
"""
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
import GR
|
||||
export GR
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------------------
|
||||
|
||||
const gr_linetype = KW(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user