Configure more than 8 axes?
Abierto
@yasuomaidana ya está trabajando en esto.
Desde el 30/7/2024.
- Lenguaje dominante
- Rust
- Estrellas
- 1.5k
- Forks
- 128
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.