Created new builder_data_vis.py, to try and separate the implementation of the creation of graph and tread lines from its representations by giving the builder control of the many parameter.
By doing so, other developers won't need to, unless its necessary, to change the actual code in data_visualization.py and instead use the builder with different or new parameters to test different representation of the visualization of data.
Created new builder_data_vis.py, to try and separate the implementation of the creation of graph and tread lines from its representations by giving the builder control of the many parameter.
By doing so, other developers won't need to, unless its necessary, to change the actual code in data_visualization.py and instead use the builder with different or new parameters to test different representation of the visualization of data.