package histogram2d
Type Members
- final case class Hist2dOptions(ncontours: Opt[Int] = Blank, reversescale: Opt[Boolean] = Opt(Option(true)), showscale: Opt[Boolean] = Blank) extends Component with Product with Serializable
Specifies 2d Histogram options.
Specifies 2d Histogram options.
- ncontours
: Specifies the maximum number of contour levels.
- reversescale
: Reverse the color mapping if set to true.
- showscale
: Specifies whether the scale is shown for this series or not.
This is the API documentation for Picta, a graphing library for Scala.
More detailed documentation about using the library can be found at https://acse-fk4517.github.io/picta-docs/.
Click on the following link to get started with the API docs: https://acse-fk4517.github.io/picta-docs/pages/api/org/carbonateresearch/picta/index.html