Skip to content

Commit

Permalink
Add section to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jun 22, 2018
1 parent bfe4c29 commit bc3b983
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/gettingstarted/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,7 @@ dataset("cars") |>
@vlplot(:bar, x="count()", y=:Origin) |>
save("myplot.pdf")
```

## Next steps

There are two main sources of information if you want to learn more about plotting with [VegaLite.jl](https://github.com/fredo-dedup/VegaLite.jl). The first is the excellent [Vega-Lite documentation](https://vega.github.io/vega-lite/). The documentation describes the JSON original Vega-Lite version, but it should be fairly easy to understand how those examples translate into the Julia equivalent. The second source is are the remaining sections in this documentation of [VegaLite.jl](https://github.com/fredo-dedup/VegaLite.jl). The section about the `@vlplot` macro should be especially useful for understanding how the JSON Vega-Lite syntax can be translated into the equivalent julia version.

0 comments on commit bc3b983

Please sign in to comment.