A Python program that lets users:
- Enter custom X and Y values
- Customize line color, style, marker, width
- Add labels, title, grid, and legend
- Generate a matplotlib line plot interactively
- Python 3
- matplotlib
- numpy
Install dependencies:
pip install matplotlib numpy