Skip to content

Commit

Permalink
fix dict of Vect of pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikhasenko authored Oct 23, 2024
1 parent 4ca8926 commit 5513fc7
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions src/boxed.jl
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@

const _boxed = PlotTheme(Dict([
:minorticks=true,
:grid=false,
:frame=:box,
:guidefontvalign=:top,
:guidefonthalign=:right,
:foreground_color_legend = nothing,
:legendfontsize=9,
:legend =:topright,
:xlim=(:auto,:auto),
:ylim=(:auto,:auto),
:label="",
:minorticks => true,
:grid => false,
:frame => :box,
:guidefontvalign => :top,
:guidefonthalign => :right,
:foreground_color_legend => nothing,
:legendfontsize => 9,
:legend => :topright,
:xlim => (:auto,:auto),
:ylim => (:auto,:auto),
:label => "",
:palette => expand_palette(colorant"white", [RGB(0,0,0); wong_palette];
lchoices = [57],
cchoices = [100])
]))
]))

0 comments on commit 5513fc7

Please sign in to comment.