Configure more than 8 axes?
Open
@yasuomaidana is already working on this.
Since Jul 30, 2024.
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.