legend -> legend_postion
This commit is contained in:
parent
0fca8128e4
commit
8dccb6e945
@ -325,7 +325,7 @@ const _gr_attr = merge_with_base_supported([
|
|||||||
:guidefontfamily, :guidefontsize, :guidefonthalign, :guidefontvalign,
|
:guidefontfamily, :guidefontsize, :guidefonthalign, :guidefontvalign,
|
||||||
:guidefontrotation, :guidefontcolor,
|
:guidefontrotation, :guidefontcolor,
|
||||||
:grid, :gridalpha, :gridstyle, :gridlinewidth,
|
: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,
|
:fill_z, :line_z, :marker_z, :levels,
|
||||||
:ribbon, :quiver,
|
:ribbon, :quiver,
|
||||||
:orientation,
|
:orientation,
|
||||||
@ -397,7 +397,7 @@ const _plotly_attr = merge_with_base_supported([
|
|||||||
:guide, :lims, :ticks, :scale, :flip, :rotation,
|
:guide, :lims, :ticks, :scale, :flip, :rotation,
|
||||||
:tickfont, :guidefont, :legendfont,
|
:tickfont, :guidefont, :legendfont,
|
||||||
:grid, :gridalpha, :gridlinewidth,
|
:grid, :gridalpha, :gridlinewidth,
|
||||||
:legend, :colorbar, :colorbar_title, :colorbar_entry,
|
:legend_position, :colorbar, :colorbar_title, :colorbar_entry,
|
||||||
:marker_z, :fill_z, :line_z, :levels,
|
:marker_z, :fill_z, :line_z, :levels,
|
||||||
:ribbon, :quiver,
|
:ribbon, :quiver,
|
||||||
:orientation,
|
:orientation,
|
||||||
@ -462,7 +462,7 @@ const _pgfplots_attr = merge_with_base_supported([
|
|||||||
# :window_title,
|
# :window_title,
|
||||||
:guide, :guide_position, :lims, :ticks, :scale, :flip, :rotation,
|
:guide, :guide_position, :lims, :ticks, :scale, :flip, :rotation,
|
||||||
:tickfont, :guidefont, :legendfont,
|
:tickfont, :guidefont, :legendfont,
|
||||||
:grid, :legend,
|
:grid, :legend_position,
|
||||||
:colorbar, :colorbar_title,
|
:colorbar, :colorbar_title,
|
||||||
:fill_z, :line_z, :marker_z, :levels,
|
:fill_z, :line_z, :marker_z, :levels,
|
||||||
# :ribbon, :quiver, :arrow,
|
# :ribbon, :quiver, :arrow,
|
||||||
@ -530,7 +530,7 @@ const _pyplot_attr = merge_with_base_supported([
|
|||||||
:tickfontfamily, :tickfontsize, :tickfontcolor,
|
:tickfontfamily, :tickfontsize, :tickfontcolor,
|
||||||
:guidefontfamily, :guidefontsize, :guidefontcolor,
|
:guidefontfamily, :guidefontsize, :guidefontcolor,
|
||||||
:grid, :gridalpha, :gridstyle, :gridlinewidth,
|
: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_ticks, :colorbar_tickfontfamily, :colorbar_tickfontsize,
|
||||||
:colorbar_tickfonthalign, :colorbar_tickfontvalign,
|
:colorbar_tickfonthalign, :colorbar_tickfontvalign,
|
||||||
:colorbar_tickfontrotation, :colorbar_tickfontcolor,
|
:colorbar_tickfontrotation, :colorbar_tickfontcolor,
|
||||||
@ -579,7 +579,7 @@ const _pyplot_scale = [:identity, :ln, :log2, :log10]
|
|||||||
|
|
||||||
const _unicodeplots_attr = merge_with_base_supported([
|
const _unicodeplots_attr = merge_with_base_supported([
|
||||||
:label,
|
:label,
|
||||||
:legend,
|
:legend_position,
|
||||||
:seriescolor,
|
:seriescolor,
|
||||||
:seriesalpha,
|
:seriesalpha,
|
||||||
:linestyle,
|
:linestyle,
|
||||||
@ -620,7 +620,7 @@ const _hdf5_attr = merge_with_base_supported([
|
|||||||
:window_title,
|
:window_title,
|
||||||
:guide, :lims, :ticks, :scale, :flip, :rotation,
|
:guide, :lims, :ticks, :scale, :flip, :rotation,
|
||||||
:tickfont, :guidefont, :legendfont,
|
:tickfont, :guidefont, :legendfont,
|
||||||
:grid, :legend, :colorbar,
|
:grid, :legend_position, :colorbar,
|
||||||
:marker_z, :line_z, :fill_z,
|
:marker_z, :line_z, :fill_z,
|
||||||
:levels,
|
:levels,
|
||||||
:ribbon, :quiver, :arrow,
|
:ribbon, :quiver, :arrow,
|
||||||
@ -692,7 +692,7 @@ const _inspectdr_attr = merge_with_base_supported([
|
|||||||
:legend_font_family, :legend_font_pointsize, :legend_font_color,
|
:legend_font_family, :legend_font_pointsize, :legend_font_color,
|
||||||
:tickfontfamily, :tickfontsize, :tickfontcolor,
|
:tickfontfamily, :tickfontsize, :tickfontcolor,
|
||||||
:guidefontfamily, :guidefontsize, :guidefontcolor,
|
:guidefontfamily, :guidefontsize, :guidefontcolor,
|
||||||
:grid, :legend, #:colorbar,
|
:grid, :legend_position, #:colorbar,
|
||||||
# :marker_z,
|
# :marker_z,
|
||||||
# :line_z,
|
# :line_z,
|
||||||
# :levels,
|
# :levels,
|
||||||
@ -790,7 +790,7 @@ const _pgfplotsx_attr = merge_with_base_supported([
|
|||||||
:gridalpha,
|
:gridalpha,
|
||||||
:gridstyle,
|
:gridstyle,
|
||||||
:gridlinewidth,
|
:gridlinewidth,
|
||||||
:legend,
|
:legend_position,
|
||||||
:legend_title,
|
:legend_title,
|
||||||
:colorbar,
|
:colorbar,
|
||||||
:colorbar_title,
|
:colorbar_title,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user