Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Plot a list of points as numbered labels
ResourceFunction["NumberedPointPlot"][list] makes a graphic with numbered labels for the points in list. |
A list of coordinates:
In[1]:= |
Out[1]= |
Show the coordinates by their position in the list:
In[2]:= |
Out[2]= |
Rotate the points and make the image slightly larger:
In[3]:= |
Out[3]= |
Change the style of the labels:
In[4]:= |
Out[4]= |
Use a list of Point expressions:
In[5]:= |
Out[5]= |
Visualize it:
In[6]:= |
Out[6]= |
Approximate points for an offset icosahedron and a "bad" point, mixed:
In[7]:= |
Out[7]= |
Show the points as a way to identify the bad one:
In[8]:= |
Out[8]= |
For points that make a simple polygon, show the indexed points within a minimal enclosing circle:
In[9]:= |
Out[10]= |
The sixth point somewhat obfuscates the graphic, so maybe it should be lower.
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License