Description
What is the feature ?
It would be nice to have not only solid lines but also dashed, dotted or whatever pattern.
I haven't found this in documentation. So, if this functionality exists, consider this issue a request for doc.
(Optional) Why this feature is useful and how people would use the feature ?
There are lots of use cases when you need different line styles to distinguish plots.
Ex. when colors and width is not enough or is less expressive.
This functionality exists in different languages (see links below) so obviously there are a lot of users for this.
(Optional) Additional Information
Examples from other languages.
Matlab: https://www.mathworks.com/help/matlab/creating_plots/specify-line-and-marker-appearance-in-plots.html
Scilab: https://help.scilab.org/docs/5.5.1/en_US/LineSpec.html
Python/matplotlib: https://matplotlib.org/2.0.0/api/lines_api.html
C++/Qt/QCustomPlot: https://www.qcustomplot.com/index.php/tutorials/basicplotting