From 80022cb32ab4f0ad5c5d104f44bb2fce53dd2df1 Mon Sep 17 00:00:00 2001
From: opi <opitz@cl.uni-heidelberg.de>
Date: Tue, 23 Jul 2019 17:41:21 +0200
Subject: [PATCH] added example image to readme

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 918d095..67e29d8 100644
--- a/README.md
+++ b/README.md
@@ -57,4 +57,16 @@ You can add more years by simply adding years to the command:
 
 To display all available options, type:
 
-    python main.py -h
\ No newline at end of file
+    python main.py -h
+
+## Investigation of punishments over time and gender
+
+    python plot_gender.py -h
+
+For example, we can statistically show that the prison-punishment was "invented" in 19th century.
+
+    python plot_gender.py imprison
+
+Output:
+
+![alt text](https://gitlab.cl.uni-heidelberg.de/born/obc2kg/src/imprison-gender-time.png)
-- 
GitLab