Skip to content

Commit

Permalink
fix helpscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarthur committed Feb 11, 2019
1 parent 4429ca9 commit c62ef81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ hstack(p5, p6)
If you don't supply Scales or Guides, Gadfly will make an educated guess.

```@example 1
set_default_plot_size(14cm, 8cm) # hide
gasoline = dataset("Ecdat", "Gasoline")
plot(gasoline, x=:Year, y=:LGasPCar, color=:Country, Geom.point, Geom.line)
```
Expand Down
16 changes: 8 additions & 8 deletions src/gadfly.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c62ef81

Please sign in to comment.