Configure more than 8 axes?
@yasuomaidana ci sta già lavorando.
Dal 30/7/2024.
Valutazione
Questa issue non è ancora stata valutata.
Descrizione
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?
- Lingua principale
- Rust
- Stelle
- 1.5k
- Fork
- 128
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di plotly/plotly.rs
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 62/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 62/100
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 38/100
-
enhancement
Difficoltà 5/5 Più di una settimana Idoneità per principianti 35/100
-
bug
Difficoltà 3/5 1-2 giorni Idoneità per principianti 55/100