-
Notifications
You must be signed in to change notification settings - Fork 49
[Feature💄]: Make code DRY #6
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest
👶 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,
LineSeriesin this case, colors, title, legend, etc.📸 Screenshots
N/A
🔦 Context
Adhere to the DRY principle.