Skip to content

Commit

Permalink
Merge pull request #237 from mschauer/patch-1
Browse files Browse the repository at this point in the history
geom_subplot_grid.md: typo.
  • Loading branch information
dcjones committed Mar 14, 2014
2 parents 0ba9623 + 3dc49b4 commit 6a0a382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/geom_subplot_grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ widedf = DataFrame(x = [1:10], var1 = [1:10], var2 = [1:10].^2)
longdf = stack(widedf, [:var1, :var2])
```

Default behavior is for the axes' sclaes to be fixed across the subplots:
Default behavior is for the axes' scales to be fixed across the subplots:

```julia
plot(longdf, ygroup="variable", x="x", y="value", Geom.subplot_grid(Geom.point))
Expand Down

0 comments on commit 6a0a382

Please sign in to comment.