Question: Scatter Plot and Function on same Axes

Hi, I created a scatter plot in a Maple 11 Worksheet by creating a list (below) and right clicking and using the Plot tools. However, I want to graph a function on the same scatter plot. Can this be done? L := [[32, 6], [48, 14], [64, 24], [80, 38], [96, 55], [112, 75]]
Please Wait...