GR: mesh3d, take into account series line attributes

This commit is contained in:
t-bltg 2021-07-11 04:36:22 +02:00 committed by GitHub
parent 90e0074f44
commit 5cca5e9148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1897,6 +1897,7 @@ function gr_draw_surface(series, x, y, z, clims)
Y[o] = y[k]
Z[o] = z[k]
end
gr_set_line(get_linewidth(series), get_linestyle(series), get_linecolor(series), series)
GR.polyline3d(X, Y, Z)
else
throw(ArgumentError("Not handled !"))