Mesh
Plot
, BarChart
, PieChart
, etc. that specifies the mesh to be drawn. The default is Mesh->None
.Options include:
Plot[Sin[Cos[x^2]],{x,-4,4},Mesh->All]
Plot[Sin[x], {x,0,4 Pi}, Mesh->Full]
DensityPlot[Sin[x y], {x, -2, 2}, {y, -2, 2}, Mesh->Full]
Plot3D[Sin[x y], {x, -2, 2}, {y, -2, 2}, Mesh->Full]