Browse Source

incorporate sample image

George C. Privon 11 years ago
parent
commit
20ceedc420
1 changed files with 4 additions and 1 deletions
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -4,7 +4,7 @@ A short script to do simple analysis of mbox email files.
 
 Currently the script:
 
-* plots time vs day of all emails, optionally color-coded by user-specified sender information
+* plots time vs day of all emails, optionally color-coded by user-specified sender information (example below)
 
 In the future, I would like to add capabilities to:
 
@@ -40,6 +40,9 @@ optional arguments:
                         field. Each will be displayed with a different color.
 ```
 
+## Sample Output
+
+<img src="https://raw.githubusercontent.com/privong/email_analytics/master/sample.png">
 
 ## License