packages feed

Chart 1.9 → 1.9.1

raw patch · 4 files changed

+12/−9 lines, 4 filesdep ~lensPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: lens

API changes (from Hackage documentation)

- Graphics.Rendering.Chart.Geometry: instance Data.Semigroup.Semigroup Graphics.Rendering.Chart.Geometry.Path
- Graphics.Rendering.Chart.Layout: instance (GHC.Show.Show y2, GHC.Show.Show y1, GHC.Show.Show x) => GHC.Show.Show (Graphics.Rendering.Chart.Layout.LayoutPick x y1 y2)
- Graphics.Rendering.Chart.Plot.Candle: instance (GHC.Show.Show y, GHC.Show.Show x) => GHC.Show.Show (Graphics.Rendering.Chart.Plot.Candle.Candle x y)
- Graphics.Rendering.Chart.Plot.ErrBars: instance (GHC.Show.Show y, GHC.Show.Show x) => GHC.Show.Show (Graphics.Rendering.Chart.Plot.ErrBars.ErrPoint x y)
+ Graphics.Rendering.Chart.Easy: affineCombo :: (AffineSpace f, Num a) => [(a, f a)] -> f a -> f a
+ Graphics.Rendering.Chart.Easy: alphaChannel :: () => AlphaColour a -> a
+ Graphics.Rendering.Chart.Easy: alphaColourConvert :: (Fractional b, Real a) => AlphaColour a -> AlphaColour b
+ Graphics.Rendering.Chart.Easy: atop :: Fractional a => AlphaColour a -> AlphaColour a -> AlphaColour a
+ Graphics.Rendering.Chart.Easy: black :: Num a => Colour a
+ Graphics.Rendering.Chart.Easy: blend :: (Num a, AffineSpace f) => a -> f a -> f a -> f a
+ Graphics.Rendering.Chart.Easy: class AffineSpace (f :: Type -> Type)
+ Graphics.Rendering.Chart.Easy: class ColourOps (f :: Type -> Type)
+ Graphics.Rendering.Chart.Easy: colourConvert :: (Fractional b, Real a) => Colour a -> Colour b
+ Graphics.Rendering.Chart.Easy: darken :: (ColourOps f, Num a) => a -> f a -> f a
+ Graphics.Rendering.Chart.Easy: data AlphaColour a
+ Graphics.Rendering.Chart.Easy: data Colour a
+ Graphics.Rendering.Chart.Easy: dissolve :: Num a => a -> AlphaColour a -> AlphaColour a
+ Graphics.Rendering.Chart.Easy: opaque :: Num a => Colour a -> AlphaColour a
+ Graphics.Rendering.Chart.Easy: transparent :: Num a => AlphaColour a
+ Graphics.Rendering.Chart.Easy: withOpacity :: Num a => Colour a -> a -> AlphaColour a
+ Graphics.Rendering.Chart.Geometry: instance GHC.Base.Semigroup Graphics.Rendering.Chart.Geometry.Path
+ Graphics.Rendering.Chart.Layout: instance (GHC.Show.Show x, GHC.Show.Show y1, GHC.Show.Show y2) => GHC.Show.Show (Graphics.Rendering.Chart.Layout.LayoutPick x y1 y2)
+ Graphics.Rendering.Chart.Plot.Candle: instance (GHC.Show.Show x, GHC.Show.Show y) => GHC.Show.Show (Graphics.Rendering.Chart.Plot.Candle.Candle x y)
+ Graphics.Rendering.Chart.Plot.ErrBars: instance (GHC.Show.Show x, GHC.Show.Show y) => GHC.Show.Show (Graphics.Rendering.Chart.Plot.ErrBars.ErrPoint x y)
- Graphics.Rendering.Chart.Axis.Floating: la_labelf :: forall a_a11u5 a_a12VA. Lens (LinearAxisParams a_a11u5) (LinearAxisParams a_a12VA) ([a_a11u5] -> [String]) ([a_a12VA] -> [String])
+ Graphics.Rendering.Chart.Axis.Floating: la_labelf :: forall a_aWY3 a_aYBH. Lens (LinearAxisParams a_aWY3) (LinearAxisParams a_aYBH) ([a_aWY3] -> [String]) ([a_aYBH] -> [String])
- Graphics.Rendering.Chart.Axis.Floating: la_nLabels :: forall a_a11u5. Lens' (LinearAxisParams a_a11u5) Int
+ Graphics.Rendering.Chart.Axis.Floating: la_nLabels :: forall a_aWY3. Lens' (LinearAxisParams a_aWY3) Int
- Graphics.Rendering.Chart.Axis.Floating: la_nTicks :: forall a_a11u5. Lens' (LinearAxisParams a_a11u5) Int
+ Graphics.Rendering.Chart.Axis.Floating: la_nTicks :: forall a_aWY3. Lens' (LinearAxisParams a_aWY3) Int
- Graphics.Rendering.Chart.Axis.Floating: loga_labelf :: forall a_a11u4 a_a12Xi. Iso (LogAxisParams a_a11u4) (LogAxisParams a_a12Xi) ([a_a11u4] -> [String]) ([a_a12Xi] -> [String])
+ Graphics.Rendering.Chart.Axis.Floating: loga_labelf :: forall a_aWY2 a_aYDC. Iso (LogAxisParams a_aWY2) (LogAxisParams a_aYDC) ([a_aWY2] -> [String]) ([a_aYDC] -> [String])
- Graphics.Rendering.Chart.Axis.Int: defaultIntAxis :: (Show a) => LinearAxisParams a
+ Graphics.Rendering.Chart.Axis.Int: defaultIntAxis :: Show a => LinearAxisParams a
- Graphics.Rendering.Chart.Axis.Types: AxisT :: RectEdge -> AxisStyle -> Bool -> (AxisData x) -> AxisT x
+ Graphics.Rendering.Chart.Axis.Types: AxisT :: RectEdge -> AxisStyle -> Bool -> AxisData x -> AxisT x
- Graphics.Rendering.Chart.Axis.Types: axisOverhang :: (Ord x) => AxisT x -> BackendProgram (Double, Double)
+ Graphics.Rendering.Chart.Axis.Types: axisOverhang :: Ord x => AxisT x -> BackendProgram (Double, Double)
- Graphics.Rendering.Chart.Axis.Types: axis_grid :: forall x_aNav. Lens' (AxisData x_aNav) [x_aNav]
+ Graphics.Rendering.Chart.Axis.Types: axis_grid :: forall x_aLJf. Lens' (AxisData x_aLJf) [x_aLJf]
- Graphics.Rendering.Chart.Axis.Types: axis_labels :: forall x_aNav. Lens' (AxisData x_aNav) [[(x_aNav, String)]]
+ Graphics.Rendering.Chart.Axis.Types: axis_labels :: forall x_aLJf. Lens' (AxisData x_aLJf) [[(x_aLJf, String)]]
- Graphics.Rendering.Chart.Axis.Types: axis_ticks :: forall x_aNav. Lens' (AxisData x_aNav) [(x_aNav, Double)]
+ Graphics.Rendering.Chart.Axis.Types: axis_ticks :: forall x_aLJf. Lens' (AxisData x_aLJf) [(x_aLJf, Double)]
- Graphics.Rendering.Chart.Axis.Types: axis_tropweiv :: forall x_aNav. Lens' (AxisData x_aNav) (Range -> Double -> x_aNav)
+ Graphics.Rendering.Chart.Axis.Types: axis_tropweiv :: forall x_aLJf. Lens' (AxisData x_aLJf) (Range -> Double -> x_aLJf)
- Graphics.Rendering.Chart.Axis.Types: axis_viewport :: forall x_aNav. Lens' (AxisData x_aNav) (Range -> x_aNav -> Double)
+ Graphics.Rendering.Chart.Axis.Types: axis_viewport :: forall x_aLJf. Lens' (AxisData x_aLJf) (Range -> x_aLJf -> Double)
- Graphics.Rendering.Chart.Axis.Types: axis_visibility :: forall x_aNav. Lens' (AxisData x_aNav) AxisVisibility
+ Graphics.Rendering.Chart.Axis.Types: axis_visibility :: forall x_aLJf. Lens' (AxisData x_aLJf) AxisVisibility
- Graphics.Rendering.Chart.Geometry: foldPath :: (Monoid m) => (Point -> m) -> (Point -> m) -> (Point -> Double -> Double -> Double -> m) -> (Point -> Double -> Double -> Double -> m) -> m -> Path -> m
+ Graphics.Rendering.Chart.Geometry: foldPath :: Monoid m => (Point -> m) -> (Point -> m) -> (Point -> Double -> Double -> Double -> m) -> (Point -> Double -> Double -> Double -> m) -> m -> Path -> m
- Graphics.Rendering.Chart.Layout: StackedLayout :: (Layout x y) -> StackedLayout x
+ Graphics.Rendering.Chart.Layout: StackedLayout :: Layout x y -> StackedLayout x
- Graphics.Rendering.Chart.Layout: StackedLayoutLR :: (LayoutLR x yl yr) -> StackedLayout x
+ Graphics.Rendering.Chart.Layout: StackedLayoutLR :: LayoutLR x yl yr -> StackedLayout x
- Graphics.Rendering.Chart.Layout: laxis_generate :: forall x_a1jZP. Lens' (LayoutAxis x_a1jZP) (AxisFn x_a1jZP)
+ Graphics.Rendering.Chart.Layout: laxis_generate :: forall x_a1g5J. Lens' (LayoutAxis x_a1g5J) (AxisFn x_a1g5J)
- Graphics.Rendering.Chart.Layout: laxis_override :: forall x_a1jZP. Lens' (LayoutAxis x_a1jZP) (AxisData x_a1jZP -> AxisData x_a1jZP)
+ Graphics.Rendering.Chart.Layout: laxis_override :: forall x_a1g5J. Lens' (LayoutAxis x_a1g5J) (AxisData x_a1g5J -> AxisData x_a1g5J)
- Graphics.Rendering.Chart.Layout: laxis_reverse :: forall x_a1jZP. Lens' (LayoutAxis x_a1jZP) Bool
+ Graphics.Rendering.Chart.Layout: laxis_reverse :: forall x_a1g5J. Lens' (LayoutAxis x_a1g5J) Bool
- Graphics.Rendering.Chart.Layout: laxis_style :: forall x_a1jZP. Lens' (LayoutAxis x_a1jZP) AxisStyle
+ Graphics.Rendering.Chart.Layout: laxis_style :: forall x_a1g5J. Lens' (LayoutAxis x_a1g5J) AxisStyle
- Graphics.Rendering.Chart.Layout: laxis_title :: forall x_a1jZP. Lens' (LayoutAxis x_a1jZP) String
+ Graphics.Rendering.Chart.Layout: laxis_title :: forall x_a1g5J. Lens' (LayoutAxis x_a1g5J) String
- Graphics.Rendering.Chart.Layout: laxis_title_style :: forall x_a1jZP. Lens' (LayoutAxis x_a1jZP) FontStyle
+ Graphics.Rendering.Chart.Layout: laxis_title_style :: forall x_a1g5J. Lens' (LayoutAxis x_a1g5J) FontStyle
- Graphics.Rendering.Chart.Layout: layout_background :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) FillStyle
+ Graphics.Rendering.Chart.Layout: layout_background :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) FillStyle
- Graphics.Rendering.Chart.Layout: layout_bottom_axis_visibility :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layout_bottom_axis_visibility :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) AxisVisibility
- Graphics.Rendering.Chart.Layout: layout_grid_last :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) Bool
+ Graphics.Rendering.Chart.Layout: layout_grid_last :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) Bool
- Graphics.Rendering.Chart.Layout: layout_left_axis_visibility :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layout_left_axis_visibility :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) AxisVisibility
- Graphics.Rendering.Chart.Layout: layout_legend :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) (Maybe LegendStyle)
+ Graphics.Rendering.Chart.Layout: layout_legend :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) (Maybe LegendStyle)
- Graphics.Rendering.Chart.Layout: layout_margin :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) Double
+ Graphics.Rendering.Chart.Layout: layout_margin :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) Double
- Graphics.Rendering.Chart.Layout: layout_plot_background :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) (Maybe FillStyle)
+ Graphics.Rendering.Chart.Layout: layout_plot_background :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) (Maybe FillStyle)
- Graphics.Rendering.Chart.Layout: layout_plots :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) [Plot x_a1jZK y_a1jZL]
+ Graphics.Rendering.Chart.Layout: layout_plots :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) [Plot x_a1g5E y_a1g5F]
- Graphics.Rendering.Chart.Layout: layout_right_axis_visibility :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layout_right_axis_visibility :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) AxisVisibility
- Graphics.Rendering.Chart.Layout: layout_title :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) String
+ Graphics.Rendering.Chart.Layout: layout_title :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) String
- Graphics.Rendering.Chart.Layout: layout_title_style :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) FontStyle
+ Graphics.Rendering.Chart.Layout: layout_title_style :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) FontStyle
- Graphics.Rendering.Chart.Layout: layout_top_axis_visibility :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layout_top_axis_visibility :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) AxisVisibility
- Graphics.Rendering.Chart.Layout: layout_x_axis :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) (LayoutAxis x_a1jZK)
+ Graphics.Rendering.Chart.Layout: layout_x_axis :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) (LayoutAxis x_a1g5E)
- Graphics.Rendering.Chart.Layout: layout_y_axis :: forall x_a1jZK y_a1jZL. Lens' (Layout x_a1jZK y_a1jZL) (LayoutAxis y_a1jZL)
+ Graphics.Rendering.Chart.Layout: layout_y_axis :: forall x_a1g5E y_a1g5F. Lens' (Layout x_a1g5E y_a1g5F) (LayoutAxis y_a1g5F)
- Graphics.Rendering.Chart.Layout: layoutlr_background :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) FillStyle
+ Graphics.Rendering.Chart.Layout: layoutlr_background :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) FillStyle
- Graphics.Rendering.Chart.Layout: layoutlr_bottom_axis_visibility :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layoutlr_bottom_axis_visibility :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) AxisVisibility
- Graphics.Rendering.Chart.Layout: layoutlr_grid_last :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) Bool
+ Graphics.Rendering.Chart.Layout: layoutlr_grid_last :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) Bool
- Graphics.Rendering.Chart.Layout: layoutlr_left_axis :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) (LayoutAxis y1_a1jZI)
+ Graphics.Rendering.Chart.Layout: layoutlr_left_axis :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) (LayoutAxis y1_a1g5C)
- Graphics.Rendering.Chart.Layout: layoutlr_left_axis_visibility :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layoutlr_left_axis_visibility :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) AxisVisibility
- Graphics.Rendering.Chart.Layout: layoutlr_legend :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) (Maybe LegendStyle)
+ Graphics.Rendering.Chart.Layout: layoutlr_legend :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) (Maybe LegendStyle)
- Graphics.Rendering.Chart.Layout: layoutlr_margin :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) Double
+ Graphics.Rendering.Chart.Layout: layoutlr_margin :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) Double
- Graphics.Rendering.Chart.Layout: layoutlr_plot_background :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) (Maybe FillStyle)
+ Graphics.Rendering.Chart.Layout: layoutlr_plot_background :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) (Maybe FillStyle)
- Graphics.Rendering.Chart.Layout: layoutlr_plots :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) [Either (Plot x_a1jZH y1_a1jZI) (Plot x_a1jZH y2_a1jZJ)]
+ Graphics.Rendering.Chart.Layout: layoutlr_plots :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) [Either (Plot x_a1g5B y1_a1g5C) (Plot x_a1g5B y2_a1g5D)]
- Graphics.Rendering.Chart.Layout: layoutlr_right_axis :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) (LayoutAxis y2_a1jZJ)
+ Graphics.Rendering.Chart.Layout: layoutlr_right_axis :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) (LayoutAxis y2_a1g5D)
- Graphics.Rendering.Chart.Layout: layoutlr_right_axis_visibility :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layoutlr_right_axis_visibility :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) AxisVisibility
- Graphics.Rendering.Chart.Layout: layoutlr_title :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) String
+ Graphics.Rendering.Chart.Layout: layoutlr_title :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) String
- Graphics.Rendering.Chart.Layout: layoutlr_title_style :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) FontStyle
+ Graphics.Rendering.Chart.Layout: layoutlr_title_style :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) FontStyle
- Graphics.Rendering.Chart.Layout: layoutlr_top_axis_visibility :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layoutlr_top_axis_visibility :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) AxisVisibility
- Graphics.Rendering.Chart.Layout: layoutlr_x_axis :: forall x_a1jZH y1_a1jZI y2_a1jZJ. Lens' (LayoutLR x_a1jZH y1_a1jZI y2_a1jZJ) (LayoutAxis x_a1jZH)
+ Graphics.Rendering.Chart.Layout: layoutlr_x_axis :: forall x_a1g5B y1_a1g5C y2_a1g5D. Lens' (LayoutLR x_a1g5B y1_a1g5C y2_a1g5D) (LayoutAxis x_a1g5B)
- Graphics.Rendering.Chart.Layout: renderStackedLayouts :: forall x. (Ord x) => StackedLayouts x -> Renderable ()
+ Graphics.Rendering.Chart.Layout: renderStackedLayouts :: forall x. Ord x => StackedLayouts x -> Renderable ()
- Graphics.Rendering.Chart.Layout: slayouts_compress_legend :: forall x_a1jZC. Lens' (StackedLayouts x_a1jZC) Bool
+ Graphics.Rendering.Chart.Layout: slayouts_compress_legend :: forall x_a1g5w. Lens' (StackedLayouts x_a1g5w) Bool
- Graphics.Rendering.Chart.Layout: slayouts_layouts :: forall x_a1jZC x_a1lB4. Lens (StackedLayouts x_a1jZC) (StackedLayouts x_a1lB4) [StackedLayout x_a1jZC] [StackedLayout x_a1lB4]
+ Graphics.Rendering.Chart.Layout: slayouts_layouts :: forall x_a1g5w x_a1hKN. Lens (StackedLayouts x_a1g5w) (StackedLayouts x_a1hKN) [StackedLayout x_a1g5w] [StackedLayout x_a1hKN]
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_angle :: forall x_aCKw y_aCKx. Lens' (PlotAnnotation x_aCKw y_aCKx) Double
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_angle :: forall x_aBZu y_aBZv. Lens' (PlotAnnotation x_aBZu y_aBZv) Double
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_background :: forall x_aCKw y_aCKx. Lens' (PlotAnnotation x_aCKw y_aCKx) Rectangle
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_background :: forall x_aBZu y_aBZv. Lens' (PlotAnnotation x_aBZu y_aBZv) Rectangle
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_hanchor :: forall x_aCKw y_aCKx. Lens' (PlotAnnotation x_aCKw y_aCKx) HTextAnchor
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_hanchor :: forall x_aBZu y_aBZv. Lens' (PlotAnnotation x_aBZu y_aBZv) HTextAnchor
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_style :: forall x_aCKw y_aCKx. Lens' (PlotAnnotation x_aCKw y_aCKx) FontStyle
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_style :: forall x_aBZu y_aBZv. Lens' (PlotAnnotation x_aBZu y_aBZv) FontStyle
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_values :: forall x_aCKw y_aCKx x_aD6n y_aD6o. Lens (PlotAnnotation x_aCKw y_aCKx) (PlotAnnotation x_aD6n y_aD6o) [(x_aCKw, y_aCKx, String)] [(x_aD6n, y_aD6o, String)]
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_values :: forall x_aBZu y_aBZv x_aClD y_aClE. Lens (PlotAnnotation x_aBZu y_aBZv) (PlotAnnotation x_aClD y_aClE) [(x_aBZu, y_aBZv, String)] [(x_aClD, y_aClE, String)]
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_vanchor :: forall x_aCKw y_aCKx. Lens' (PlotAnnotation x_aCKw y_aCKx) VTextAnchor
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_vanchor :: forall x_aBZu y_aBZv. Lens' (PlotAnnotation x_aBZu y_aBZv) VTextAnchor
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_linethick :: forall z_a1dYk t_a1dYl x_a1dYm y_a1dYn. Lens' (AreaSpots4D z_a1dYk t_a1dYl x_a1dYm y_a1dYn) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_linethick :: forall z_a19MK t_a19ML x_a19MM y_a19MN. Lens' (AreaSpots4D z_a19MK t_a19ML x_a19MM y_a19MN) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_max_radius :: forall z_a1dYk t_a1dYl x_a1dYm y_a1dYn. Lens' (AreaSpots4D z_a1dYk t_a1dYl x_a1dYm y_a1dYn) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_max_radius :: forall z_a19MK t_a19ML x_a19MM y_a19MN. Lens' (AreaSpots4D z_a19MK t_a19ML x_a19MM y_a19MN) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_opacity :: forall z_a1dYk t_a1dYl x_a1dYm y_a1dYn. Lens' (AreaSpots4D z_a1dYk t_a1dYl x_a1dYm y_a1dYn) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_opacity :: forall z_a19MK t_a19ML x_a19MM y_a19MN. Lens' (AreaSpots4D z_a19MK t_a19ML x_a19MM y_a19MN) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_palette :: forall z_a1dYk t_a1dYl x_a1dYm y_a1dYn. Lens' (AreaSpots4D z_a1dYk t_a1dYl x_a1dYm y_a1dYn) [Colour Double]
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_palette :: forall z_a19MK t_a19ML x_a19MM y_a19MN. Lens' (AreaSpots4D z_a19MK t_a19ML x_a19MM y_a19MN) [Colour Double]
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_title :: forall z_a1dYk t_a1dYl x_a1dYm y_a1dYn. Lens' (AreaSpots4D z_a1dYk t_a1dYl x_a1dYm y_a1dYn) String
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_title :: forall z_a19MK t_a19ML x_a19MM y_a19MN. Lens' (AreaSpots4D z_a19MK t_a19ML x_a19MM y_a19MN) String
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_values :: forall z_a1dYk t_a1dYl x_a1dYm y_a1dYn z_a1eqw t_a1eqx x_a1eqy y_a1eqz. Lens (AreaSpots4D z_a1dYk t_a1dYl x_a1dYm y_a1dYn) (AreaSpots4D z_a1eqw t_a1eqx x_a1eqy y_a1eqz) [(x_a1dYm, y_a1dYn, z_a1dYk, t_a1dYl)] [(x_a1eqy, y_a1eqz, z_a1eqw, t_a1eqx)]
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_values :: forall z_a19MK t_a19ML x_a19MM y_a19MN z_a1afZ t_a1ag0 x_a1ag1 y_a1ag2. Lens (AreaSpots4D z_a19MK t_a19ML x_a19MM y_a19MN) (AreaSpots4D z_a1afZ t_a1ag0 x_a1ag1 y_a1ag2) [(x_a19MM, y_a19MN, z_a19MK, t_a19ML)] [(x_a1ag1, y_a1ag2, z_a1afZ, t_a1ag0)]
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_fillcolour :: forall z_a1dYo x_a1dYp y_a1dYq. Lens' (AreaSpots z_a1dYo x_a1dYp y_a1dYq) (Colour Double)
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_fillcolour :: forall z_a19MO x_a19MP y_a19MQ. Lens' (AreaSpots z_a19MO x_a19MP y_a19MQ) (Colour Double)
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_linecolour :: forall z_a1dYo x_a1dYp y_a1dYq. Lens' (AreaSpots z_a1dYo x_a1dYp y_a1dYq) (AlphaColour Double)
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_linecolour :: forall z_a19MO x_a19MP y_a19MQ. Lens' (AreaSpots z_a19MO x_a19MP y_a19MQ) (AlphaColour Double)
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_linethick :: forall z_a1dYo x_a1dYp y_a1dYq. Lens' (AreaSpots z_a1dYo x_a1dYp y_a1dYq) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_linethick :: forall z_a19MO x_a19MP y_a19MQ. Lens' (AreaSpots z_a19MO x_a19MP y_a19MQ) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_max_radius :: forall z_a1dYo x_a1dYp y_a1dYq. Lens' (AreaSpots z_a1dYo x_a1dYp y_a1dYq) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_max_radius :: forall z_a19MO x_a19MP y_a19MQ. Lens' (AreaSpots z_a19MO x_a19MP y_a19MQ) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_opacity :: forall z_a1dYo x_a1dYp y_a1dYq. Lens' (AreaSpots z_a1dYo x_a1dYp y_a1dYq) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_opacity :: forall z_a19MO x_a19MP y_a19MQ. Lens' (AreaSpots z_a19MO x_a19MP y_a19MQ) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_title :: forall z_a1dYo x_a1dYp y_a1dYq. Lens' (AreaSpots z_a1dYo x_a1dYp y_a1dYq) String
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_title :: forall z_a19MO x_a19MP y_a19MQ. Lens' (AreaSpots z_a19MO x_a19MP y_a19MQ) String
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_values :: forall z_a1dYo x_a1dYp y_a1dYq z_a1elc x_a1eld y_a1ele. Lens (AreaSpots z_a1dYo x_a1dYp y_a1dYq) (AreaSpots z_a1elc x_a1eld y_a1ele) [(x_a1dYp, y_a1dYq, z_a1dYo)] [(x_a1eld, y_a1ele, z_a1elc)]
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_values :: forall z_a19MO x_a19MP y_a19MQ z_a1aa9 x_a1aaa y_a1aab. Lens (AreaSpots z_a19MO x_a19MP y_a19MQ) (AreaSpots z_a1aa9 x_a1aaa y_a1aab) [(x_a19MP, y_a19MQ, z_a19MO)] [(x_a1aaa, y_a1aab, z_a1aa9)]
- Graphics.Rendering.Chart.Plot.Bars: plotBars :: (BarsPlotValue y) => PlotBars x y -> Plot x y
+ Graphics.Rendering.Chart.Plot.Bars: plotBars :: BarsPlotValue y => PlotBars x y -> Plot x y
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_alignment :: forall x_a1bqn y_a1bqo. Lens' (PlotBars x_a1bqn y_a1bqo) PlotBarsAlignment
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_alignment :: forall x_a179t y_a179u. Lens' (PlotBars x_a179t y_a179u) PlotBarsAlignment
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_item_styles :: forall x_a1bqn y_a1bqo. Lens' (PlotBars x_a1bqn y_a1bqo) [(FillStyle, Maybe LineStyle)]
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_item_styles :: forall x_a179t y_a179u. Lens' (PlotBars x_a179t y_a179u) [(FillStyle, Maybe LineStyle)]
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_reference :: forall x_a1bqn y_a1bqo. Lens' (PlotBars x_a1bqn y_a1bqo) y_a1bqo
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_reference :: forall x_a179t y_a179u. Lens' (PlotBars x_a179t y_a179u) y_a179u
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_singleton_width :: forall x_a1bqn y_a1bqo. Lens' (PlotBars x_a1bqn y_a1bqo) Double
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_singleton_width :: forall x_a179t y_a179u. Lens' (PlotBars x_a179t y_a179u) Double
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_spacing :: forall x_a1bqn y_a1bqo. Lens' (PlotBars x_a1bqn y_a1bqo) PlotBarsSpacing
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_spacing :: forall x_a179t y_a179u. Lens' (PlotBars x_a179t y_a179u) PlotBarsSpacing
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_style :: forall x_a1bqn y_a1bqo. Lens' (PlotBars x_a1bqn y_a1bqo) PlotBarsStyle
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_style :: forall x_a179t y_a179u. Lens' (PlotBars x_a179t y_a179u) PlotBarsStyle
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_titles :: forall x_a1bqn y_a1bqo. Lens' (PlotBars x_a1bqn y_a1bqo) [String]
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_titles :: forall x_a179t y_a179u. Lens' (PlotBars x_a179t y_a179u) [String]
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_values :: forall x_a1bqn y_a1bqo x_a1bJw. Lens (PlotBars x_a1bqn y_a1bqo) (PlotBars x_a1bJw y_a1bqo) [(x_a1bqn, [y_a1bqo])] [(x_a1bJw, [y_a1bqo])]
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_values :: forall x_a179t y_a179u x_a17sg. Lens (PlotBars x_a179t y_a179u) (PlotBars x_a17sg y_a179u) [(x_a179t, [y_a179u])] [(x_a17sg, [y_a179u])]
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_centre :: forall x_av3y y_av3z. Lens' (PlotCandle x_av3y y_av3z) Double
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_centre :: forall x_awgL y_awgM. Lens' (PlotCandle x_awgL y_awgM) Double
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_fall_fill_style :: forall x_av3y y_av3z. Lens' (PlotCandle x_av3y y_av3z) FillStyle
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_fall_fill_style :: forall x_awgL y_awgM. Lens' (PlotCandle x_awgL y_awgM) FillStyle
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_fill :: forall x_av3y y_av3z. Lens' (PlotCandle x_av3y y_av3z) Bool
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_fill :: forall x_awgL y_awgM. Lens' (PlotCandle x_awgL y_awgM) Bool
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_line_style :: forall x_av3y y_av3z. Lens' (PlotCandle x_av3y y_av3z) LineStyle
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_line_style :: forall x_awgL y_awgM. Lens' (PlotCandle x_awgL y_awgM) LineStyle
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_rise_fill_style :: forall x_av3y y_av3z. Lens' (PlotCandle x_av3y y_av3z) FillStyle
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_rise_fill_style :: forall x_awgL y_awgM. Lens' (PlotCandle x_awgL y_awgM) FillStyle
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_tick_length :: forall x_av3y y_av3z. Lens' (PlotCandle x_av3y y_av3z) Double
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_tick_length :: forall x_awgL y_awgM. Lens' (PlotCandle x_awgL y_awgM) Double
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_title :: forall x_av3y y_av3z. Lens' (PlotCandle x_av3y y_av3z) String
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_title :: forall x_awgL y_awgM. Lens' (PlotCandle x_awgL y_awgM) String
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_values :: forall x_av3y y_av3z x_avgW y_avgX. Lens (PlotCandle x_av3y y_av3z) (PlotCandle x_avgW y_avgX) [Candle x_av3y y_av3z] [Candle x_avgW y_avgX]
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_values :: forall x_awgL y_awgM x_awuo y_awup. Lens (PlotCandle x_awgL y_awgM) (PlotCandle x_awuo y_awup) [Candle x_awgL y_awgM] [Candle x_awuo y_awup]
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_width :: forall x_av3y y_av3z. Lens' (PlotCandle x_av3y y_av3z) Double
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_width :: forall x_awgL y_awgM. Lens' (PlotCandle x_awgL y_awgM) Double
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_line_style :: forall x_at1X y_at1Y. Lens' (PlotErrBars x_at1X y_at1Y) LineStyle
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_line_style :: forall x_aucc y_aucd. Lens' (PlotErrBars x_aucc y_aucd) LineStyle
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_overhang :: forall x_at1X y_at1Y. Lens' (PlotErrBars x_at1X y_at1Y) Double
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_overhang :: forall x_aucc y_aucd. Lens' (PlotErrBars x_aucc y_aucd) Double
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_tick_length :: forall x_at1X y_at1Y. Lens' (PlotErrBars x_at1X y_at1Y) Double
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_tick_length :: forall x_aucc y_aucd. Lens' (PlotErrBars x_aucc y_aucd) Double
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_title :: forall x_at1X y_at1Y. Lens' (PlotErrBars x_at1X y_at1Y) String
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_title :: forall x_aucc y_aucd. Lens' (PlotErrBars x_aucc y_aucd) String
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_values :: forall x_at1X y_at1Y x_ateU y_ateV. Lens (PlotErrBars x_at1X y_at1Y) (PlotErrBars x_ateU y_ateV) [ErrPoint x_at1X y_at1Y] [ErrPoint x_ateU y_ateV]
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_values :: forall x_aucc y_aucd x_auqc y_auqd. Lens (PlotErrBars x_aucc y_aucd) (PlotErrBars x_auqc y_auqd) [ErrPoint x_aucc y_aucd] [ErrPoint x_auqc y_auqd]
- Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_style :: forall x_askY y_askZ. Lens' (PlotFillBetween x_askY y_askZ) FillStyle
+ Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_style :: forall x_atsG y_atsH. Lens' (PlotFillBetween x_atsG y_atsH) FillStyle
- Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_title :: forall x_askY y_askZ. Lens' (PlotFillBetween x_askY y_askZ) String
+ Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_title :: forall x_atsG y_atsH. Lens' (PlotFillBetween x_atsG y_atsH) String
- Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_values :: forall x_askY y_askZ x_aspN y_aspO. Lens (PlotFillBetween x_askY y_askZ) (PlotFillBetween x_aspN y_aspO) [(x_askY, (y_askZ, y_askZ))] [(x_aspN, (y_aspO, y_aspO))]
+ Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_values :: forall x_atsG y_atsH x_atxP y_atxQ. Lens (PlotFillBetween x_atsG y_atsH) (PlotFillBetween x_atxP y_atxQ) [(x_atsG, (y_atsH, y_atsH))] [(x_atxP, (y_atxQ, y_atxQ))]
- Graphics.Rendering.Chart.Plot.Hidden: plot_hidden_x_values :: forall x_as9a y_as9b x_asaa. Lens (PlotHidden x_as9a y_as9b) (PlotHidden x_asaa y_as9b) [x_as9a] [x_asaa]
+ Graphics.Rendering.Chart.Plot.Hidden: plot_hidden_x_values :: forall x_atgO y_atgP x_athR. Lens (PlotHidden x_atgO y_atgP) (PlotHidden x_athR y_atgP) [x_atgO] [x_athR]
- Graphics.Rendering.Chart.Plot.Hidden: plot_hidden_y_values :: forall x_as9a y_as9b y_asab. Lens (PlotHidden x_as9a y_as9b) (PlotHidden x_as9a y_asab) [y_as9b] [y_asab]
+ Graphics.Rendering.Chart.Plot.Hidden: plot_hidden_y_values :: forall x_atgO y_atgP y_athS. Lens (PlotHidden x_atgO y_atgP) (PlotHidden x_atgO y_athS) [y_atgP] [y_athS]
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_bins :: forall x_a1i1z y_a1i1A. Lens' (PlotHist x_a1i1z y_a1i1A) Int
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_bins :: forall x_a1dXf y_a1dXg. Lens' (PlotHist x_a1dXf y_a1dXg) Int
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_drop_lines :: forall x_a1i1z y_a1i1A. Lens' (PlotHist x_a1i1z y_a1i1A) Bool
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_drop_lines :: forall x_a1dXf y_a1dXg. Lens' (PlotHist x_a1dXf y_a1dXg) Bool
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_fill_style :: forall x_a1i1z y_a1i1A. Lens' (PlotHist x_a1i1z y_a1i1A) FillStyle
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_fill_style :: forall x_a1dXf y_a1dXg. Lens' (PlotHist x_a1dXf y_a1dXg) FillStyle
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_line_style :: forall x_a1i1z y_a1i1A. Lens' (PlotHist x_a1i1z y_a1i1A) LineStyle
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_line_style :: forall x_a1dXf y_a1dXg. Lens' (PlotHist x_a1dXf y_a1dXg) LineStyle
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_no_zeros :: forall x_a1i1z y_a1i1A. Lens' (PlotHist x_a1i1z y_a1i1A) Bool
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_no_zeros :: forall x_a1dXf y_a1dXg. Lens' (PlotHist x_a1dXf y_a1dXg) Bool
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_norm_func :: forall x_a1i1z y_a1i1A y_a1ifH. Lens (PlotHist x_a1i1z y_a1i1A) (PlotHist x_a1i1z y_a1ifH) (Double -> Int -> y_a1i1A) (Double -> Int -> y_a1ifH)
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_norm_func :: forall x_a1dXf y_a1dXg y_a1ec2. Lens (PlotHist x_a1dXf y_a1dXg) (PlotHist x_a1dXf y_a1ec2) (Double -> Int -> y_a1dXg) (Double -> Int -> y_a1ec2)
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_range :: forall x_a1i1z y_a1i1A. Lens' (PlotHist x_a1i1z y_a1i1A) (Maybe (x_a1i1z, x_a1i1z))
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_range :: forall x_a1dXf y_a1dXg. Lens' (PlotHist x_a1dXf y_a1dXg) (Maybe (x_a1dXf, x_a1dXf))
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_title :: forall x_a1i1z y_a1i1A. Lens' (PlotHist x_a1i1z y_a1i1A) String
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_title :: forall x_a1dXf y_a1dXg. Lens' (PlotHist x_a1dXf y_a1dXg) String
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_values :: forall x_a1i1z y_a1i1A. Lens' (PlotHist x_a1i1z y_a1i1A) [x_a1i1z]
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_values :: forall x_a1dXf y_a1dXg. Lens' (PlotHist x_a1dXf y_a1dXg) [x_a1dXf]
- Graphics.Rendering.Chart.Plot.Lines: plot_lines_limit_values :: forall x_arjw y_arjx. Lens' (PlotLines x_arjw y_arjx) [[(Limit x_arjw, Limit y_arjx)]]
+ Graphics.Rendering.Chart.Plot.Lines: plot_lines_limit_values :: forall x_asod y_asoe. Lens' (PlotLines x_asod y_asoe) [[(Limit x_asod, Limit y_asoe)]]
- Graphics.Rendering.Chart.Plot.Lines: plot_lines_style :: forall x_arjw y_arjx. Lens' (PlotLines x_arjw y_arjx) LineStyle
+ Graphics.Rendering.Chart.Plot.Lines: plot_lines_style :: forall x_asod y_asoe. Lens' (PlotLines x_asod y_asoe) LineStyle
- Graphics.Rendering.Chart.Plot.Lines: plot_lines_title :: forall x_arjw y_arjx. Lens' (PlotLines x_arjw y_arjx) String
+ Graphics.Rendering.Chart.Plot.Lines: plot_lines_title :: forall x_asod y_asoe. Lens' (PlotLines x_asod y_asoe) String
- Graphics.Rendering.Chart.Plot.Lines: plot_lines_values :: forall x_arjw y_arjx. Lens' (PlotLines x_arjw y_arjx) [[(x_arjw, y_arjx)]]
+ Graphics.Rendering.Chart.Plot.Lines: plot_lines_values :: forall x_asod y_asoe. Lens' (PlotLines x_asod y_asoe) [[(x_asod, y_asoe)]]
- Graphics.Rendering.Chart.Plot.Points: plot_points_style :: forall x_aqPX y_aqPY. Lens' (PlotPoints x_aqPX y_aqPY) PointStyle
+ Graphics.Rendering.Chart.Plot.Points: plot_points_style :: forall x_arTD y_arTE. Lens' (PlotPoints x_arTD y_arTE) PointStyle
- Graphics.Rendering.Chart.Plot.Points: plot_points_title :: forall x_aqPX y_aqPY. Lens' (PlotPoints x_aqPX y_aqPY) String
+ Graphics.Rendering.Chart.Plot.Points: plot_points_title :: forall x_arTD y_arTE. Lens' (PlotPoints x_arTD y_arTE) String
- Graphics.Rendering.Chart.Plot.Points: plot_points_values :: forall x_aqPX y_aqPY x_aqTV y_aqTW. Lens (PlotPoints x_aqPX y_aqPY) (PlotPoints x_aqTV y_aqTW) [(x_aqPX, y_aqPY)] [(x_aqTV, y_aqTW)]
+ Graphics.Rendering.Chart.Plot.Points: plot_points_values :: forall x_arTD y_arTE x_arXN y_arXO. Lens (PlotPoints x_arTD y_arTE) (PlotPoints x_arXN y_arXO) [(x_arTD, y_arTE)] [(x_arXN, y_arXO)]
- Graphics.Rendering.Chart.Plot.Types: plot_all_points :: forall x_aqsB y_aqsC. Lens' (Plot x_aqsB y_aqsC) ([x_aqsB], [y_aqsC])
+ Graphics.Rendering.Chart.Plot.Types: plot_all_points :: forall x_arw9 y_arwa. Lens' (Plot x_arw9 y_arwa) ([x_arw9], [y_arwa])
- Graphics.Rendering.Chart.Plot.Types: plot_legend :: forall x_aqsB y_aqsC. Lens' (Plot x_aqsB y_aqsC) [(String, Rect -> BackendProgram ())]
+ Graphics.Rendering.Chart.Plot.Types: plot_legend :: forall x_arw9 y_arwa. Lens' (Plot x_arw9 y_arwa) [(String, Rect -> BackendProgram ())]
- Graphics.Rendering.Chart.Plot.Types: plot_render :: forall x_aqsB y_aqsC. Lens' (Plot x_aqsB y_aqsC) (PointMapFn x_aqsB y_aqsC -> BackendProgram ())
+ Graphics.Rendering.Chart.Plot.Types: plot_render :: forall x_arw9 y_arwa. Lens' (Plot x_arw9 y_arwa) (PointMapFn x_arw9 y_arwa -> BackendProgram ())
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_grid :: forall x_a19iS y_a19iT. Lens' (PlotVectors x_a19iS y_a19iT) [(x_a19iS, y_a19iT)]
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_grid :: forall x_a14Yc y_a14Yd. Lens' (PlotVectors x_a14Yc y_a14Yd) [(x_a14Yc, y_a14Yd)]
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_mapf :: forall x_a19iS y_a19iT. Lens' (PlotVectors x_a19iS y_a19iT) ((x_a19iS, y_a19iT) -> (x_a19iS, y_a19iT))
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_mapf :: forall x_a14Yc y_a14Yd. Lens' (PlotVectors x_a14Yc y_a14Yd) ((x_a14Yc, y_a14Yd) -> (x_a14Yc, y_a14Yd))
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_scale :: forall x_a19iS y_a19iT. Lens' (PlotVectors x_a19iS y_a19iT) Double
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_scale :: forall x_a14Yc y_a14Yd. Lens' (PlotVectors x_a14Yc y_a14Yd) Double
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_style :: forall x_a19iS y_a19iT. Lens' (PlotVectors x_a19iS y_a19iT) VectorStyle
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_style :: forall x_a14Yc y_a14Yd. Lens' (PlotVectors x_a14Yc y_a14Yd) VectorStyle
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_title :: forall x_a19iS y_a19iT. Lens' (PlotVectors x_a19iS y_a19iT) String
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_title :: forall x_a14Yc y_a14Yd. Lens' (PlotVectors x_a14Yc y_a14Yd) String
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_values :: forall x_a19iS y_a19iT. Lens' (PlotVectors x_a19iS y_a19iT) [((x_a19iS, y_a19iT), (x_a19iS, y_a19iT))]
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_values :: forall x_a14Yc y_a14Yd. Lens' (PlotVectors x_a14Yc y_a14Yd) [((x_a14Yc, y_a14Yd), (x_a14Yc, y_a14Yd))]
- Graphics.Rendering.Chart.State: execEC :: (Default l) => EC l a -> l
+ Graphics.Rendering.Chart.State: execEC :: Default l => EC l a -> l
- Graphics.Rendering.Chart.State: liftEC :: (Default l1) => EC l1 a -> EC l2 l1
+ Graphics.Rendering.Chart.State: liftEC :: Default l1 => EC l1 a -> EC l2 l1
- Graphics.Rendering.Chart.State: plot :: (ToPlot p) => EC (Layout x y) (p x y) -> EC (Layout x y) ()
+ Graphics.Rendering.Chart.State: plot :: ToPlot p => EC (Layout x y) (p x y) -> EC (Layout x y) ()
- Graphics.Rendering.Chart.State: plotLeft :: (ToPlot p) => EC (LayoutLR x y1 y2) (p x y1) -> EC (LayoutLR x y1 y2) ()
+ Graphics.Rendering.Chart.State: plotLeft :: ToPlot p => EC (LayoutLR x y1 y2) (p x y1) -> EC (LayoutLR x y1 y2) ()
- Graphics.Rendering.Chart.State: plotRight :: (ToPlot p) => EC (LayoutLR x y1 y2) (p x y2) -> EC (LayoutLR x y1 y2) ()
+ Graphics.Rendering.Chart.State: plotRight :: ToPlot p => EC (LayoutLR x y1 y2) (p x y2) -> EC (LayoutLR x y1 y2) ()
- Graphics.Rendering.Chart.Utils: isValidNumber :: (RealFloat a) => a -> Bool
+ Graphics.Rendering.Chart.Utils: isValidNumber :: RealFloat a => a -> Bool
- Graphics.Rendering.Chart.Utils: maybeM :: (Monad m) => b -> (a -> m b) -> Maybe a -> m b
+ Graphics.Rendering.Chart.Utils: maybeM :: Monad m => b -> (a -> m b) -> Maybe a -> m b

Files

Chart.cabal view
@@ -1,5 +1,5 @@ Name: Chart-Version: 1.9+Version: 1.9.1 License: BSD3 License-file: LICENSE Copyright: Tim Docker, 2006-2014@@ -21,7 +21,7 @@   Build-depends: base >= 3 && < 5                , old-locale                , time, mtl, array-               , lens >= 3.9 && < 4.17+               , lens >= 3.9 && < 4.18                , colour >= 2.2.1 && < 2.4                , data-default-class < 0.2                , mtl >= 2.0 && < 2.3
Graphics/Rendering/Chart/Axis/Time.hs view
@@ -161,8 +161,8 @@   -> AxisFn t timeValueAxis tseq lseq labelf lal cseq contextf clal pts = AxisData {     _axis_visibility = def,-    _axis_viewport = vmap' (min', max'),-    _axis_tropweiv = invmap' (min', max'),+    _axis_viewport = vmap' (tvFromUTCTime min', tvFromUTCTime max'),+    _axis_tropweiv = invmap' (tvFromUTCTime min', tvFromUTCTime max'),     _axis_ticks    = [ (tvFromUTCTime t,2) | t <- times] ++ [ (tvFromUTCTime t,5) | t <- ltimes, visible t],     _axis_labels   = [ [ (tvFromUTCTime t,l) | (t,l) <- labels labelf   ltimes lal, visible t]                      , [ (tvFromUTCTime t,l) | (t,l) <- labels contextf ctimes clal, visible t]@@ -196,11 +196,11 @@       m1' = doubleFromTimeValue m1       m2' = doubleFromTimeValue m2 -vmap' :: TimeValue x => (UTCTime,UTCTime) -> Range -> x -> Double+vmap' :: TimeValue x => (x,x) -> Range -> x -> Double vmap' (v1,v2) (v3,v4) v = v3 + (doubleFromTimeValue v - doubleFromTimeValue v1) * (v4-v3)                               / (doubleFromTimeValue v2 - doubleFromTimeValue v1) -invmap' :: TimeValue x => (UTCTime,UTCTime) -> Range -> Double -> x+invmap' :: TimeValue x => (x,x) -> Range -> Double -> x invmap' (v3,v4) (d1,d2) d = timeValueFromDouble (doubleFromTimeValue v3 + ( (d-d1) * doubleRange                                                    / (d2-d1) ))     where doubleRange = doubleFromTimeValue v4 - doubleFromTimeValue v3
Graphics/Rendering/Chart/Easy.hs view
@@ -9,7 +9,7 @@ --  -- Importing the Easy module brings into scope all core functions and types required -- for working with the chart library. This includes key external dependencies such as--- Control.Len and Data.Colour. The module also provides several helper functions for+-- Control.Lens and Data.Colour. The module also provides several helper functions for -- quickly generating common plots. Note that chart backends must still be explicitly -- imported, as some backends cannot be built on all platforms. --
Graphics/Rendering/Chart/State.hs view
@@ -92,14 +92,17 @@ -- | Pop and return the next color from the state takeColor :: EC l (AlphaColour Double) takeColor = liftCState $ do-  (c:cs) <- use colors+  (c,cs) <- fromInfiniteList `fmap` use colors   colors .= cs   return c  -- | Pop and return the next shape from the state takeShape :: EC l PointShape takeShape = liftCState $ do-  (c:cs) <- use shapes+  (c,cs) <- fromInfiniteList `fmap` use shapes   shapes .= cs   return c +fromInfiniteList :: [a] -> (a, [a])+fromInfiniteList []     = error "fromInfiniteList (takeColor or takeShape): empty list"+fromInfiniteList (x:xs) = (x, xs)