2.1.14.2. cli.cmd_plot.drawer

Implements functionalities behind ‘plot’ command

Modules

graph_drawer_factory

Implementation of the GraphDrawerFactory class to create and return a LineGraphDrawer object for the given data.

graph_drawer_factory_interface

GraphDrawerFactory Interface

graph_types

Implementation of the Enum for supported Graph Types.

line_graph_drawer

Implementation of the LineGraphDrawer class to take given data and draw the graph.

line_graph_drawer_interface

LineGraphDrawer Interface

settings_graph

Implementation of the classes that contain data for LineGraphDrawer.