deepgraph.deepgraph.DeepGraph.plot_logfile

static DeepGraph.plot_logfile(logfile)[source]

Plot a logfile.

Plot a benchmark logfile created by create_edges or create_edges_ft.

Parameters:logfile (str) – The filename of the logfile.
Returns:obj – Depending on the logfile, return a dict of matplotlib objects with a subset of the following keys: [‘fig’, ‘ax’, ‘pc_n’, ‘pc_e’, ‘cb_n’, ‘cb_e’]
Return type:dict