fix gradient scatter plot

This commit is contained in:
Simon Christ 2019-11-21 22:34:14 +01:00
parent d6bd10a937
commit 311ace523d
2 changed files with 2 additions and 2 deletions

View File

@ -364,7 +364,7 @@ end
function pgfx_linestyle(plotattributes, i = 1)
lw = pgfx_thickness_scaling(plotattributes) * get_linewidth(plotattributes, i)
lc = get_linecolor(plotattributes, i)
lc = single_color(get_linecolor(plotattributes, i))
la = get_linealpha(plotattributes, i)
ls = get_linestyle(plotattributes, i)
return pgfx_linestyle(lw, lc, la, ls)

View File

@ -111,6 +111,6 @@ end
x + y
end), color=:bluesreds, legend=false)
plot(p1, p2)
# TODO: handle gradients as color
# TODO: questionable tiling
end # testset
end # testset