Points Widget
The points widget is used to draw points (individual square points) on a slide.
Here's an example:
#config_version=5
slide_player:
mc_ready:
points_example:
- type: points
points: 50, 50, 75, 50, 100, 50
pointsize: 2
color: lime
- type: points
points: 400, 300
pointsize: 3
color: pink
Which results in the following:
Settings
type: points
points:
pointsize:
Note
Points widgets also have "common" widget settings for position, opacity, animations, color, style, etc. Those are not listed here, but are instead covered in common widget settings page.
Also remember that all widget settings can be controlled via widget styles, rather than you having to set every setting on every widget.
The following points widget settings may be
animated:
color:
, points:
, pointsize:
, opacity:
, rotation:
, and
scale:
.
type: points
points:
A list of the x,y coordinates of pairs of points.
pointsize:
Floating-point number, default is 1.0
.
The distance from the center of the point to the edge, so a value of 1.0 makes a point that's two pixels wide. (This is kind of like the radius, though points are square so it's not technically the radius. Probably there's some fancy math name for it.)
Something missing or wrong? You can fix it!
This website is edited by people like you! Is something wrong or missing? Is something out of date, or can you explain it better?
Please help us! You can fix it yourself and be an official "open source" contributor!
It's easy! See our Beginner's guide to editing the docs.
Page navigation via the keyboard: < >
You can navigate this site via the keyboard. There are two modes:
General navigation, when search is not focused:
- F , S , / : open search dialog
- P , , : go to previous page
- N , . : go to next page
While using the search function:
- Down , Up : select next / previous result
- Esc , Tab : close search
- Enter : go to highlighted page in the results