|
plt.bar(graphx, graphy, width, align='center', linewidth=1, color='red', edgecolor='red')
|
|
plt.bar(graphx, graphy, width, align='center', linewidth=1, color='red', edgecolor='red')
|
|
out = self.pcap_filepath.replace('.pcap', '_plot-' + title + file_ending)
|
|
out = self.pcap_filepath.replace('.pcap', '_plot-' + title + file_ending)
|