how to display both points and the line connecting them??
- To: mathgroup at smc.vnet.net
- Subject: [mg85071] how to display both points and the line connecting them??
- From: Jeff Z <informationguru at gmail.com>
- Date: Sun, 27 Jan 2008 05:43:04 -0500 (EST)
Hello all Mathematica Wizards out there! My question is how do I create a 2D chart that displays both a list of coordinate points and the line that connects them? (using version 5.1) I used Listplot to first graph the points and then PlotJoined to graph the line. However when it plotted the line, no matter how much I adjusted the PointSize value, I still saw no signs of the points that created the line. I tried researching the official Mathematica documentation and searching this forum but found little that specifically addressed this question. I hope someone is out there that can answer my question.