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
The UMAP plot in the bbi-sci dashboard currently has a right-adjusted legend. When there are lots of clusters, the UMAP itself is not visible because the plot is consumed by the legend. Can this be adjusted so that there is no legend and numbers overlay clusters themselves (i.e. the default in plot_cells())?
Thanks!
The text was updated successfully, but these errors were encountered:
Ok I finally remember why I changed this - basically ggrepel doesn't appear to be thread safe and causes crashes when running a bunch of samples at a time. for the moment, I just removed the legend entirely in the develop branch, but need to think about this more...
The UMAP plot in the bbi-sci dashboard currently has a right-adjusted legend. When there are lots of clusters, the UMAP itself is not visible because the plot is consumed by the legend. Can this be adjusted so that there is no legend and numbers overlay clusters themselves (i.e. the default in plot_cells())?
Thanks!
The text was updated successfully, but these errors were encountered: