Skip to content

Commit

Permalink
Merge pull request #99 from fkohrt/patch-1
Browse files Browse the repository at this point in the history
Fix GeomPoint heading
  • Loading branch information
ajrgodfrey authored Apr 13, 2024
2 parents 2836085 + e1638dd commit 5ebb7a1
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 5ebb7a1

Please sign in to comment.