Update args.jl

This commit is contained in:
t-bltg 2021-09-16 22:30:19 +02:00 committed by GitHub
parent 5aa6c23835
commit 8d72e9d7ec
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 => false, :warn_on_unsupported => true,
:extra_plot_kwargs => Dict(), :extra_plot_kwargs => Dict(),
:extra_kwargs => :series, # directs collection of extra_kwargs :extra_kwargs => :series, # directs collection of extra_kwargs
) )