All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plotly.layout.Grid.scala Maven / Gradle / Ivy

The newest version!
package plotly.layout

import dataclass.data

@data(optionSetters = true) class Grid(
    rows: Option[Int] = None,
    columns: Option[Int] = None,
    pattern: Option[Pattern] = None,
    roworder: Option[RowOrder] = None,
    subplots: Option[Seq[Seq[String]]] = None
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy