NetworkSim.simulation.tools.publication.plot_scaled_network_delay

NetworkSim.simulation.tools.publication.plot_scaled_network_delay(data_type='load')[source]

Plot delay of a scaled network.

Parameters

data_type (str, optional) – The data of focus, chosen from the following:

  • load or l: Varying load of the network at 10%, 15%, 20% and 25% for network node number from 100 to 10100.

  • scale`or `s: Varying number of nodes in the network at 512, 1280, 5120, and 10240 for network traffic load from 1% to 40$.

Default is load.

Returns

fig – The figure plotted.

Return type

Figure