holoviz / holoviz/hvplot

Scatter matrix grid alignment with rotated X labels

Open
#654 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.4k
Forks
124
Avg merge
1d 18h
Merged PRs (30d)
1

Description

When I rotate my X labels in a scatter matrix, the lower left panel does not seem to align correctly.

```
samples = 40
hvplot.scatter_matrix(pd.DataFrame({
'a':np.random.normal(0.5, 1, size=samples),
'b':np.random.normal(0.0,2.0, size=samples),
'c':np.random.normal(1e10,0.5e10,size=samples)}), xrotation=90)
```

hvplot = 0.7.3
holoviews = 1.14.5
bokeh = 2.3.3

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.