Skip to Main Content Skip to Search
Product Documentation

PointsVisiblevisibility of mesh points

Many graphical objects such as curves, surfaces etc. are approximated by a numerical mesh. With PointsVisible = TRUE, the points of this mesh become visible.

→ Examples

Attribute

Type

Value

See Also:

PointSize, PointStyle

Details:

Example 1

We plot the sine function on a rather coarse mesh using the PointsVisible default value FALSE:

f := plot::Function2d(sin(x), x = -PI .. PI, Mesh = 20):
plot(f):

MuPAD graphics

We use PointsVisible = TRUE to make the mesh points visible:

f::PointsVisible := TRUE:
plot(f, PointSize = 2*unit::mm)

MuPAD graphics

We enable adaptive plotting:

f::AdaptiveMesh := 2:
plot(f, PointSize = 2*unit::mm)

MuPAD graphics

delete f:

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS