GR: mesh3d, take into account series line attributes
This commit is contained in:
parent
90e0074f44
commit
5cca5e9148
@ -1897,6 +1897,7 @@ function gr_draw_surface(series, x, y, z, clims)
|
|||||||
Y[o] = y[k]
|
Y[o] = y[k]
|
||||||
Z[o] = z[k]
|
Z[o] = z[k]
|
||||||
end
|
end
|
||||||
|
gr_set_line(get_linewidth(series), get_linestyle(series), get_linecolor(series), series)
|
||||||
GR.polyline3d(X, Y, Z)
|
GR.polyline3d(X, Y, Z)
|
||||||
else
|
else
|
||||||
throw(ArgumentError("Not handled !"))
|
throw(ArgumentError("Not handled !"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user