NetworkSim.simulation.tools.plot
.plot_count¶
-
NetworkSim.simulation.tools.plot.
plot_count
(packet_count, fig=None, ax=None, title=None)[source]¶ Plot transmission packet count as a heatmap.
- Parameters
packet_count (pandas DataFrame) – A DataFrame containing the packet count summary.
fig (figure, optional) – Figure to be plotted on, by default
None
.ax (axis, optional) – Axis to be plotted on, by default
None
.title (string, optional) – Plot title, by default
None
.