-
1. spatial image
2. UMAP and violin plots
3. Focus on smaller region
4. ProjectR integration
1. This leads to visualizing cell types.
This is a list in flux
-
Hello!
Sorry to bother again, but I was trying to work up with the subfigures feature, so... I've been working with a lua filter to read them helped with the figure environment, read as a div featu…
-
I'm attempting to produce a stacked funnel plot of activities. The labels are not appearing as expected on the plot.
I'm reposting my question from Stack Overflow here [based on the response](http…
-
The following code:
```
using CairoMakie
using FFTW
N = 500
ma4 = [zeros(N÷2-2); 0.25 .* ones(4); zeros(N÷2-2)]
fig = Figure()
ax1 = Axis(fig[1,1])
xdata = rfftfreq(N)
ydata = 20log10.(abs.…
klaff updated
2 months ago
-
I'm noticing significant flicking/marker clipping while rotating a Scatter3D plot with the mouse.
The code below is a modified form of the example at https://plotly.com/python/3d-scatter-plots/. No…
-
Figure 3 is about demonstrating how we access subsets of the genotype matrix, and compute performance. It currently looks like this:
![Screenshot from 2023-12-15 12-28-25](https://github.com/pystat…
-
Hi,
Thanks so much for developing this useful plugin. This plugin can open a zotero searcher for creating notes like below:
![image](https://user-images.githubusercontent.com/54569058/194541244-25…
-
- [x] are you running newest version (version from docs) ?
- [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)
- [x] What platform + GPU are you on? Windows 10…
-
I have the following case:
import plotly.express as px
df = pd.DataFrame(np.random.randint(0,100,size=(100, 2)), columns=['year', 'type'])
fig = px.density_heatmap(df, x='year', y='type', log_y=T…
-
Hi all,
I just noticed that when I set my X axis to logarithmic in plotly.express, the marginal graphs associated with that axis do not update. Here is a sample code:
`fig=px.scatter(data,x='area'…