2.1.14.2.5.1. cli.cmd_plot.drawer.line_graph_drawer_interface.LineGraphDrawerInterface

class cli.cmd_plot.drawer.line_graph_drawer_interface.LineGraphDrawerInterface

Interface class that draws graph with given data.

__init__()

Methods

__init__()

draw(data)

Draw the created plot.

save(output_dir)

Save the created plot.

show()

Show the created plot.