wiseaidev / rust-data-analysis

Rust for data analysis encyclopedia (WIP).
Apache License 2.0
358 stars 38 forks source link

[Feature๐Ÿ’„]: Make code DRY #6

Open wiseaidev opened 1 year ago

wiseaidev commented 1 year ago

๐Ÿ‘ถ 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.