Question: Graphing more than one set on the same graph with pointplot

Is there any way to plot more than one pointset on the same graph using pointplot. On my worksheet the following worked plotpoint(points,color=red); plotpoint(points2,color = blue); But not plotpoint({points,points2},color = [red,blue]); or plotpoint([points,points2],color = [red,blue]); Any suggestions?
Please Wait...