From c038106f9e02510b7a6d527dbacd9793f9d7857e Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:56:30 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8908e3..7530fd5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ itorch.html('

magic!

', window_id) ``` ![screenshot](screenshots/html.png "") -###Plotting +### Plotting iTorch can plot to screen in notebook mode, or save the plot to disk as a html file. A Plot object is introduced, that can plot different kinds of plots such as scatter, line, segment, quiver plots.