Skip to content

Commit

Permalink
Gaston: add support for img - rework fonts - fix undef
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Jul 31, 2021
1 parent 80748eb commit 2fcd907
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 121 deletions.
5 changes: 3 additions & 2 deletions src/backends.jl
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ function _initialize_backend(::GastonBackend)
end

const _gaston_attr = merge_with_base_supported([
# :annotations,
:annotations,
# :background_color_legend,
# :background_color_inside,
# :background_color_outside,
Expand Down Expand Up @@ -620,7 +620,7 @@ const _gaston_attr = merge_with_base_supported([
# :overwrite_figure,
# :polar,
# :normalize, :weights, :contours,
# :aspect_ratio,
:aspect_ratio,
:tick_direction,
# :framestyle,
# :camera,
Expand All @@ -645,6 +645,7 @@ const _gaston_seriestype = [
:heatmap,
:surface,
:mesh3d,
:image,
]

const _gaston_style = [
Expand Down
Loading

0 comments on commit 2fcd907

Please sign in to comment.