Gaston: update attributes

This commit is contained in:
t-bltg 2021-08-01 15:23:42 +02:00 committed by GitHub
parent 85fa05464d
commit defe808619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -597,26 +597,23 @@ const _gaston_attr = merge_with_base_supported([
# :foreground_color_legend, # :foreground_color_legend,
# :foreground_color_grid, :foreground_color_axis, # :foreground_color_grid, :foreground_color_axis,
# :foreground_color_text, :foreground_color_border, # :foreground_color_text, :foreground_color_border,
:label, :label, :seriescolor, :seriesalpha,
# :seriescolor, :seriesalpha,
:linecolor, :linestyle, :linewidth, :linealpha, :linecolor, :linestyle, :linewidth, :linealpha,
:markershape, :markercolor, :markersize, :markeralpha, :markershape, :markercolor, :markersize, :markeralpha,
# :markerstrokewidth, :markerstrokecolor, :markerstrokealpha, :markerstrokestyle, # :markerstrokewidth, :markerstrokecolor, :markerstrokealpha, :markerstrokestyle,
# :fillrange, :fillcolor, :fillalpha, # :fillrange, :fillcolor, :fillalpha,
# :bins, # :bins,
# :bar_width, :bar_edges, # :bar_width, :bar_edges,
# :title, :title, :window_title,
# :window_title, :guide, :guide_position,
:guide, :lims, :ticks, :scale, :flip, :rotation,
# :guide_position,
:lims, :ticks, :scale, # :flip, :rotation,
:tickfont, :guidefont, :tickfont, :guidefont,
# :legendfont, :legendfont, :grid, :legend,
# :grid, :legend,
# :colorbar, :colorbar_title, # :colorbar, :colorbar_title,
# :fill_z, :line_z, :marker_z, :levels, # :fill_z, :line_z, :marker_z, :levels,
# :ribbon, :quiver, :arrow, # :ribbon,
# :orientation, :quiver,
# :arrow, :orientation,
# :overwrite_figure, # :overwrite_figure,
# :polar, # :polar,
# :normalize, :weights, :contours, # :normalize, :weights, :contours,
@ -676,12 +673,7 @@ const _gaston_marker = [
:vline, :vline,
] ]
const _gaston_scale = [ const _gaston_scale = [:identity, :ln, :log2, :log10]
:identity,
# :ln,
# :log2,
:log10,
]
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# unicodeplots # unicodeplots