matplotlib.pyplot.plot, Matplotlib Developers, latest documentation - Official documentation for the primary function used to create line plots in Matplotlib, detailing its parameters and usage.
Pyplot tutorial, Matplotlib Developers, latest documentation (The Matplotlib Development Team) - An introductory tutorial from the official Matplotlib documentation, illustrating basic plotting concepts, including creating simple line plots with pyplot.
Python for Data Analysis, Wes McKinney, 2022 (O'Reilly Media) - A comprehensive guide to data manipulation and analysis in Python, with dedicated sections on Matplotlib for creating various types of visualizations, including line plots.