Skip to content

Commit 0e826a3

Browse files
committed
regenerate snapshots after moving guides
1 parent d15998e commit 0e826a3

36 files changed

+30
-30
lines changed

tests/testthat/_snaps/guide-.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# dots are checked when making guides
2+
3+
Ignoring unknown argument to `guide_axis()`: `foo`.
4+
5+
---
6+
7+
Arguments in `...` must be used.
8+
x Problematic argument:
9+
* foo = "bar"
10+
i Did you misspell an argument name?
11+

tests/testthat/_snaps/guide-axis.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Using non-position guides for position scales results in an informative error
2+
3+
`guide_legend()` cannot be used for x, xmin, xmax, or xend.
4+
i Use any non position aesthetic instead.
5+
6+
# guide_axis_logticks calculates appropriate ticks
7+
8+
The `prescale.base` argument will override the scale's log-10 transformation in log-tick positioning.
9+

0 commit comments

Comments
 (0)