Currently, all functionalities are initialized while instantiating plottingZ. This looks messy, does not consider resource management and should be changed to use the data which is needed for the current application run.
Example - If we decide to plot the data with a scatter plot, there is no need to initialize the line plot data object.
This issue can be seen in the plotting_data.h file.
Currently, all functionalities are initialized while instantiating plottingZ. This looks messy, does not consider resource management and should be changed to use the data which is needed for the current application run.
Example - If we decide to plot the data with a scatter plot, there is no need to initialize the line plot data object.
This issue can be seen in the plotting_data.h file.