JuliaPlots / JuliaPlots/PlotlyJS.jl
Styles not applied when creating subplots
Open
subplots
- Dominant language
- Julia
- Stars
- 444
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
cc @cc7768
Example:
```julia
using PlotlyJS
ms = Style(PlotlyJS.ggplot_style(),
layout=Layout(paper_bgcolor="#000000", # "#EDEDED",
legend_x=-1.27, legend_font_size=10,
legend_orientation="h"))
p1 = plot(rand(10, 2), style=ms)
p2 = plot(rand(10, 2), style=ms)
p = [p1, p2]
display(p) # not styled
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.