Scatter Plot Command
Description
Here is a Sage cell that plots the following five points on a scatter plot:
(1)\begin{align} \{(0,7.1); \ (1,5.2); \ (2,2.9); \ (3,1.05); \ (4,-0.9)\} \end{align}
Sage Cell
Code
datapoints = [ (0, 7.1), (1, 5.2), (2, 2.9), (3, 1.05), (4, -0.9) ]
scatter_plot( datapoints )
Options
none
Tags
Primary Tags:
Secondary Tags:
A list of possible tags can be found at The WeBWorK Open Problem Library. For linear algebra tags see the Curated Courses Project.
Related Cells
Any related cells go here. Provide a link to the page containing the information about the cell.
Attribute
Permalink:
Author:
Date: 06 Mar 2019 19:19
Submitted by: Zane Corbiere