Skip to content

Commit

Permalink
Update chart
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Jul 28, 2023
1 parent 15c85f3 commit 3a1c2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Annotation of code blocks is also supported. For example,
## Creation of figure with R

```{r}
plot(rnorm(10), rnorm(10))
plot(runif(10, min=0, max=10), type='l')
```

## Dependencies
Expand Down

0 comments on commit 3a1c2a8

Please sign in to comment.