Copyright | (c) Malcolm Wallace 2009 |
---|---|
License | BSD-style (see COPYRIGHT file) |
Safe Haskell | None |
Language | Haskell98 |
Area spots are a collection of unconnected filled circles, with x,y position, and an independent z value to be represented by the relative area of the spots.
- data AreaSpots z x y = AreaSpots {}
- area_spots_title :: forall z x y. Lens' (AreaSpots z x y) String
- area_spots_linethick :: forall z x y. Lens' (AreaSpots z x y) Double
- area_spots_linecolour :: forall z x y. Lens' (AreaSpots z x y) (AlphaColour Double)
- area_spots_fillcolour :: forall z x y. Lens' (AreaSpots z x y) (Colour Double)
- area_spots_opacity :: forall z x y. Lens' (AreaSpots z x y) Double
- area_spots_max_radius :: forall z x y. Lens' (AreaSpots z x y) Double
- area_spots_values :: forall z x y z x y. Lens (AreaSpots z x y) (AreaSpots z x y) [(x, y, z)] [(x, y, z)]
- data AreaSpots4D z t x y = AreaSpots4D {}
- area_spots_4d_title :: forall z t x y. Lens' (AreaSpots4D z t x y) String
- area_spots_4d_linethick :: forall z t x y. Lens' (AreaSpots4D z t x y) Double
- area_spots_4d_palette :: forall z t x y. Lens' (AreaSpots4D z t x y) [Colour Double]
- area_spots_4d_opacity :: forall z t x y. Lens' (AreaSpots4D z t x y) Double
- area_spots_4d_max_radius :: forall z t x y. Lens' (AreaSpots4D z t x y) Double
- area_spots_4d_values :: forall z t x y z t x y. Lens (AreaSpots4D z t x y) (AreaSpots4D z t x y) [(x, y, z, t)] [(x, y, z, t)]
Documentation
A collection of unconnected spots, with x,y position, and an independent z value to be represented by the area of the spot.
AreaSpots | |
|
area_spots_title :: forall z x y. Lens' (AreaSpots z x y) String Source
area_spots_linethick :: forall z x y. Lens' (AreaSpots z x y) Double Source
area_spots_linecolour :: forall z x y. Lens' (AreaSpots z x y) (AlphaColour Double) Source
area_spots_opacity :: forall z x y. Lens' (AreaSpots z x y) Double Source
area_spots_max_radius :: forall z x y. Lens' (AreaSpots z x y) Double Source
area_spots_values :: forall z x y z x y. Lens (AreaSpots z x y) (AreaSpots z x y) [(x, y, z)] [(x, y, z)] Source
data AreaSpots4D z t x y Source
A collection of unconnected spots, with x,y position, an independent z value to be represented by the area of the spot, and in addition, a fourth variable t to be represented by a colour from a given palette. (A linear transfer function from t to palette is assumed.)
AreaSpots4D | |
|
(PlotValue z, PlotValue t, Show t) => ToPlot (AreaSpots4D z t) | |
Default (AreaSpots4D z t x y) |
area_spots_4d_title :: forall z t x y. Lens' (AreaSpots4D z t x y) String Source
area_spots_4d_linethick :: forall z t x y. Lens' (AreaSpots4D z t x y) Double Source
area_spots_4d_palette :: forall z t x y. Lens' (AreaSpots4D z t x y) [Colour Double] Source
area_spots_4d_opacity :: forall z t x y. Lens' (AreaSpots4D z t x y) Double Source
area_spots_4d_max_radius :: forall z t x y. Lens' (AreaSpots4D z t x y) Double Source
area_spots_4d_values :: forall z t x y z t x y. Lens (AreaSpots4D z t x y) (AreaSpots4D z t x y) [(x, y, z, t)] [(x, y, z, t)] Source