File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,19 @@ <h1>Introduction to ggplot2 & ggvis in R</h1>
149
149
< p > I'll try to move forward in < em > plot-focused</ em > path for this tutorial.</ p >
150
150
151
151
< 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 & Size aesthetics</ p >
159
+
160
+ < h5 > Line Charts</ h5 >
161
+
162
+ < p > a. Line Plots</ p >
163
+
164
+ < p > b. Adding Colour </ p >
154
165
155
166
</ body >
156
167
Original file line number Diff line number Diff line change @@ -6,12 +6,17 @@ This Repository is my attempt at creating a *how to* manual for `ggplot2` basics
6
6
I'll try to move forward in * plot-focused* path for this tutorial.
7
7
8
8
#Chapter 1#
9
+
9
10
##ggplot2##
10
11
11
- * Scatter Plots
12
+ ##### Scatter Plots #####
13
+
12
14
a. Basic Scatter Plot
15
+
13
16
b. Adding Colour,Shape & Size aesthetics
14
17
15
- * Line Charts
18
+ ##### Line Charts #####
19
+
16
20
a. Line Plots
21
+
17
22
b. Adding Colour
You can’t perform that action at this time.
0 commit comments