From defe808619a0607b05594ca1f80154e693a69570 Mon Sep 17 00:00:00 2001 From: t-bltg <13423344+t-bltg@users.noreply.github.com> Date: Sun, 1 Aug 2021 15:23:42 +0200 Subject: [PATCH] Gaston: update attributes --- src/backends.jl | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/src/backends.jl b/src/backends.jl index fab0df86..f78a012e 100644 --- a/src/backends.jl +++ b/src/backends.jl @@ -597,26 +597,23 @@ const _gaston_attr = merge_with_base_supported([ # :foreground_color_legend, # :foreground_color_grid, :foreground_color_axis, # :foreground_color_text, :foreground_color_border, - :label, - # :seriescolor, :seriesalpha, + :label, :seriescolor, :seriesalpha, :linecolor, :linestyle, :linewidth, :linealpha, :markershape, :markercolor, :markersize, :markeralpha, # :markerstrokewidth, :markerstrokecolor, :markerstrokealpha, :markerstrokestyle, # :fillrange, :fillcolor, :fillalpha, # :bins, # :bar_width, :bar_edges, - # :title, - # :window_title, - :guide, - # :guide_position, - :lims, :ticks, :scale, # :flip, :rotation, + :title, :window_title, + :guide, :guide_position, + :lims, :ticks, :scale, :flip, :rotation, :tickfont, :guidefont, - # :legendfont, - # :grid, :legend, + :legendfont, :grid, :legend, # :colorbar, :colorbar_title, # :fill_z, :line_z, :marker_z, :levels, - # :ribbon, :quiver, :arrow, - # :orientation, + # :ribbon, + :quiver, + # :arrow, :orientation, # :overwrite_figure, # :polar, # :normalize, :weights, :contours, @@ -676,12 +673,7 @@ const _gaston_marker = [ :vline, ] -const _gaston_scale = [ - :identity, - # :ln, - # :log2, - :log10, -] +const _gaston_scale = [:identity, :ln, :log2, :log10] # ------------------------------------------------------------------------------ # unicodeplots