Skip to content
Snippets Groups Projects
Commit a7bd97a5 authored by Sebastian Kopf's avatar Sebastian Kopf
Browse files

add missing library

parent 957d8bf7
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ py$curve
```{r, fig.width=8, fig.height=4}
# python plots (e.g. matplotlib) require RStudio 1.2+ for proper rendering
# using reticulate and ggplot instead (will work only in knitted document)
library(ggplot2)
ggplot(py$curve) +
aes(x = t, y = x) +
geom_line() +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment