Skip to content

Commit

Permalink
Fixes #1198 leverage margin argument to improve figure labels (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle authored Mar 21, 2024
1 parent 1e22072 commit 5a56c51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Binary file modified inst/extdata/re-env.RData
Binary file not shown.
18 changes: 11 additions & 7 deletions inst/extdata/re-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,30 @@
},
"xlabel": {
"color": "black",
"size": 11,
"size": 10,
"fontFace": "plain",
"fontFamily": "",
"angle": 0,
"align": "center"
"align": "center",
"margin": [10, 10, 10, 10]
},
"ylabel": {
"color": "black",
"size": 11,
"size": 10,
"fontFace": "plain",
"fontFamily": "",
"angle": 90,
"align": "center"
"align": "center",
"margin": [10, 10, 10, 10]
},
"y2label": {
"color": "black",
"size": 11,
"size": 10,
"fontFace": "plain",
"fontFamily": "",
"angle": -90,
"align": "center"
"align": "center",
"margin": [10, 10, 10, 10]
},
"watermark": {
"color": "grey",
Expand All @@ -54,7 +57,8 @@
"fontFace": "plain",
"fontFamily": "",
"angle": 0,
"align": "left"
"align": "left",
"margin": [8, 5, 2, 5]
},
"legendTitle": {
"color": "black",
Expand Down

0 comments on commit 5a56c51

Please sign in to comment.