Initial commit
This commit is contained in:
parent
73a2839e34
commit
d25a3e006f
@ -306,7 +306,7 @@ end
|
|||||||
function gr_draw_markers(series::Series, x, y, msize, mz)
|
function gr_draw_markers(series::Series, x, y, msize, mz)
|
||||||
shapes = series[:markershape]
|
shapes = series[:markershape]
|
||||||
if shapes != :none
|
if shapes != :none
|
||||||
for i=1:length(x)
|
for i=linearindices(x)
|
||||||
msi = _cycle(msize, i)
|
msi = _cycle(msize, i)
|
||||||
shape = _cycle(shapes, i)
|
shape = _cycle(shapes, i)
|
||||||
cfunc = isa(shape, Shape) ? gr_set_fillcolor : gr_set_markercolor
|
cfunc = isa(shape, Shape) ? gr_set_fillcolor : gr_set_markercolor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user