scale GR markers with thickness_scaling
This commit is contained in:
parent
311bbdc99b
commit
fe3813b5af
@ -354,8 +354,8 @@ function gr_draw_markers(
|
||||
shapes = series[:markershape]
|
||||
if shapes != :none
|
||||
for i in eachindex(x)
|
||||
ms = _cycle(msize, i)
|
||||
msw = _cycle(strokewidth, i)
|
||||
ms = _gr_thickness_scaling[1] * _cycle(msize, i)
|
||||
msw = _gr_thickness_scaling[1] * _cycle(strokewidth, i)
|
||||
shape = _cycle(shapes, i)
|
||||
gr_draw_marker(series, x[i], y[i], clims, i, ms, msw, shape)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user