fix gradient scatter plot
This commit is contained in:
parent
d6bd10a937
commit
311ace523d
@ -364,7 +364,7 @@ end
|
|||||||
|
|
||||||
function pgfx_linestyle(plotattributes, i = 1)
|
function pgfx_linestyle(plotattributes, i = 1)
|
||||||
lw = pgfx_thickness_scaling(plotattributes) * get_linewidth(plotattributes, i)
|
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)
|
la = get_linealpha(plotattributes, i)
|
||||||
ls = get_linestyle(plotattributes, i)
|
ls = get_linestyle(plotattributes, i)
|
||||||
return pgfx_linestyle(lw, lc, la, ls)
|
return pgfx_linestyle(lw, lc, la, ls)
|
||||||
|
|||||||
@ -111,6 +111,6 @@ end
|
|||||||
x + y
|
x + y
|
||||||
end), color=:bluesreds, legend=false)
|
end), color=:bluesreds, legend=false)
|
||||||
plot(p1, p2)
|
plot(p1, p2)
|
||||||
# TODO: handle gradients as color
|
# TODO: questionable tiling
|
||||||
end # testset
|
end # testset
|
||||||
end # testset
|
end # testset
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user