remove _magic_arguments
This commit is contained in:
parent
2cf365d36d
commit
81ef4bdee8
13
src/args.jl
13
src/args.jl
@ -367,18 +367,6 @@ const _axis_defaults = KW(
|
||||
:showaxis => true,
|
||||
)
|
||||
|
||||
const _magic_arguments = [
|
||||
:axis,
|
||||
:grid,
|
||||
:marker,
|
||||
:line,
|
||||
:fill,
|
||||
:titlefont,
|
||||
:legendfont,
|
||||
:guidefont,
|
||||
:tickfont,
|
||||
]
|
||||
|
||||
const _suppress_warnings = Set{Symbol}([
|
||||
:x_discrete_indices,
|
||||
:y_discrete_indices,
|
||||
@ -391,7 +379,6 @@ const _suppress_warnings = Set{Symbol}([
|
||||
:primary,
|
||||
:smooth,
|
||||
:relative_bbox,
|
||||
_magic_arguments...
|
||||
])
|
||||
|
||||
# add defaults for the letter versions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user