From 0c8cbc7830e2ffcebc4a207b6109b9739f22db3b Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 04:55:22 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d668d6c..4480545 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ from bashplotlib.histogram import plot_hist ``` -##examples +## examples ``` $ scatter --file data/texas.txt --pch . ``` @@ -62,7 +62,7 @@ $ scatter -x data/x_test.txt -y data/y_test.txt ``` -##todo +## todo - sideways numbers for x-axis of histograms - colors for individual points