@jlchan wrote:
I have matrices which contain x,y,z data on a triangular grid. In other words, each column of x,y,z correspond to points on a different triangle, so that when you plot the matrices together, they give a surface plot over the entire grid.
I can produce a surface plot using “scatter(x,y,z,zcolor=z,camera=(0,90))”, but end up with outlines of the triangles in the plot.
Does anyone know how to get rid of these? I’m using Plots with the GR backend.
Thanks!
Posts: 1
Participants: 1