Message Boards Message Boards

0
|
6878 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Can't seem to get points to plot on the same graph with lines

Posted 9 years ago

Folks,

Am I missing something ? As I cannot seem to get Lines to plot on then same graph with Points

Graphics[Line[{{0, 0}, {2, 3}}], Point[{{2, 3}, {3, 4}}]]

Any help is greatly appreciated.

Regards,

John

POSTED BY: john massucci
Posted 9 years ago

Try adding the missing { } and increasing the point size

Graphics[{Line[{{0, 0}, {2, 3}}], PointSize[.2], Point[{{2, 3}, {3, 4}}]}]
POSTED BY: Bill Simpson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract