Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing order of txt stamp and main plot #85

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

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