From 5e0962a151a482e0ba508b26e1ea784ae200ac8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 25 Apr 2018 00:43:24 +0200 Subject: [PATCH] Readme improvements --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 425162b..6041835 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,14 @@ inaccuracies or bugs (please report!) - Simulating account balance with day granularity - Plotting results using PyPlot -![betty1](betty_graph.png) +**Example with Betty's car purchase** + ![betty2](betty_txt.png) +*(note: spreading was switched off for a more readable display here, so the values are slightly different from the graph below which has spreading enabled)* + +![betty1](betty_graph.png) + ## Dependencies The script uses NumPy, MatPlotLib and Pandas for plotting. This may be improved in a future version