Skip to content

Commit

Permalink
Fix GeomPoint heading
Browse files Browse the repository at this point in the history
The level 3 heading "GeomPoint" lacked a preceding
empty newline, causing it to be treated as another
paragraph on the {pkgdown} website. This commit
adds the newline.
  • Loading branch information
fkohrt authored Apr 12, 2024
1 parent 960b72d commit e1638dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/ExploringGraphs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Within each individual line subtree if the line is disjoint there will be more s
Once you are looking at either the continuous section or the whole section you can click through to actually look at the line.

If there are more than 5 lines then it will summarizes them. If there are 5 or less then you can press through and individually see the line start and finish locations.

### Geom_Point
```{r svg geom point, eval = FALSE, echo=FALSE}
point <- ggplot(iris, aes(Sepal.Length, Sepal.Width)) +
Expand Down

0 comments on commit e1638dd

Please sign in to comment.