JuliaPlots / JuliaPlots/PlotlyJS.jl
hline (shapes?) not showing up when there are subplots
Open
subplots
- Dominant language
- Julia
- Stars
- 444
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
```julia
p1 = plot(scatter(;y=randn(25)))
p2 = plot(scatter(;y=randn(25)), Layout(shapes=[hline(0.25)]))
pjoin = [p1; p2]
```
* `p1` is as expected
* `p2` is as expected
* `pjoin` no longer has the horizontal line
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.