commit
7498b3c769
@ -482,12 +482,12 @@ function _update_plot_object(plt::Plot{PGFPlotsBackend})
|
|||||||
fg_alpha = alpha(plot_color(sp[:foreground_color_legend]))
|
fg_alpha = alpha(plot_color(sp[:foreground_color_legend]))
|
||||||
|
|
||||||
push!(style, string(
|
push!(style, string(
|
||||||
"legend style = {",
|
"legend style = {",
|
||||||
pgf_linestyle(pgf_thickness_scaling(sp), sp[:foreground_color_legend], fg_alpha, "solid", ), ",",
|
pgf_linestyle(pgf_thickness_scaling(sp), sp[:foreground_color_legend], fg_alpha, "solid", ), ",",
|
||||||
"fill = $cstr,",
|
"fill = $cstr,",
|
||||||
"fill opacity = $bg_alpha,",
|
"fill opacity = $bg_alpha,",
|
||||||
"text opacity = $(alpha(plot_color(sp[:legendfontcolor]))),",
|
"text opacity = $(alpha(plot_color(sp[:legendfontcolor]))),",
|
||||||
"font = ", pgf_font(sp[:legendfontsize], pgf_thickness_scaling(sp)),
|
"font = ", pgf_font(sp[:legendfontsize], pgf_thickness_scaling(sp)),
|
||||||
"}",
|
"}",
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|||||||
@ -433,7 +433,7 @@ each line segment or marker in the plot.
|
|||||||
x = t .* cos.(θ)
|
x = t .* cos.(θ)
|
||||||
y = t .* sin.(θ)
|
y = t .* sin.(θ)
|
||||||
p1 = plot(x, y, line_z=t, linewidth=3, legend=false)
|
p1 = plot(x, y, line_z=t, linewidth=3, legend=false)
|
||||||
p2 = scatter(x, y, marker_z=(x,y)->x+y, color=:bluesreds, legend=false)
|
p2 = scatter(x, y, marker_z=+, color=:bluesreds, legend=false)
|
||||||
plot(p1, p2)
|
plot(p1, p2)
|
||||||
end)]
|
end)]
|
||||||
),
|
),
|
||||||
@ -507,7 +507,8 @@ _backend_skips = Dict(
|
|||||||
:gr => [25, 30],
|
:gr => [25, 30],
|
||||||
:pyplot => [25, 30],
|
:pyplot => [25, 30],
|
||||||
:plotlyjs => [2, 21, 24, 25, 30, 31],
|
:plotlyjs => [2, 21, 24, 25, 30, 31],
|
||||||
:pgfplots => [2, 5, 6, 10, 16, 20, 22, 23, 25, 28, 30],
|
:plotly => [2, 21, 24, 25, 30, 31],
|
||||||
|
:pgfplots => [2, 5, 6, 10, 16, 20, 22, 23, 25, 28, 30, 31, 34, 37, 38, 39],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user