Skip to content

Conversation

@tokami
Copy link
Member

@tokami tokami commented Nov 28, 2019

allows plotting in same coordinate system as main plot.

Note: It is not possible to outsource

        if (!is.null(stamp) && stamp != '' && !is.na(stamp)){
            txt.stamp(stamp, new=FALSE)
            opar <- par(new = TRUE)
            on.exit(par(opar))
        }

to a separate function as the par needs to be defined on the same level as the par of the main plot. Thus there is a bit of code repetition...

@tokami tokami requested a review from alko989 November 28, 2019 15:09
@tokami tokami marked this pull request as draft December 3, 2020 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant