Update args.jl

This commit is contained in:
t-bltg 2021-09-15 23:04:58 +02:00 committed by GitHub
parent 984c0fc84a
commit 5aa6c23835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,7 +428,7 @@ const _plot_defaults = KW(
:dpi => DPI, # dots per inch for images, etc :dpi => DPI, # dots per inch for images, etc
:thickness_scaling => 1, :thickness_scaling => 1,
:display_type => :auto, :display_type => :auto,
:warn_on_unsupported => true, :warn_on_unsupported => false,
:extra_plot_kwargs => Dict(), :extra_plot_kwargs => Dict(),
:extra_kwargs => :series, # directs collection of extra_kwargs :extra_kwargs => :series, # directs collection of extra_kwargs
) )