rk_comparison.core.plotting_module package
Submodules
rk_comparison.core.plotting_module.plot module
- class rk_comparison.core.plotting_module.plot.Plot[source]
Bases:
object
Class with method to plot data on a chart.
rk_comparison.core.plotting_module.plot_data module
- class rk_comparison.core.plotting_module.plot_data.PlotData[source]
Bases:
object
Class that have methods to prepare data before plotting.
- plot(compare, controller, functions, y_label, title)[source]
Method prepares result data to be displayed on plot and calls method to build and show it.
- prepare_plot_bar_max(controller, x_label, y_label, title)[source]
Method prepares result data to be displayed on bar plot and calls method to build and show it.