๐ถ Getting Started
Please search the history to see if an issue already exists for the same problem.
[X] I have searched the existing issues.
[X] I have tested the latest version.
๐ Describe the feature
There is a lot of code repetition, especially in tutorial 5 when it comes to drawing. We should create a function that takes multiple vectors as input, the drawing function, LineSeries in this case, colors, title, legend, etc.
๐ถ Getting Started Please search the history to see if an issue already exists for the same problem.
๐ Describe the feature There is a lot of code repetition, especially in tutorial 5 when it comes to drawing. We should create a function that takes multiple vectors as input, the drawing function,
LineSeries
in this case, colors, title, legend, etc.๐ธ Screenshots N/A
๐ฆ Context Adhere to the DRY principle.