Skip to content

Commit

Permalink
Removed old graphing code
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Sep 12, 2017
1 parent 4aedd32 commit 6286cc4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/binwalk/modules/entropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,3 @@ def plot_entropy(self, fname):
else:
plt.show()

#if self.show_legend and has_key(self.file_markers, fname):
# plt.addLegend(size=(self.max_description_length * 10, 0))

# i = 0

# plt.plot(x=[offset, offset], y=[0, 1.1],
# name=description, pen=pg.mkPen(color, width=2.5))

0 comments on commit 6286cc4

Please sign in to comment.