Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdv committed Nov 1, 2023
1 parent eac2e7c commit 4ce2ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions R/plot_internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ NULL
# Box size in inches
boxsize = symbolsize * min(ht1, ht2, wd1, wd2)

# Autoscale if too small
if(autoScale && boxsize < minsize) {
if(minsize > ht2 | cex < 0.2)
stop2("autoScale error: `minsize` is too large for the current window")
Expand Down
4 changes: 2 additions & 2 deletions man/internalplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ce2ea5

Please sign in to comment.