From d5fbc75c2dd1c9569c8ced8821fa16c02d333126 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Mon, 5 Jul 2021 15:57:53 +0200 Subject: [PATCH] remove superfluous plot_titleindex --- src/args.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/args.jl b/src/args.jl index a271a990..96fbaed6 100644 --- a/src/args.jl +++ b/src/args.jl @@ -1366,7 +1366,6 @@ const _match_map = KW( :colorbar_tickfontcolor => :foreground_color_subplot, :plot_titlefontfamily => :fontfamily, :plot_titlefontcolor => :foreground_color, - :plot_titleindex => 0, :tickfontcolor => :foreground_color_text, :guidefontcolor => :foreground_color_guide, :annotationfontfamily => :fontfamily_subplot,