Skip to content

Commit

Permalink
Generated plots.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Mar 4, 2013
1 parent e143174 commit 1447ffd
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added pl4/graphs/heap.versus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl4/graphs/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl4/graphs/leveldb.versus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl4/graphs/no-index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pl4/graphs/sqlite.versus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pl4/plot_vs.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def ydata(filename):
plt.legend(loc='best')
plt.xlabel('Letters')
plt.ylabel('Time (in milliseconds)')
plt.suptitle('With and Without Index; 100,000 Records')
plt.suptitle('%s with and Without Index; 100,000 Records' % name.capitalize())

# save your plot and see it
if args.output is not None:
Expand Down

0 comments on commit 1447ffd

Please sign in to comment.