From dd39c39bc9e0ea73284a937316a860e90615cb23 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Tue, 1 Jun 2021 18:06:46 +0200 Subject: [PATCH] legend -> legend_postion --- src/backends.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/backends.jl b/src/backends.jl index 9809e2fa..979f2643 100644 --- a/src/backends.jl +++ b/src/backends.jl @@ -343,7 +343,7 @@ const _gr_attr = merge_with_base_supported([ :guidefontfamily, :guidefontsize, :guidefonthalign, :guidefontvalign, :guidefontrotation, :guidefontcolor, :grid, :gridalpha, :gridstyle, :gridlinewidth, - :legend, :legend_title, :colorbar, :colorbar_title, :colorbar_entry, + :legend_position, :legend_title, :colorbar, :colorbar_title, :colorbar_entry, :fill_z, :line_z, :marker_z, :levels, :ribbon, :quiver, :orientation, @@ -664,7 +664,7 @@ const _pyplot_attr = merge_with_base_supported([ :tickfontfamily, :tickfontsize, :tickfontcolor, :guidefontfamily, :guidefontsize, :guidefontcolor, :grid, :gridalpha, :gridstyle, :gridlinewidth, - :legend, :legend_title, :colorbar, :colorbar_title, :colorbar_entry, + :legend_position, :legend_title, :colorbar, :colorbar_title, :colorbar_entry, :colorbar_ticks, :colorbar_tickfontfamily, :colorbar_tickfontsize, :colorbar_tickfonthalign, :colorbar_tickfontvalign, :colorbar_tickfontrotation, :colorbar_tickfontcolor, @@ -1018,7 +1018,7 @@ const _inspectdr_attr = merge_with_base_supported([ :legend_font_family, :legend_font_pointsize, :legend_font_color, :tickfontfamily, :tickfontsize, :tickfontcolor, :guidefontfamily, :guidefontsize, :guidefontcolor, - :grid, :legend, #:colorbar, + :grid, :legend_position, #:colorbar, # :marker_z, # :line_z, # :levels, @@ -1136,7 +1136,7 @@ const _pgfplotsx_attr = merge_with_base_supported([ :gridalpha, :gridstyle, :gridlinewidth, - :legend, + :legend_position, :legend_title, :colorbar, :colorbar_title,