NetworkSim.simulation.tools.plot
.plot_batch_throughput¶
-
NetworkSim.simulation.tools.plot.
plot_batch_throughput
(simulator, show_ci=True)[source]¶ Plot batch throughput of simulations. Confidence intervals demarcated by the SEM values are shown by default. Where the maximum SEM value plotted is 1.
- Parameters
simulator (BaseSimulator) – The simulator used.
show_ci (bool, optional) – If confidence interval is displayed, by default
True
.