You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: