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

Message displayed when plotting gates #1

Open
bpollner opened this issue Mar 10, 2022 · 0 comments
Open

Message displayed when plotting gates #1

bpollner opened this issue Mar 10, 2022 · 0 comments
Labels
known bug Minor bugs known to the developer that won't affect proper function.

Comments

@bpollner
Copy link
Owner

When plotting gates using plotgates(), the following message is displayed:
"Coordinate system already present. Adding new coordinate system, which will replace the existing one."
This is caused by adding
ggcyto::ggcyto_par_set(limits="instrument")
to the plot object.
A possible solution to avoid this (harmless) message might be to extract the machine limits manually from a flow frame, then create the plot object with these limits already.
As time is a factor at the moment, I will leave this as it is for now.

@bpollner bpollner added the known bug Minor bugs known to the developer that won't affect proper function. label Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known bug Minor bugs known to the developer that won't affect proper function.
Projects
None yet
Development

No branches or pull requests

1 participant