-
Notifications
You must be signed in to change notification settings - Fork 14
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
Problem with "patchy" colors in cyto_plot 2D plots #215
Comments
I wanted to add that
|
Do you get the same result when you remove |
Hello, thanks for looking into this. But I have found a way to generate a plot that has the aspect I would expect: instead of subsetting during plotting by setting xlim and ylim, I subsetted the flowset object itself.
So I get the plot I wanted but the workaround is not suitable for me as I would like to retain all events, even the most extremes. I have a feeling that the options "point_col_scale" and "point_cols" might be useful, however I am not sure how to employ them to obtain the result I am after. Thanks |
Note that my solution with |
Hello
I am using cyto_plot to examine FSC vs SSC of a FCS file, loaded as a a flowSet object with
flowCore::read.flowSet
The scatter (2D) plot that I obtain has an appearance that seems correct except for the colors, which seem too patchy: there are well-defined blocks of color that I expect should be more gradual and certainly not rectangular as seen here. I have drawn contour lines to show event density and those have the expected appearance.
The code for the plot:
Here is the distribution of values I am trying to plot:
I am getting the same behavior with a gatingSet object creating using
cyto_setup
.Any help would be greatly appreciated.
Thanks
Alex
The text was updated successfully, but these errors were encountered: