Module: lopaths.test_graph
Module: lopaths.test_graph#
Classes:
|
Functions:
|
|
|
|
|
|
|
|
|
figsize_1 is the size of the figure without the color bar additional_width is the additional width used for the color bar rect_1, rect_2 define where the plotting area and color bar are located in their respective sections of the figure |
|
|
|
- class GraphTester(fileName, fileNameEdges=None, preprocessingArgs=None)[source]#
Bases:
lopaths.graph.FlowPointGraph
Methods:
get_origin_destination_indices
(sourceNo, sinkNo)new
(fileName, fileNameEdges[, restart])preprocessing
([preprocessingArgs])save
([fileName])test_REVC_LOC
([show])test_REVC_approximations
([acceptionFactors, ...])test_REVC_once
(sourceNo, sinkNo, *args[, ...])test_REVC_range
([sourceNo, sinkNo, ...])test_REVC_range_avg
(*args, **kwargs)test_REVC_repetition
(sourceNo, sinkNo, *args)test_REVC_source_sink
([pairBased, show])test_REVC_stretch
([show])test_optimizations
([repetitions, optimizations])- test_REVC_approximations(acceptionFactors=None, rejectionFactors=None, SoSiNo=100, repetitions=10, show=False)[source]#
- create_min_paths_graph(data, x, xlabel, xticks=None, maxPathBound=30, xlim=None, colorBar=False)[source]#
- create_min_paths_graph2(data, x, xlabel, xticks=None, maxPathBound=30, xlim=None, colorBar=False)[source]#
- split_figure_vertical(figsize_1, additional_width, rect_1, rect_2)[source]#
figsize_1 is the size of the figure without the color bar additional_width is the additional width used for the color bar rect_1, rect_2 define where the plotting area and color bar are located in their respective sections of the figure