Facecolor of scatter plots for categorical data fail to be non-transparent.
See original GitHub issueHi,
Even when we set sc.settings.set_figure_params(transparent=False)
the scatter plot for CATEGORYCAL data is transparented.
(ex. sc.pl.umap(adata, color='louvain')
)
Continuous data goes well, so I think it is a bug.
When you switch Jupyterlab’s theme into dark, it will be easy to check.
Best, Yoshiaki
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Facecolor of scatter plots for categorical data fail to be non ...
Hi, Even when we set sc.settings.set_figure_params(transparent=False) the scatter plot for CATEGORYCAL data is transparented.
Read more >Holoviews scatter plot color by categorical data - Stack Overflow
Goal is to produce two datasets in a single frame, with a categorical column keeping track of the source. Then i try plotting...
Read more >3D surface (colormap) — Matplotlib 3.6.2 documentation
Demonstrates plotting a 3D surface colored with the coolwarm colormap. The surface is made opaque by using antialiased=False . Also demonstrates using the ......
Read more >Be Awesome in ggplot2: A Practical Guide to be Highly Effective
It can be used to create quickly and easily different types of graphs: scatter plots, box plots, violin plots, histogram and density plots....
Read more >30 ggplot basics | The Epidemiologist R Handbook
Add “geom” layers - these functions visualize the data as geometries (shapes), e.g. as a bar graph, line plot, scatter plot, histogram (or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Definitely! Good docs are everything.
I was wrong, it worked well…
Anyway,
sounds a good solution. Expliciting that ‘white’, ‘w’ or (1,1,1) are also applicable may be kind. Of course, you can add theme like Seurat’s one though I’m not sure how many people are requiring it.