Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 69 additions & 8 deletions _includes/examples/scatterplot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions z02-parts-of-a-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ We'll need to manually write out each point. Transform attributes are inherited
by child elements, so we can use `<g>` tags to move entire groups, such as the
axes, or even offset the entire graph by a margin.

<div class="example-row-2">
<div class="example-row-1">
<div class="example">
{% include examples/scatterplot.svg %}
</div>
<div class="example">
{% highlight html %}
{% include examples/scatterplot.svg %}
{% endhighlight %}
</div>
<div class="example">
{% include examples/scatterplot.svg %}
</div>
</div>

Man! All that work for such a simple graph? SVG is a lot of work!
Expand Down