We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9da511 commit d0a49acCopy full SHA for d0a49ac
tests/testthat/test-legend-draw.R
@@ -6,6 +6,8 @@ test_that("all keys can be drawn without 'params'", {
6
size <- size * 10 # cm to mm
7
8
# Render every key
9
+ # If we're to develop new legend keys, we can keep appending this pattern
10
+ # for new keys and layout should adjust automatically
11
keys <- list(
12
point = draw_key_point(GeomPoint$use_defaults(NULL), params, size),
13
abline = draw_key_abline(GeomAbline$use_defaults(NULL), params, size),
0 commit comments