diff --git a/_includes/examples/scatterplot.svg b/_includes/examples/scatterplot.svg
index e1bf230..c9f7212 100644
--- a/_includes/examples/scatterplot.svg
+++ b/_includes/examples/scatterplot.svg
@@ -1,27 +1,88 @@
+
\ No newline at end of file
+
diff --git a/z02-parts-of-a-graph.md b/z02-parts-of-a-graph.md
index 9ca3a44..505c45c 100644
--- a/z02-parts-of-a-graph.md
+++ b/z02-parts-of-a-graph.md
@@ -96,15 +96,15 @@ We'll need to manually write out each point. Transform attributes are inherited
by child elements, so we can use `` tags to move entire groups, such as the
axes, or even offset the entire graph by a margin.
-
+
+
+ {% include examples/scatterplot.svg %}
+
{% highlight html %}
{% include examples/scatterplot.svg %}
{% endhighlight %}
-
- {% include examples/scatterplot.svg %}
-
Man! All that work for such a simple graph? SVG is a lot of work!