- Joined
- Jan 30, 2023
- Messages
- 6
- Reaction score
- 0
Hi, I want to set up a simple graph with arbitrary x,y points, and then manually assign lines between those points. The problem with Matplotlib is that it tries to PLOT points. I want to just list a bunch of abitrary points with an x and a y value and manually draw lines between them. What program should I import to draw such a figure?