NetworkSim.simulation.tools.plot.plot_latency_scatter

NetworkSim.simulation.tools.plot.plot_latency_scatter(latency, node_id)[source]

Scatter plot of latency information of one node, both as a source node and as a destination node.

Parameters
  • latency (list) – The list of latency from BaseSimulator.

  • node_id (int) – The ID of the node of interest.