Skip to content

Commit 0cc9637

Browse files
author
4n4kin
committed
markdown
1 parent 094ff08 commit 0cc9637

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

README.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,19 @@ <h1>Introduction to ggplot2 &amp; ggvis in R</h1>
149149
<p>I&#39;ll try to move forward in <em>plot-focused</em> path for this tutorial.</p>
150150

151151
<p>#Chapter 1#
152-
##ggplot2##
153-
*Scatter Plots</p>
152+
##ggplot2##</p>
153+
154+
<h5>Scatter Plots</h5>
155+
156+
<p>a. Basic Scatter Plot</p>
157+
158+
<p>b. Adding Colour,Shape &amp; Size aesthetics</p>
159+
160+
<h5>Line Charts</h5>
161+
162+
<p>a. Line Plots</p>
163+
164+
<p>b. Adding Colour </p>
154165

155166
</body>
156167

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ This Repository is my attempt at creating a *how to* manual for `ggplot2` basics
66
I'll try to move forward in *plot-focused* path for this tutorial.
77

88
#Chapter 1#
9+
910
##ggplot2##
1011

11-
* Scatter Plots
12+
##### Scatter Plots #####
13+
1214
a. Basic Scatter Plot
15+
1316
b. Adding Colour,Shape & Size aesthetics
1417

15-
* Line Charts
18+
##### Line Charts #####
19+
1620
a. Line Plots
21+
1722
b. Adding Colour

0 commit comments

Comments
 (0)