From b967a34abb8f61947c08d4007c938d0d0427329e Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 26 Nov 2021 09:47:59 +0100 Subject: [PATCH] add documentation for legend_column --- src/arg_desc.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arg_desc.jl b/src/arg_desc.jl index 6d296466..11c9bc8c 100644 --- a/src/arg_desc.jl +++ b/src/arg_desc.jl @@ -93,6 +93,7 @@ const _arg_desc = KW( :foreground_color_title => "Color Type or `:match` (matches `:foreground_color_subplot`). Color of subplot title.", :color_palette => "Vector of colors (cycle through) or color gradient (generate list from gradient) or `:auto` (generate a color list using `Colors.distiguishable_colors` and custom seed colors chosen to contrast with the background). The color palette is a color list from which series colors are automatically chosen.", :legend_position => "Bool (show the legend?) or (x,y) tuple or Symbol (legend position) or angle or (angle,inout) tuple. Bottom left corner of legend is placed at (x,y). Symbol values: `:none`; `:best`; `:inline`; `:inside`; `:legend`; any valid combination of `:(outer ?)(top/bottom ?)(right/left ?)`, i.e.: `:top`, `:topright`, `:outerleft`, `:outerbottomright` ... (note: only some may be supported in each backend)", + :legend_column => "Integer. Number of columns in the legend. `-1` stands for maximum number of colums (horizontal legend).", :legend_title_font => "Font. Font of the legend title.", :legend_font_family => "String or Symbol. Font family of legend entries.", :legend_font_pointsize => "Integer. Font pointsize of legend entries.",