Configure more than 8 axes?
@yasuomaidana 已经在做这个了。
开始于 2024年7月30日。
评估
这个 Issue 还没有评估数据。
描述
I do have one plot with 15 sub-plots.
I would like all of them to "match" the first one.
Layout::new()
.x_axis2(Axis::new().matches(true))
.x_axis3(Axis::new().matches(true))
.x_axis4(Axis::new().matches(true))
.x_axis5(Axis::new().matches(true))
.x_axis6(Axis::new().matches(true))
.x_axis7(Axis::new().matches(true))
.x_axis8(Axis::new().matches(true))
How can I configure the remaining ones?
e.g. There is no .x_axis9(...) or .x_axis10(...) setter.
Is there a more generic way to do it for an arbitrary axes count?
- 主要语言
- Rust
- 星标
- 1.5k
- 派生
- 128
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
plotly/plotly.rs 的其他 Issue
-
难度 3/5 1-2 天 新手友好度 62/100
-
难度 4/5 3-5 天 新手友好度 62/100
-
难度 5/5 一周以上 新手友好度 38/100
-
enhancement
难度 5/5 一周以上 新手友好度 35/100
-
bug
难度 3/5 1-2 天 新手友好度 55/100
相似的 Issue
-
risk:low runtime status:in-progress type:test
难度 1/5 1 小时以内 新手友好度 92/100
zeroclaw-labs/zeroclaw#11023 ·
-
good first issue refactor
难度 2/5 1-3 小时 新手友好度 72/100
-
难度 2/5 1-3 小时 新手友好度 84/100
EricSpencer00/Resilient#4835 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 74/100
bisq-network/bisq-musig#204 ·
-
agent:ready documentation
难度 2/5 1-3 小时 新手友好度 88/100
cesarferreira/stax#890 ·