Last Updated 10/28/2022
To join the points with lines, we can use the list_plot functions. Below, we first declare a list of points r . And then we can plot the points and lines together.
Try this! Produce the same graph as above, but show the points in red instead of
purple.
(Hints: Use the + operator.)