parent
6821148e8e
commit
871c7d86c7
@ -872,6 +872,13 @@ function pgfx_axis!(opt::PGFPlotsX.Options, sp::Subplot, letter)
|
|||||||
"scaled $(letter) ticks" => "false",
|
"scaled $(letter) ticks" => "false",
|
||||||
string(letter, :label) => axis[:guide],
|
string(letter, :label) => axis[:guide],
|
||||||
)
|
)
|
||||||
|
tick_color = plot_color(axis[:foreground_color_axis])
|
||||||
|
push!(opt,
|
||||||
|
"$(letter) tick style" => PGFPlotsX.Options(
|
||||||
|
"color" => color(tick_color),
|
||||||
|
"opacity" => alpha(tick_color),
|
||||||
|
),
|
||||||
|
)
|
||||||
|
|
||||||
# set to supported framestyle
|
# set to supported framestyle
|
||||||
framestyle = pgfx_framestyle(sp[:framestyle] == false ? :none : sp[:framestyle])
|
framestyle = pgfx_framestyle(sp[:framestyle] == false ? :none : sp[:framestyle])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user