packages feed

Chart 1.5.3 → 1.5.4

raw patch · 2 files changed

+4/−2 lines, 2 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.Axis.Floating: _la_labelf :: LinearAxisParams a -> a -> String
- Graphics.Rendering.Chart.Axis.Floating: _la_nLabels :: LinearAxisParams a -> Int
- Graphics.Rendering.Chart.Axis.Floating: _la_nTicks :: LinearAxisParams a -> Int
- Graphics.Rendering.Chart.Axis.Floating: _loga_labelf :: LogAxisParams a -> a -> String
- Graphics.Rendering.Chart.Axis.Floating: instance (Show a, RealFloat a) => Default (LinearAxisParams a)
- Graphics.Rendering.Chart.Axis.Floating: instance (Show a, RealFloat a) => Default (LogAxisParams a)
- Graphics.Rendering.Chart.Axis.Floating: instance Eq LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance Eq Percent
- Graphics.Rendering.Chart.Axis.Floating: instance Floating LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance Floating Percent
- Graphics.Rendering.Chart.Axis.Floating: instance Fractional LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance Fractional Percent
- Graphics.Rendering.Chart.Axis.Floating: instance Num LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance Num Percent
- Graphics.Rendering.Chart.Axis.Floating: instance Ord LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance Ord Percent
- Graphics.Rendering.Chart.Axis.Floating: instance PlotValue Double
- Graphics.Rendering.Chart.Axis.Floating: instance PlotValue Float
- Graphics.Rendering.Chart.Axis.Floating: instance PlotValue LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance PlotValue Percent
- Graphics.Rendering.Chart.Axis.Floating: instance Real LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance Real Percent
- Graphics.Rendering.Chart.Axis.Floating: instance RealFloat LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance RealFloat Percent
- Graphics.Rendering.Chart.Axis.Floating: instance RealFrac LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance RealFrac Percent
- Graphics.Rendering.Chart.Axis.Floating: instance Show LogValue
- Graphics.Rendering.Chart.Axis.Floating: instance Show Percent
- Graphics.Rendering.Chart.Axis.Floating: unPercent :: Percent -> Double
- Graphics.Rendering.Chart.Axis.Indexed: instance Enum PlotIndex
- Graphics.Rendering.Chart.Axis.Indexed: instance Eq PlotIndex
- Graphics.Rendering.Chart.Axis.Indexed: instance Integral PlotIndex
- Graphics.Rendering.Chart.Axis.Indexed: instance Num PlotIndex
- Graphics.Rendering.Chart.Axis.Indexed: instance Ord PlotIndex
- Graphics.Rendering.Chart.Axis.Indexed: instance PlotValue PlotIndex
- Graphics.Rendering.Chart.Axis.Indexed: instance Real PlotIndex
- Graphics.Rendering.Chart.Axis.Indexed: instance Show PlotIndex
- Graphics.Rendering.Chart.Axis.Indexed: plotindex_i :: PlotIndex -> Int
- Graphics.Rendering.Chart.Axis.Int: instance PlotValue Int
- Graphics.Rendering.Chart.Axis.Int: instance PlotValue Integer
- Graphics.Rendering.Chart.Axis.LocalTime: instance PlotValue LocalTime
- Graphics.Rendering.Chart.Axis.LocalTime: instance Show TimeLabelAlignment
- Graphics.Rendering.Chart.Axis.Types: _axis_grid :: AxisData x -> [x]
- Graphics.Rendering.Chart.Axis.Types: _axis_grid_style :: AxisStyle -> LineStyle
- Graphics.Rendering.Chart.Axis.Types: _axis_label_gap :: AxisStyle -> Double
- Graphics.Rendering.Chart.Axis.Types: _axis_label_style :: AxisStyle -> FontStyle
- Graphics.Rendering.Chart.Axis.Types: _axis_labels :: AxisData x -> [[(x, String)]]
- Graphics.Rendering.Chart.Axis.Types: _axis_line_style :: AxisStyle -> LineStyle
- Graphics.Rendering.Chart.Axis.Types: _axis_show_labels :: AxisVisibility -> Bool
- Graphics.Rendering.Chart.Axis.Types: _axis_show_line :: AxisVisibility -> Bool
- Graphics.Rendering.Chart.Axis.Types: _axis_show_ticks :: AxisVisibility -> Bool
- Graphics.Rendering.Chart.Axis.Types: _axis_ticks :: AxisData x -> [(x, Double)]
- Graphics.Rendering.Chart.Axis.Types: _axis_tropweiv :: AxisData x -> Range -> Double -> x
- Graphics.Rendering.Chart.Axis.Types: _axis_viewport :: AxisData x -> Range -> x -> Double
- Graphics.Rendering.Chart.Axis.Types: _axis_visibility :: AxisData x -> AxisVisibility
- Graphics.Rendering.Chart.Axis.Types: instance Default AxisStyle
- Graphics.Rendering.Chart.Axis.Types: instance Default AxisVisibility
- Graphics.Rendering.Chart.Axis.Unit: instance PlotValue ()
- Graphics.Rendering.Chart.Backend: _fill_color :: FillStyle -> AlphaColour Double
- Graphics.Rendering.Chart.Backend: _font_color :: FontStyle -> AlphaColour Double
- Graphics.Rendering.Chart.Backend: _font_name :: FontStyle -> String
- Graphics.Rendering.Chart.Backend: _font_size :: FontStyle -> Double
- Graphics.Rendering.Chart.Backend: _font_slant :: FontStyle -> FontSlant
- Graphics.Rendering.Chart.Backend: _font_weight :: FontStyle -> FontWeight
- Graphics.Rendering.Chart.Backend: _line_cap :: LineStyle -> LineCap
- Graphics.Rendering.Chart.Backend: _line_color :: LineStyle -> AlphaColour Double
- Graphics.Rendering.Chart.Backend: _line_dashes :: LineStyle -> [Double]
- Graphics.Rendering.Chart.Backend: _line_join :: LineStyle -> LineJoin
- Graphics.Rendering.Chart.Backend: _line_width :: LineStyle -> Double
- Graphics.Rendering.Chart.Backend: textSizeAscent :: TextSize -> Double
- Graphics.Rendering.Chart.Backend: textSizeDescent :: TextSize -> Double
- Graphics.Rendering.Chart.Backend: textSizeHeight :: TextSize -> Double
- Graphics.Rendering.Chart.Backend: textSizeWidth :: TextSize -> Double
- Graphics.Rendering.Chart.Backend: textSizeYBearing :: TextSize -> Double
- Graphics.Rendering.Chart.Backend.Types: _fill_color :: FillStyle -> AlphaColour Double
- Graphics.Rendering.Chart.Backend.Types: _font_color :: FontStyle -> AlphaColour Double
- Graphics.Rendering.Chart.Backend.Types: _font_name :: FontStyle -> String
- Graphics.Rendering.Chart.Backend.Types: _font_size :: FontStyle -> Double
- Graphics.Rendering.Chart.Backend.Types: _font_slant :: FontStyle -> FontSlant
- Graphics.Rendering.Chart.Backend.Types: _font_weight :: FontStyle -> FontWeight
- Graphics.Rendering.Chart.Backend.Types: _line_cap :: LineStyle -> LineCap
- Graphics.Rendering.Chart.Backend.Types: _line_color :: LineStyle -> AlphaColour Double
- Graphics.Rendering.Chart.Backend.Types: _line_dashes :: LineStyle -> [Double]
- Graphics.Rendering.Chart.Backend.Types: _line_join :: LineStyle -> LineJoin
- Graphics.Rendering.Chart.Backend.Types: _line_width :: LineStyle -> Double
- Graphics.Rendering.Chart.Backend.Types: afCoordAlignFn :: AlignmentFns -> AlignmentFn
- Graphics.Rendering.Chart.Backend.Types: afPointAlignFn :: AlignmentFns -> AlignmentFn
- Graphics.Rendering.Chart.Backend.Types: instance Default FillStyle
- Graphics.Rendering.Chart.Backend.Types: instance Default FontSlant
- Graphics.Rendering.Chart.Backend.Types: instance Default FontStyle
- Graphics.Rendering.Chart.Backend.Types: instance Default FontWeight
- Graphics.Rendering.Chart.Backend.Types: instance Default LineStyle
- Graphics.Rendering.Chart.Backend.Types: instance Eq FillStyle
- Graphics.Rendering.Chart.Backend.Types: instance Eq FontSlant
- Graphics.Rendering.Chart.Backend.Types: instance Eq FontStyle
- Graphics.Rendering.Chart.Backend.Types: instance Eq FontWeight
- Graphics.Rendering.Chart.Backend.Types: instance Eq HTextAnchor
- Graphics.Rendering.Chart.Backend.Types: instance Eq LineCap
- Graphics.Rendering.Chart.Backend.Types: instance Eq LineJoin
- Graphics.Rendering.Chart.Backend.Types: instance Eq LineStyle
- Graphics.Rendering.Chart.Backend.Types: instance Eq TextSize
- Graphics.Rendering.Chart.Backend.Types: instance Eq VTextAnchor
- Graphics.Rendering.Chart.Backend.Types: instance Ord FontSlant
- Graphics.Rendering.Chart.Backend.Types: instance Ord FontWeight
- Graphics.Rendering.Chart.Backend.Types: instance Ord HTextAnchor
- Graphics.Rendering.Chart.Backend.Types: instance Ord LineCap
- Graphics.Rendering.Chart.Backend.Types: instance Ord LineJoin
- Graphics.Rendering.Chart.Backend.Types: instance Ord VTextAnchor
- Graphics.Rendering.Chart.Backend.Types: instance Show FillStyle
- Graphics.Rendering.Chart.Backend.Types: instance Show FontSlant
- Graphics.Rendering.Chart.Backend.Types: instance Show FontStyle
- Graphics.Rendering.Chart.Backend.Types: instance Show FontWeight
- Graphics.Rendering.Chart.Backend.Types: instance Show HTextAnchor
- Graphics.Rendering.Chart.Backend.Types: instance Show LineCap
- Graphics.Rendering.Chart.Backend.Types: instance Show LineJoin
- Graphics.Rendering.Chart.Backend.Types: instance Show LineStyle
- Graphics.Rendering.Chart.Backend.Types: instance Show TextSize
- Graphics.Rendering.Chart.Backend.Types: instance Show VTextAnchor
- Graphics.Rendering.Chart.Backend.Types: textSizeAscent :: TextSize -> Double
- Graphics.Rendering.Chart.Backend.Types: textSizeDescent :: TextSize -> Double
- Graphics.Rendering.Chart.Backend.Types: textSizeHeight :: TextSize -> Double
- Graphics.Rendering.Chart.Backend.Types: textSizeWidth :: TextSize -> Double
- Graphics.Rendering.Chart.Backend.Types: textSizeYBearing :: TextSize -> Double
- Graphics.Rendering.Chart.Drawing: _point_border_color :: PointStyle -> AlphaColour Double
- Graphics.Rendering.Chart.Drawing: _point_border_width :: PointStyle -> Double
- Graphics.Rendering.Chart.Drawing: _point_color :: PointStyle -> AlphaColour Double
- Graphics.Rendering.Chart.Drawing: _point_radius :: PointStyle -> Double
- Graphics.Rendering.Chart.Drawing: _point_shape :: PointStyle -> PointShape
- Graphics.Rendering.Chart.Drawing: instance Default PointStyle
- Graphics.Rendering.Chart.Geometry: instance Monoid Path
- Graphics.Rendering.Chart.Geometry: instance Num Matrix
- Graphics.Rendering.Chart.Geometry: instance Show Matrix
- Graphics.Rendering.Chart.Geometry: instance Show Point
- Graphics.Rendering.Chart.Geometry: instance Show Rect
- Graphics.Rendering.Chart.Geometry: instance Show Vector
- Graphics.Rendering.Chart.Geometry: instance Show a => Show (Limit a)
- Graphics.Rendering.Chart.Geometry: p_x :: Point -> Double
- Graphics.Rendering.Chart.Geometry: p_y :: Point -> Double
- Graphics.Rendering.Chart.Geometry: v_x :: Vector -> Double
- Graphics.Rendering.Chart.Geometry: v_y :: Vector -> Double
- Graphics.Rendering.Chart.Geometry: x0 :: Matrix -> !Double
- Graphics.Rendering.Chart.Geometry: xx :: Matrix -> !Double
- Graphics.Rendering.Chart.Geometry: xy :: Matrix -> !Double
- Graphics.Rendering.Chart.Geometry: y0 :: Matrix -> !Double
- Graphics.Rendering.Chart.Geometry: yx :: Matrix -> !Double
- Graphics.Rendering.Chart.Geometry: yy :: Matrix -> !Double
- Graphics.Rendering.Chart.Grid: instance Functor Grid
- Graphics.Rendering.Chart.Grid: instance Show a => Show (Grid a)
- Graphics.Rendering.Chart.Grid: instance ToRenderable a => ToRenderable (Grid a)
- Graphics.Rendering.Chart.Layout: _laxis_generate :: LayoutAxis x -> AxisFn x
- Graphics.Rendering.Chart.Layout: _laxis_override :: LayoutAxis x -> AxisData x -> AxisData x
- Graphics.Rendering.Chart.Layout: _laxis_reverse :: LayoutAxis x -> Bool
- Graphics.Rendering.Chart.Layout: _laxis_style :: LayoutAxis x -> AxisStyle
- Graphics.Rendering.Chart.Layout: _laxis_title :: LayoutAxis x -> String
- Graphics.Rendering.Chart.Layout: _laxis_title_style :: LayoutAxis x -> FontStyle
- Graphics.Rendering.Chart.Layout: _layout_background :: Layout x y -> FillStyle
- Graphics.Rendering.Chart.Layout: _layout_bottom_axis_visibility :: Layout x y -> AxisVisibility
- Graphics.Rendering.Chart.Layout: _layout_grid_last :: Layout x y -> Bool
- Graphics.Rendering.Chart.Layout: _layout_left_axis_visibility :: Layout x y -> AxisVisibility
- Graphics.Rendering.Chart.Layout: _layout_legend :: Layout x y -> Maybe LegendStyle
- Graphics.Rendering.Chart.Layout: _layout_margin :: Layout x y -> Double
- Graphics.Rendering.Chart.Layout: _layout_plot_background :: Layout x y -> Maybe FillStyle
- Graphics.Rendering.Chart.Layout: _layout_plots :: Layout x y -> [Plot x y]
- Graphics.Rendering.Chart.Layout: _layout_right_axis_visibility :: Layout x y -> AxisVisibility
- Graphics.Rendering.Chart.Layout: _layout_title :: Layout x y -> String
- Graphics.Rendering.Chart.Layout: _layout_title_style :: Layout x y -> FontStyle
- Graphics.Rendering.Chart.Layout: _layout_top_axis_visibility :: Layout x y -> AxisVisibility
- Graphics.Rendering.Chart.Layout: _layout_x_axis :: Layout x y -> LayoutAxis x
- Graphics.Rendering.Chart.Layout: _layout_y_axis :: Layout x y -> LayoutAxis y
- Graphics.Rendering.Chart.Layout: _layoutlr_background :: LayoutLR x y1 y2 -> FillStyle
- Graphics.Rendering.Chart.Layout: _layoutlr_bottom_axis_visibility :: LayoutLR x y1 y2 -> AxisVisibility
- Graphics.Rendering.Chart.Layout: _layoutlr_grid_last :: LayoutLR x y1 y2 -> Bool
- Graphics.Rendering.Chart.Layout: _layoutlr_left_axis :: LayoutLR x y1 y2 -> LayoutAxis y1
- Graphics.Rendering.Chart.Layout: _layoutlr_left_axis_visibility :: LayoutLR x y1 y2 -> AxisVisibility
- Graphics.Rendering.Chart.Layout: _layoutlr_legend :: LayoutLR x y1 y2 -> Maybe LegendStyle
- Graphics.Rendering.Chart.Layout: _layoutlr_margin :: LayoutLR x y1 y2 -> Double
- Graphics.Rendering.Chart.Layout: _layoutlr_plot_background :: LayoutLR x y1 y2 -> Maybe FillStyle
- Graphics.Rendering.Chart.Layout: _layoutlr_plots :: LayoutLR x y1 y2 -> [Either (Plot x y1) (Plot x y2)]
- Graphics.Rendering.Chart.Layout: _layoutlr_right_axis :: LayoutLR x y1 y2 -> LayoutAxis y2
- Graphics.Rendering.Chart.Layout: _layoutlr_right_axis_visibility :: LayoutLR x y1 y2 -> AxisVisibility
- Graphics.Rendering.Chart.Layout: _layoutlr_title :: LayoutLR x y1 y2 -> String
- Graphics.Rendering.Chart.Layout: _layoutlr_title_style :: LayoutLR x y1 y2 -> FontStyle
- Graphics.Rendering.Chart.Layout: _layoutlr_top_axis_visibility :: LayoutLR x y1 y2 -> AxisVisibility
- Graphics.Rendering.Chart.Layout: _layoutlr_x_axis :: LayoutLR x y1 y2 -> LayoutAxis x
- Graphics.Rendering.Chart.Layout: _slayouts_compress_legend :: StackedLayouts x -> Bool
- Graphics.Rendering.Chart.Layout: _slayouts_layouts :: StackedLayouts x -> [StackedLayout x]
- Graphics.Rendering.Chart.Layout: instance (Ord x, Ord y) => ToRenderable (Layout x y)
- Graphics.Rendering.Chart.Layout: instance (Ord x, Ord yl, Ord yr) => ToRenderable (LayoutLR x yl yr)
- Graphics.Rendering.Chart.Layout: instance (PlotValue x, PlotValue y) => Default (Layout x y)
- Graphics.Rendering.Chart.Layout: instance (PlotValue x, PlotValue y1, PlotValue y2) => Default (LayoutLR x y1 y2)
- Graphics.Rendering.Chart.Layout: instance (Show x, Show y1, Show y2) => Show (LayoutPick x y1 y2)
- Graphics.Rendering.Chart.Layout: instance Default (StackedLayouts x)
- Graphics.Rendering.Chart.Layout: instance Ord x => ToRenderable (StackedLayouts x)
- Graphics.Rendering.Chart.Layout: instance PlotValue t => Default (LayoutAxis t)
- Graphics.Rendering.Chart.Legend: _legend_label_style :: LegendStyle -> FontStyle
- Graphics.Rendering.Chart.Legend: _legend_margin :: LegendStyle -> Double
- Graphics.Rendering.Chart.Legend: _legend_orientation :: LegendStyle -> LegendOrientation
- Graphics.Rendering.Chart.Legend: _legend_plot_size :: LegendStyle -> Double
- Graphics.Rendering.Chart.Legend: instance Default LegendStyle
- Graphics.Rendering.Chart.Legend: instance ToRenderable (Legend x y)
- Graphics.Rendering.Chart.Plot.Annotation: _plot_annotation_angle :: PlotAnnotation x y -> Double
- Graphics.Rendering.Chart.Plot.Annotation: _plot_annotation_hanchor :: PlotAnnotation x y -> HTextAnchor
- Graphics.Rendering.Chart.Plot.Annotation: _plot_annotation_style :: PlotAnnotation x y -> FontStyle
- Graphics.Rendering.Chart.Plot.Annotation: _plot_annotation_values :: PlotAnnotation x y -> [(x, y, String)]
- Graphics.Rendering.Chart.Plot.Annotation: _plot_annotation_vanchor :: PlotAnnotation x y -> VTextAnchor
- Graphics.Rendering.Chart.Plot.Annotation: instance Default (PlotAnnotation x y)
- Graphics.Rendering.Chart.Plot.Annotation: instance ToPlot PlotAnnotation
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_4d_linethick :: AreaSpots4D z t x y -> Double
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_4d_max_radius :: AreaSpots4D z t x y -> Double
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_4d_opacity :: AreaSpots4D z t x y -> Double
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_4d_palette :: AreaSpots4D z t x y -> [Colour Double]
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_4d_title :: AreaSpots4D z t x y -> String
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_4d_values :: AreaSpots4D z t x y -> [(x, y, z, t)]
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_fillcolour :: AreaSpots z x y -> Colour Double
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_linecolour :: AreaSpots z x y -> AlphaColour Double
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_linethick :: AreaSpots z x y -> Double
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_max_radius :: AreaSpots z x y -> Double
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_opacity :: AreaSpots z x y -> Double
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_title :: AreaSpots z x y -> String
- Graphics.Rendering.Chart.Plot.AreaSpots: _area_spots_values :: AreaSpots z x y -> [(x, y, z)]
- Graphics.Rendering.Chart.Plot.AreaSpots: instance (PlotValue z, PlotValue t, Show t) => ToPlot (AreaSpots4D z t)
- Graphics.Rendering.Chart.Plot.AreaSpots: instance Default (AreaSpots z x y)
- Graphics.Rendering.Chart.Plot.AreaSpots: instance Default (AreaSpots4D z t x y)
- Graphics.Rendering.Chart.Plot.AreaSpots: instance PlotValue z => ToPlot (AreaSpots z)
- Graphics.Rendering.Chart.Plot.Bars: _plot_bars_alignment :: PlotBars x y -> PlotBarsAlignment
- Graphics.Rendering.Chart.Plot.Bars: _plot_bars_item_styles :: PlotBars x y -> [(FillStyle, Maybe LineStyle)]
- Graphics.Rendering.Chart.Plot.Bars: _plot_bars_reference :: PlotBars x y -> y
- Graphics.Rendering.Chart.Plot.Bars: _plot_bars_singleton_width :: PlotBars x y -> Double
- Graphics.Rendering.Chart.Plot.Bars: _plot_bars_spacing :: PlotBars x y -> PlotBarsSpacing
- Graphics.Rendering.Chart.Plot.Bars: _plot_bars_style :: PlotBars x y -> PlotBarsStyle
- Graphics.Rendering.Chart.Plot.Bars: _plot_bars_titles :: PlotBars x y -> [String]
- Graphics.Rendering.Chart.Plot.Bars: _plot_bars_values :: PlotBars x y -> [(x, [y])]
- Graphics.Rendering.Chart.Plot.Bars: instance BarsPlotValue Double
- Graphics.Rendering.Chart.Plot.Bars: instance BarsPlotValue Int
- Graphics.Rendering.Chart.Plot.Bars: instance BarsPlotValue y => Default (PlotBars x y)
- Graphics.Rendering.Chart.Plot.Bars: instance Show PlotBarsAlignment
- Graphics.Rendering.Chart.Plot.Bars: instance Show PlotBarsSpacing
- Graphics.Rendering.Chart.Plot.Bars: instance Show PlotBarsStyle
- Graphics.Rendering.Chart.Plot.Candle: _plot_candle_centre :: PlotCandle x y -> Double
- Graphics.Rendering.Chart.Plot.Candle: _plot_candle_fall_fill_style :: PlotCandle x y -> FillStyle
- Graphics.Rendering.Chart.Plot.Candle: _plot_candle_fill :: PlotCandle x y -> Bool
- Graphics.Rendering.Chart.Plot.Candle: _plot_candle_line_style :: PlotCandle x y -> LineStyle
- Graphics.Rendering.Chart.Plot.Candle: _plot_candle_rise_fill_style :: PlotCandle x y -> FillStyle
- Graphics.Rendering.Chart.Plot.Candle: _plot_candle_tick_length :: PlotCandle x y -> Double
- Graphics.Rendering.Chart.Plot.Candle: _plot_candle_title :: PlotCandle x y -> String
- Graphics.Rendering.Chart.Plot.Candle: _plot_candle_values :: PlotCandle x y -> [Candle x y]
- Graphics.Rendering.Chart.Plot.Candle: _plot_candle_width :: PlotCandle x y -> Double
- Graphics.Rendering.Chart.Plot.Candle: candle_close :: Candle x y -> y
- Graphics.Rendering.Chart.Plot.Candle: candle_high :: Candle x y -> y
- Graphics.Rendering.Chart.Plot.Candle: candle_low :: Candle x y -> y
- Graphics.Rendering.Chart.Plot.Candle: candle_mid :: Candle x y -> y
- Graphics.Rendering.Chart.Plot.Candle: candle_open :: Candle x y -> y
- Graphics.Rendering.Chart.Plot.Candle: candle_x :: Candle x y -> x
- Graphics.Rendering.Chart.Plot.Candle: instance (Show x, Show y) => Show (Candle x y)
- Graphics.Rendering.Chart.Plot.Candle: instance Default (PlotCandle x y)
- Graphics.Rendering.Chart.Plot.Candle: instance ToPlot PlotCandle
- Graphics.Rendering.Chart.Plot.ErrBars: _plot_errbars_line_style :: PlotErrBars x y -> LineStyle
- Graphics.Rendering.Chart.Plot.ErrBars: _plot_errbars_overhang :: PlotErrBars x y -> Double
- Graphics.Rendering.Chart.Plot.ErrBars: _plot_errbars_tick_length :: PlotErrBars x y -> Double
- Graphics.Rendering.Chart.Plot.ErrBars: _plot_errbars_title :: PlotErrBars x y -> String
- Graphics.Rendering.Chart.Plot.ErrBars: _plot_errbars_values :: PlotErrBars x y -> [ErrPoint x y]
- Graphics.Rendering.Chart.Plot.ErrBars: ep_x :: ErrPoint x y -> ErrValue x
- Graphics.Rendering.Chart.Plot.ErrBars: ep_y :: ErrPoint x y -> ErrValue y
- Graphics.Rendering.Chart.Plot.ErrBars: ev_best :: ErrValue x -> x
- Graphics.Rendering.Chart.Plot.ErrBars: ev_high :: ErrValue x -> x
- Graphics.Rendering.Chart.Plot.ErrBars: ev_low :: ErrValue x -> x
- Graphics.Rendering.Chart.Plot.ErrBars: instance (Show x, Show y) => Show (ErrPoint x y)
- Graphics.Rendering.Chart.Plot.ErrBars: instance Default (PlotErrBars x y)
- Graphics.Rendering.Chart.Plot.ErrBars: instance Show x => Show (ErrValue x)
- Graphics.Rendering.Chart.Plot.ErrBars: instance ToPlot PlotErrBars
- Graphics.Rendering.Chart.Plot.FillBetween: _plot_fillbetween_style :: PlotFillBetween x y -> FillStyle
- Graphics.Rendering.Chart.Plot.FillBetween: _plot_fillbetween_title :: PlotFillBetween x y -> String
- Graphics.Rendering.Chart.Plot.FillBetween: _plot_fillbetween_values :: PlotFillBetween x y -> [(x, (y, y))]
- Graphics.Rendering.Chart.Plot.FillBetween: instance Default (PlotFillBetween x y)
- Graphics.Rendering.Chart.Plot.FillBetween: instance ToPlot PlotFillBetween
- Graphics.Rendering.Chart.Plot.Hidden: _plot_hidden_x_values :: PlotHidden x y -> [x]
- Graphics.Rendering.Chart.Plot.Hidden: _plot_hidden_y_values :: PlotHidden x y -> [y]
- Graphics.Rendering.Chart.Plot.Hidden: instance ToPlot PlotHidden
- Graphics.Rendering.Chart.Plot.Histogram: _plot_hist_bins :: PlotHist x y -> Int
- Graphics.Rendering.Chart.Plot.Histogram: _plot_hist_drop_lines :: PlotHist x y -> Bool
- Graphics.Rendering.Chart.Plot.Histogram: _plot_hist_fill_style :: PlotHist x y -> FillStyle
- Graphics.Rendering.Chart.Plot.Histogram: _plot_hist_line_style :: PlotHist x y -> LineStyle
- Graphics.Rendering.Chart.Plot.Histogram: _plot_hist_no_zeros :: PlotHist x y -> Bool
- Graphics.Rendering.Chart.Plot.Histogram: _plot_hist_norm_func :: PlotHist x y -> Double -> Int -> y
- Graphics.Rendering.Chart.Plot.Histogram: _plot_hist_range :: PlotHist x y -> Maybe (x, x)
- Graphics.Rendering.Chart.Plot.Histogram: _plot_hist_title :: PlotHist x y -> String
- Graphics.Rendering.Chart.Plot.Histogram: _plot_hist_values :: PlotHist x y -> [x]
- Graphics.Rendering.Chart.Plot.Histogram: instance Default (PlotHist x Int)
- Graphics.Rendering.Chart.Plot.Lines: _plot_lines_limit_values :: PlotLines x y -> [[(Limit x, Limit y)]]
- Graphics.Rendering.Chart.Plot.Lines: _plot_lines_style :: PlotLines x y -> LineStyle
- Graphics.Rendering.Chart.Plot.Lines: _plot_lines_title :: PlotLines x y -> String
- Graphics.Rendering.Chart.Plot.Lines: _plot_lines_values :: PlotLines x y -> [[(x, y)]]
- Graphics.Rendering.Chart.Plot.Lines: instance Default (PlotLines x y)
- Graphics.Rendering.Chart.Plot.Lines: instance ToPlot PlotLines
- Graphics.Rendering.Chart.Plot.Pie: _pie_background :: PieLayout -> FillStyle
- Graphics.Rendering.Chart.Plot.Pie: _pie_colors :: PieChart -> [AlphaColour Double]
- Graphics.Rendering.Chart.Plot.Pie: _pie_data :: PieChart -> [PieItem]
- Graphics.Rendering.Chart.Plot.Pie: _pie_label_line_style :: PieChart -> LineStyle
- Graphics.Rendering.Chart.Plot.Pie: _pie_label_style :: PieChart -> FontStyle
- Graphics.Rendering.Chart.Plot.Pie: _pie_margin :: PieLayout -> Double
- Graphics.Rendering.Chart.Plot.Pie: _pie_plot :: PieLayout -> PieChart
- Graphics.Rendering.Chart.Plot.Pie: _pie_start_angle :: PieChart -> Double
- Graphics.Rendering.Chart.Plot.Pie: _pie_title :: PieLayout -> String
- Graphics.Rendering.Chart.Plot.Pie: _pie_title_style :: PieLayout -> FontStyle
- Graphics.Rendering.Chart.Plot.Pie: _pitem_label :: PieItem -> String
- Graphics.Rendering.Chart.Plot.Pie: _pitem_offset :: PieItem -> Double
- Graphics.Rendering.Chart.Plot.Pie: _pitem_value :: PieItem -> Double
- Graphics.Rendering.Chart.Plot.Pie: instance Default PieChart
- Graphics.Rendering.Chart.Plot.Pie: instance Default PieItem
- Graphics.Rendering.Chart.Plot.Pie: instance Default PieLayout
- Graphics.Rendering.Chart.Plot.Pie: instance ToRenderable PieChart
- Graphics.Rendering.Chart.Plot.Pie: instance ToRenderable PieLayout
- Graphics.Rendering.Chart.Plot.Points: _plot_points_style :: PlotPoints x y -> PointStyle
- Graphics.Rendering.Chart.Plot.Points: _plot_points_title :: PlotPoints x y -> String
- Graphics.Rendering.Chart.Plot.Points: _plot_points_values :: PlotPoints x y -> [(x, y)]
- Graphics.Rendering.Chart.Plot.Points: instance Default (PlotPoints x y)
- Graphics.Rendering.Chart.Plot.Points: instance ToPlot PlotPoints
- Graphics.Rendering.Chart.Plot.Types: _plot_all_points :: Plot x y -> ([x], [y])
- Graphics.Rendering.Chart.Plot.Types: _plot_legend :: Plot x y -> [(String, Rect -> ChartBackend ())]
- Graphics.Rendering.Chart.Plot.Types: _plot_render :: Plot x y -> PointMapFn x y -> ChartBackend ()
- Graphics.Rendering.Chart.Plot.Types: instance ToPlot Plot
- Graphics.Rendering.Chart.Plot.Vectors: _plot_vectors_grid :: PlotVectors x y -> [(x, y)]
- Graphics.Rendering.Chart.Plot.Vectors: _plot_vectors_mapf :: PlotVectors x y -> (x, y) -> (x, y)
- Graphics.Rendering.Chart.Plot.Vectors: _plot_vectors_scale :: PlotVectors x y -> Double
- Graphics.Rendering.Chart.Plot.Vectors: _plot_vectors_style :: PlotVectors x y -> VectorStyle
- Graphics.Rendering.Chart.Plot.Vectors: _plot_vectors_title :: PlotVectors x y -> String
- Graphics.Rendering.Chart.Plot.Vectors: _plot_vectors_values :: PlotVectors x y -> [((x, y), (x, y))]
- Graphics.Rendering.Chart.Plot.Vectors: _vector_head_style :: VectorStyle -> PointStyle
- Graphics.Rendering.Chart.Plot.Vectors: _vector_line_style :: VectorStyle -> LineStyle
- Graphics.Rendering.Chart.Plot.Vectors: instance Default (PlotVectors x y)
- Graphics.Rendering.Chart.Plot.Vectors: instance Default VectorStyle
- Graphics.Rendering.Chart.Renderable: _rect_cornerStyle :: Rectangle -> RectCornerStyle
- Graphics.Rendering.Chart.Renderable: _rect_fillStyle :: Rectangle -> Maybe FillStyle
- Graphics.Rendering.Chart.Renderable: _rect_lineStyle :: Rectangle -> Maybe LineStyle
- Graphics.Rendering.Chart.Renderable: _rect_minsize :: Rectangle -> RectSize
- Graphics.Rendering.Chart.Renderable: instance Default Rectangle
- Graphics.Rendering.Chart.Renderable: instance ToRenderable Rectangle
- Graphics.Rendering.Chart.Renderable: minsize :: Renderable a -> ChartBackend RectSize
- Graphics.Rendering.Chart.Renderable: render :: Renderable a -> RectSize -> ChartBackend (PickFn a)
- Graphics.Rendering.Chart.SparkLine: instance Show SparkOptions
- Graphics.Rendering.Chart.SparkLine: instance ToRenderable SparkLine
- Graphics.Rendering.Chart.SparkLine: sl_data :: SparkLine -> [Double]
- Graphics.Rendering.Chart.SparkLine: sl_options :: SparkLine -> SparkOptions
- Graphics.Rendering.Chart.SparkLine: so_bgColor :: SparkOptions -> Colour Double
- Graphics.Rendering.Chart.SparkLine: so_height :: SparkOptions -> Int
- Graphics.Rendering.Chart.SparkLine: so_lastColor :: SparkOptions -> Colour Double
- Graphics.Rendering.Chart.SparkLine: so_lastMarker :: SparkOptions -> Bool
- Graphics.Rendering.Chart.SparkLine: so_limits :: SparkOptions -> (Double, Double)
- Graphics.Rendering.Chart.SparkLine: so_maxColor :: SparkOptions -> Colour Double
- Graphics.Rendering.Chart.SparkLine: so_maxMarker :: SparkOptions -> Bool
- Graphics.Rendering.Chart.SparkLine: so_minColor :: SparkOptions -> Colour Double
- Graphics.Rendering.Chart.SparkLine: so_minMarker :: SparkOptions -> Bool
- Graphics.Rendering.Chart.SparkLine: so_smooth :: SparkOptions -> Bool
- Graphics.Rendering.Chart.SparkLine: so_step :: SparkOptions -> Int
- Graphics.Rendering.Chart.State: instance (Default a, ToRenderable a) => ToRenderable (EC a b)
- Graphics.Rendering.Chart.State: instance Default CState
+ Graphics.Rendering.Chart.Axis.Floating: [_la_labelf] :: LinearAxisParams a -> a -> String
+ Graphics.Rendering.Chart.Axis.Floating: [_la_nLabels] :: LinearAxisParams a -> Int
+ Graphics.Rendering.Chart.Axis.Floating: [_la_nTicks] :: LinearAxisParams a -> Int
+ Graphics.Rendering.Chart.Axis.Floating: [_loga_labelf] :: LogAxisParams a -> a -> String
+ Graphics.Rendering.Chart.Axis.Floating: [unPercent] :: Percent -> Double
+ Graphics.Rendering.Chart.Axis.Floating: instance (GHC.Show.Show a, GHC.Float.RealFloat a) => Data.Default.Class.Default (Graphics.Rendering.Chart.Axis.Floating.LinearAxisParams a)
+ Graphics.Rendering.Chart.Axis.Floating: instance (GHC.Show.Show a, GHC.Float.RealFloat a) => Data.Default.Class.Default (Graphics.Rendering.Chart.Axis.Floating.LogAxisParams a)
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Classes.Eq Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Classes.Eq Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Classes.Ord Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Classes.Ord Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Float.Floating Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Float.Floating Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Float.RealFloat Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Float.RealFloat Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Num.Num Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Num.Num Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Real.Fractional Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Real.Fractional Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Real.Real Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Real.Real Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Real.RealFrac Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Real.RealFrac Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Show.Show Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance GHC.Show.Show Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Floating: instance Graphics.Rendering.Chart.Axis.Types.PlotValue GHC.Types.Double
+ Graphics.Rendering.Chart.Axis.Floating: instance Graphics.Rendering.Chart.Axis.Types.PlotValue GHC.Types.Float
+ Graphics.Rendering.Chart.Axis.Floating: instance Graphics.Rendering.Chart.Axis.Types.PlotValue Graphics.Rendering.Chart.Axis.Floating.LogValue
+ Graphics.Rendering.Chart.Axis.Floating: instance Graphics.Rendering.Chart.Axis.Types.PlotValue Graphics.Rendering.Chart.Axis.Floating.Percent
+ Graphics.Rendering.Chart.Axis.Indexed: [plotindex_i] :: PlotIndex -> Int
+ Graphics.Rendering.Chart.Axis.Indexed: instance GHC.Classes.Eq Graphics.Rendering.Chart.Axis.Indexed.PlotIndex
+ Graphics.Rendering.Chart.Axis.Indexed: instance GHC.Classes.Ord Graphics.Rendering.Chart.Axis.Indexed.PlotIndex
+ Graphics.Rendering.Chart.Axis.Indexed: instance GHC.Enum.Enum Graphics.Rendering.Chart.Axis.Indexed.PlotIndex
+ Graphics.Rendering.Chart.Axis.Indexed: instance GHC.Num.Num Graphics.Rendering.Chart.Axis.Indexed.PlotIndex
+ Graphics.Rendering.Chart.Axis.Indexed: instance GHC.Real.Integral Graphics.Rendering.Chart.Axis.Indexed.PlotIndex
+ Graphics.Rendering.Chart.Axis.Indexed: instance GHC.Real.Real Graphics.Rendering.Chart.Axis.Indexed.PlotIndex
+ Graphics.Rendering.Chart.Axis.Indexed: instance GHC.Show.Show Graphics.Rendering.Chart.Axis.Indexed.PlotIndex
+ Graphics.Rendering.Chart.Axis.Indexed: instance Graphics.Rendering.Chart.Axis.Types.PlotValue Graphics.Rendering.Chart.Axis.Indexed.PlotIndex
+ Graphics.Rendering.Chart.Axis.Int: instance Graphics.Rendering.Chart.Axis.Types.PlotValue GHC.Integer.Type.Integer
+ Graphics.Rendering.Chart.Axis.Int: instance Graphics.Rendering.Chart.Axis.Types.PlotValue GHC.Types.Int
+ Graphics.Rendering.Chart.Axis.LocalTime: instance GHC.Show.Show Graphics.Rendering.Chart.Axis.LocalTime.TimeLabelAlignment
+ Graphics.Rendering.Chart.Axis.LocalTime: instance Graphics.Rendering.Chart.Axis.Types.PlotValue Data.Time.LocalTime.LocalTime.LocalTime
+ Graphics.Rendering.Chart.Axis.Types: [_axis_grid] :: AxisData x -> [x]
+ Graphics.Rendering.Chart.Axis.Types: [_axis_grid_style] :: AxisStyle -> LineStyle
+ Graphics.Rendering.Chart.Axis.Types: [_axis_label_gap] :: AxisStyle -> Double
+ Graphics.Rendering.Chart.Axis.Types: [_axis_label_style] :: AxisStyle -> FontStyle
+ Graphics.Rendering.Chart.Axis.Types: [_axis_labels] :: AxisData x -> [[(x, String)]]
+ Graphics.Rendering.Chart.Axis.Types: [_axis_line_style] :: AxisStyle -> LineStyle
+ Graphics.Rendering.Chart.Axis.Types: [_axis_show_labels] :: AxisVisibility -> Bool
+ Graphics.Rendering.Chart.Axis.Types: [_axis_show_line] :: AxisVisibility -> Bool
+ Graphics.Rendering.Chart.Axis.Types: [_axis_show_ticks] :: AxisVisibility -> Bool
+ Graphics.Rendering.Chart.Axis.Types: [_axis_ticks] :: AxisData x -> [(x, Double)]
+ Graphics.Rendering.Chart.Axis.Types: [_axis_tropweiv] :: AxisData x -> Range -> Double -> x
+ Graphics.Rendering.Chart.Axis.Types: [_axis_viewport] :: AxisData x -> Range -> x -> Double
+ Graphics.Rendering.Chart.Axis.Types: [_axis_visibility] :: AxisData x -> AxisVisibility
+ Graphics.Rendering.Chart.Axis.Types: instance Data.Default.Class.Default Graphics.Rendering.Chart.Axis.Types.AxisStyle
+ Graphics.Rendering.Chart.Axis.Types: instance Data.Default.Class.Default Graphics.Rendering.Chart.Axis.Types.AxisVisibility
+ Graphics.Rendering.Chart.Axis.Unit: instance Graphics.Rendering.Chart.Axis.Types.PlotValue ()
+ Graphics.Rendering.Chart.Backend: [_fill_color] :: FillStyle -> AlphaColour Double
+ Graphics.Rendering.Chart.Backend: [_font_color] :: FontStyle -> AlphaColour Double
+ Graphics.Rendering.Chart.Backend: [_font_name] :: FontStyle -> String
+ Graphics.Rendering.Chart.Backend: [_font_size] :: FontStyle -> Double
+ Graphics.Rendering.Chart.Backend: [_font_slant] :: FontStyle -> FontSlant
+ Graphics.Rendering.Chart.Backend: [_font_weight] :: FontStyle -> FontWeight
+ Graphics.Rendering.Chart.Backend: [_line_cap] :: LineStyle -> LineCap
+ Graphics.Rendering.Chart.Backend: [_line_color] :: LineStyle -> AlphaColour Double
+ Graphics.Rendering.Chart.Backend: [_line_dashes] :: LineStyle -> [Double]
+ Graphics.Rendering.Chart.Backend: [_line_join] :: LineStyle -> LineJoin
+ Graphics.Rendering.Chart.Backend: [_line_width] :: LineStyle -> Double
+ Graphics.Rendering.Chart.Backend: [textSizeAscent] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend: [textSizeDescent] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend: [textSizeHeight] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend: [textSizeWidth] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend: [textSizeYBearing] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend.Types: [_fill_color] :: FillStyle -> AlphaColour Double
+ Graphics.Rendering.Chart.Backend.Types: [_font_color] :: FontStyle -> AlphaColour Double
+ Graphics.Rendering.Chart.Backend.Types: [_font_name] :: FontStyle -> String
+ Graphics.Rendering.Chart.Backend.Types: [_font_size] :: FontStyle -> Double
+ Graphics.Rendering.Chart.Backend.Types: [_font_slant] :: FontStyle -> FontSlant
+ Graphics.Rendering.Chart.Backend.Types: [_font_weight] :: FontStyle -> FontWeight
+ Graphics.Rendering.Chart.Backend.Types: [_line_cap] :: LineStyle -> LineCap
+ Graphics.Rendering.Chart.Backend.Types: [_line_color] :: LineStyle -> AlphaColour Double
+ Graphics.Rendering.Chart.Backend.Types: [_line_dashes] :: LineStyle -> [Double]
+ Graphics.Rendering.Chart.Backend.Types: [_line_join] :: LineStyle -> LineJoin
+ Graphics.Rendering.Chart.Backend.Types: [_line_width] :: LineStyle -> Double
+ Graphics.Rendering.Chart.Backend.Types: [afCoordAlignFn] :: AlignmentFns -> AlignmentFn
+ Graphics.Rendering.Chart.Backend.Types: [afPointAlignFn] :: AlignmentFns -> AlignmentFn
+ Graphics.Rendering.Chart.Backend.Types: [textSizeAscent] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend.Types: [textSizeDescent] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend.Types: [textSizeHeight] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend.Types: [textSizeWidth] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend.Types: [textSizeYBearing] :: TextSize -> Double
+ Graphics.Rendering.Chart.Backend.Types: instance Data.Default.Class.Default Graphics.Rendering.Chart.Backend.Types.FillStyle
+ Graphics.Rendering.Chart.Backend.Types: instance Data.Default.Class.Default Graphics.Rendering.Chart.Backend.Types.FontSlant
+ Graphics.Rendering.Chart.Backend.Types: instance Data.Default.Class.Default Graphics.Rendering.Chart.Backend.Types.FontStyle
+ Graphics.Rendering.Chart.Backend.Types: instance Data.Default.Class.Default Graphics.Rendering.Chart.Backend.Types.FontWeight
+ Graphics.Rendering.Chart.Backend.Types: instance Data.Default.Class.Default Graphics.Rendering.Chart.Backend.Types.LineStyle
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.FillStyle
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.FontSlant
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.FontStyle
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.FontWeight
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.HTextAnchor
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.LineCap
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.LineJoin
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.LineStyle
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.TextSize
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Eq Graphics.Rendering.Chart.Backend.Types.VTextAnchor
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Ord Graphics.Rendering.Chart.Backend.Types.FontSlant
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Ord Graphics.Rendering.Chart.Backend.Types.FontWeight
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Ord Graphics.Rendering.Chart.Backend.Types.HTextAnchor
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Ord Graphics.Rendering.Chart.Backend.Types.LineCap
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Ord Graphics.Rendering.Chart.Backend.Types.LineJoin
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Classes.Ord Graphics.Rendering.Chart.Backend.Types.VTextAnchor
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.FillStyle
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.FontSlant
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.FontStyle
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.FontWeight
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.HTextAnchor
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.LineCap
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.LineJoin
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.LineStyle
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.TextSize
+ Graphics.Rendering.Chart.Backend.Types: instance GHC.Show.Show Graphics.Rendering.Chart.Backend.Types.VTextAnchor
+ Graphics.Rendering.Chart.Drawing: [_point_border_color] :: PointStyle -> AlphaColour Double
+ Graphics.Rendering.Chart.Drawing: [_point_border_width] :: PointStyle -> Double
+ Graphics.Rendering.Chart.Drawing: [_point_color] :: PointStyle -> AlphaColour Double
+ Graphics.Rendering.Chart.Drawing: [_point_radius] :: PointStyle -> Double
+ Graphics.Rendering.Chart.Drawing: [_point_shape] :: PointStyle -> PointShape
+ Graphics.Rendering.Chart.Drawing: instance Data.Default.Class.Default Graphics.Rendering.Chart.Drawing.PointStyle
+ Graphics.Rendering.Chart.Geometry: [p_x] :: Point -> Double
+ Graphics.Rendering.Chart.Geometry: [p_y] :: Point -> Double
+ Graphics.Rendering.Chart.Geometry: [v_x] :: Vector -> Double
+ Graphics.Rendering.Chart.Geometry: [v_y] :: Vector -> Double
+ Graphics.Rendering.Chart.Geometry: [x0] :: Matrix -> !Double
+ Graphics.Rendering.Chart.Geometry: [xx] :: Matrix -> !Double
+ Graphics.Rendering.Chart.Geometry: [xy] :: Matrix -> !Double
+ Graphics.Rendering.Chart.Geometry: [y0] :: Matrix -> !Double
+ Graphics.Rendering.Chart.Geometry: [yx] :: Matrix -> !Double
+ Graphics.Rendering.Chart.Geometry: [yy] :: Matrix -> !Double
+ Graphics.Rendering.Chart.Geometry: instance GHC.Base.Monoid Graphics.Rendering.Chart.Geometry.Path
+ Graphics.Rendering.Chart.Geometry: instance GHC.Num.Num Graphics.Rendering.Chart.Geometry.Matrix
+ Graphics.Rendering.Chart.Geometry: instance GHC.Show.Show Graphics.Rendering.Chart.Geometry.Matrix
+ Graphics.Rendering.Chart.Geometry: instance GHC.Show.Show Graphics.Rendering.Chart.Geometry.Point
+ Graphics.Rendering.Chart.Geometry: instance GHC.Show.Show Graphics.Rendering.Chart.Geometry.Rect
+ Graphics.Rendering.Chart.Geometry: instance GHC.Show.Show Graphics.Rendering.Chart.Geometry.Vector
+ Graphics.Rendering.Chart.Geometry: instance GHC.Show.Show a => GHC.Show.Show (Graphics.Rendering.Chart.Geometry.Limit a)
+ Graphics.Rendering.Chart.Grid: instance GHC.Base.Functor Graphics.Rendering.Chart.Grid.Grid
+ Graphics.Rendering.Chart.Grid: instance GHC.Show.Show a => GHC.Show.Show (Graphics.Rendering.Chart.Grid.Grid a)
+ Graphics.Rendering.Chart.Grid: instance Graphics.Rendering.Chart.Renderable.ToRenderable a => Graphics.Rendering.Chart.Renderable.ToRenderable (Graphics.Rendering.Chart.Grid.Grid a)
+ Graphics.Rendering.Chart.Layout: [_laxis_generate] :: LayoutAxis x -> AxisFn x
+ Graphics.Rendering.Chart.Layout: [_laxis_override] :: LayoutAxis x -> AxisData x -> AxisData x
+ Graphics.Rendering.Chart.Layout: [_laxis_reverse] :: LayoutAxis x -> Bool
+ Graphics.Rendering.Chart.Layout: [_laxis_style] :: LayoutAxis x -> AxisStyle
+ Graphics.Rendering.Chart.Layout: [_laxis_title] :: LayoutAxis x -> String
+ Graphics.Rendering.Chart.Layout: [_laxis_title_style] :: LayoutAxis x -> FontStyle
+ Graphics.Rendering.Chart.Layout: [_layout_background] :: Layout x y -> FillStyle
+ Graphics.Rendering.Chart.Layout: [_layout_bottom_axis_visibility] :: Layout x y -> AxisVisibility
+ Graphics.Rendering.Chart.Layout: [_layout_grid_last] :: Layout x y -> Bool
+ Graphics.Rendering.Chart.Layout: [_layout_left_axis_visibility] :: Layout x y -> AxisVisibility
+ Graphics.Rendering.Chart.Layout: [_layout_legend] :: Layout x y -> Maybe LegendStyle
+ Graphics.Rendering.Chart.Layout: [_layout_margin] :: Layout x y -> Double
+ Graphics.Rendering.Chart.Layout: [_layout_plot_background] :: Layout x y -> Maybe FillStyle
+ Graphics.Rendering.Chart.Layout: [_layout_plots] :: Layout x y -> [Plot x y]
+ Graphics.Rendering.Chart.Layout: [_layout_right_axis_visibility] :: Layout x y -> AxisVisibility
+ Graphics.Rendering.Chart.Layout: [_layout_title] :: Layout x y -> String
+ Graphics.Rendering.Chart.Layout: [_layout_title_style] :: Layout x y -> FontStyle
+ Graphics.Rendering.Chart.Layout: [_layout_top_axis_visibility] :: Layout x y -> AxisVisibility
+ Graphics.Rendering.Chart.Layout: [_layout_x_axis] :: Layout x y -> LayoutAxis x
+ Graphics.Rendering.Chart.Layout: [_layout_y_axis] :: Layout x y -> LayoutAxis y
+ Graphics.Rendering.Chart.Layout: [_layoutlr_background] :: LayoutLR x y1 y2 -> FillStyle
+ Graphics.Rendering.Chart.Layout: [_layoutlr_bottom_axis_visibility] :: LayoutLR x y1 y2 -> AxisVisibility
+ Graphics.Rendering.Chart.Layout: [_layoutlr_grid_last] :: LayoutLR x y1 y2 -> Bool
+ Graphics.Rendering.Chart.Layout: [_layoutlr_left_axis] :: LayoutLR x y1 y2 -> LayoutAxis y1
+ Graphics.Rendering.Chart.Layout: [_layoutlr_left_axis_visibility] :: LayoutLR x y1 y2 -> AxisVisibility
+ Graphics.Rendering.Chart.Layout: [_layoutlr_legend] :: LayoutLR x y1 y2 -> Maybe LegendStyle
+ Graphics.Rendering.Chart.Layout: [_layoutlr_margin] :: LayoutLR x y1 y2 -> Double
+ Graphics.Rendering.Chart.Layout: [_layoutlr_plot_background] :: LayoutLR x y1 y2 -> Maybe FillStyle
+ Graphics.Rendering.Chart.Layout: [_layoutlr_plots] :: LayoutLR x y1 y2 -> [Either (Plot x y1) (Plot x y2)]
+ Graphics.Rendering.Chart.Layout: [_layoutlr_right_axis] :: LayoutLR x y1 y2 -> LayoutAxis y2
+ Graphics.Rendering.Chart.Layout: [_layoutlr_right_axis_visibility] :: LayoutLR x y1 y2 -> AxisVisibility
+ Graphics.Rendering.Chart.Layout: [_layoutlr_title] :: LayoutLR x y1 y2 -> String
+ Graphics.Rendering.Chart.Layout: [_layoutlr_title_style] :: LayoutLR x y1 y2 -> FontStyle
+ Graphics.Rendering.Chart.Layout: [_layoutlr_top_axis_visibility] :: LayoutLR x y1 y2 -> AxisVisibility
+ Graphics.Rendering.Chart.Layout: [_layoutlr_x_axis] :: LayoutLR x y1 y2 -> LayoutAxis x
+ Graphics.Rendering.Chart.Layout: [_slayouts_compress_legend] :: StackedLayouts x -> Bool
+ Graphics.Rendering.Chart.Layout: [_slayouts_layouts] :: StackedLayouts x -> [StackedLayout x]
+ Graphics.Rendering.Chart.Layout: instance (GHC.Classes.Ord x, GHC.Classes.Ord y) => Graphics.Rendering.Chart.Renderable.ToRenderable (Graphics.Rendering.Chart.Layout.Layout x y)
+ Graphics.Rendering.Chart.Layout: instance (GHC.Classes.Ord x, GHC.Classes.Ord yl, GHC.Classes.Ord yr) => Graphics.Rendering.Chart.Renderable.ToRenderable (Graphics.Rendering.Chart.Layout.LayoutLR x yl yr)
+ 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.Layout: instance (Graphics.Rendering.Chart.Axis.Types.PlotValue x, Graphics.Rendering.Chart.Axis.Types.PlotValue y) => Data.Default.Class.Default (Graphics.Rendering.Chart.Layout.Layout x y)
+ Graphics.Rendering.Chart.Layout: instance (Graphics.Rendering.Chart.Axis.Types.PlotValue x, Graphics.Rendering.Chart.Axis.Types.PlotValue y1, Graphics.Rendering.Chart.Axis.Types.PlotValue y2) => Data.Default.Class.Default (Graphics.Rendering.Chart.Layout.LayoutLR x y1 y2)
+ Graphics.Rendering.Chart.Layout: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Layout.StackedLayouts x)
+ Graphics.Rendering.Chart.Layout: instance GHC.Classes.Ord x => Graphics.Rendering.Chart.Renderable.ToRenderable (Graphics.Rendering.Chart.Layout.StackedLayouts x)
+ Graphics.Rendering.Chart.Layout: instance Graphics.Rendering.Chart.Axis.Types.PlotValue t => Data.Default.Class.Default (Graphics.Rendering.Chart.Layout.LayoutAxis t)
+ Graphics.Rendering.Chart.Legend: [_legend_label_style] :: LegendStyle -> FontStyle
+ Graphics.Rendering.Chart.Legend: [_legend_margin] :: LegendStyle -> Double
+ Graphics.Rendering.Chart.Legend: [_legend_orientation] :: LegendStyle -> LegendOrientation
+ Graphics.Rendering.Chart.Legend: [_legend_plot_size] :: LegendStyle -> Double
+ Graphics.Rendering.Chart.Legend: instance Data.Default.Class.Default Graphics.Rendering.Chart.Legend.LegendStyle
+ Graphics.Rendering.Chart.Legend: instance Graphics.Rendering.Chart.Renderable.ToRenderable (Graphics.Rendering.Chart.Legend.Legend x y)
+ Graphics.Rendering.Chart.Plot.Annotation: [_plot_annotation_angle] :: PlotAnnotation x y -> Double
+ Graphics.Rendering.Chart.Plot.Annotation: [_plot_annotation_hanchor] :: PlotAnnotation x y -> HTextAnchor
+ Graphics.Rendering.Chart.Plot.Annotation: [_plot_annotation_style] :: PlotAnnotation x y -> FontStyle
+ Graphics.Rendering.Chart.Plot.Annotation: [_plot_annotation_values] :: PlotAnnotation x y -> [(x, y, String)]
+ Graphics.Rendering.Chart.Plot.Annotation: [_plot_annotation_vanchor] :: PlotAnnotation x y -> VTextAnchor
+ Graphics.Rendering.Chart.Plot.Annotation: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.Annotation.PlotAnnotation x y)
+ Graphics.Rendering.Chart.Plot.Annotation: instance Graphics.Rendering.Chart.Plot.Types.ToPlot Graphics.Rendering.Chart.Plot.Annotation.PlotAnnotation
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_4d_linethick] :: AreaSpots4D z t x y -> Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_4d_max_radius] :: AreaSpots4D z t x y -> Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_4d_opacity] :: AreaSpots4D z t x y -> Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_4d_palette] :: AreaSpots4D z t x y -> [Colour Double]
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_4d_title] :: AreaSpots4D z t x y -> String
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_4d_values] :: AreaSpots4D z t x y -> [(x, y, z, t)]
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_fillcolour] :: AreaSpots z x y -> Colour Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_linecolour] :: AreaSpots z x y -> AlphaColour Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_linethick] :: AreaSpots z x y -> Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_max_radius] :: AreaSpots z x y -> Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_opacity] :: AreaSpots z x y -> Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_title] :: AreaSpots z x y -> String
+ Graphics.Rendering.Chart.Plot.AreaSpots: [_area_spots_values] :: AreaSpots z x y -> [(x, y, z)]
+ Graphics.Rendering.Chart.Plot.AreaSpots: instance (Graphics.Rendering.Chart.Axis.Types.PlotValue z, Graphics.Rendering.Chart.Axis.Types.PlotValue t, GHC.Show.Show t) => Graphics.Rendering.Chart.Plot.Types.ToPlot (Graphics.Rendering.Chart.Plot.AreaSpots.AreaSpots4D z t)
+ Graphics.Rendering.Chart.Plot.AreaSpots: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.AreaSpots.AreaSpots z x y)
+ Graphics.Rendering.Chart.Plot.AreaSpots: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.AreaSpots.AreaSpots4D z t x y)
+ Graphics.Rendering.Chart.Plot.AreaSpots: instance Graphics.Rendering.Chart.Axis.Types.PlotValue z => Graphics.Rendering.Chart.Plot.Types.ToPlot (Graphics.Rendering.Chart.Plot.AreaSpots.AreaSpots z)
+ Graphics.Rendering.Chart.Plot.Bars: [_plot_bars_alignment] :: PlotBars x y -> PlotBarsAlignment
+ Graphics.Rendering.Chart.Plot.Bars: [_plot_bars_item_styles] :: PlotBars x y -> [(FillStyle, Maybe LineStyle)]
+ Graphics.Rendering.Chart.Plot.Bars: [_plot_bars_reference] :: PlotBars x y -> y
+ Graphics.Rendering.Chart.Plot.Bars: [_plot_bars_singleton_width] :: PlotBars x y -> Double
+ Graphics.Rendering.Chart.Plot.Bars: [_plot_bars_spacing] :: PlotBars x y -> PlotBarsSpacing
+ Graphics.Rendering.Chart.Plot.Bars: [_plot_bars_style] :: PlotBars x y -> PlotBarsStyle
+ Graphics.Rendering.Chart.Plot.Bars: [_plot_bars_titles] :: PlotBars x y -> [String]
+ Graphics.Rendering.Chart.Plot.Bars: [_plot_bars_values] :: PlotBars x y -> [(x, [y])]
+ Graphics.Rendering.Chart.Plot.Bars: instance GHC.Show.Show Graphics.Rendering.Chart.Plot.Bars.PlotBarsAlignment
+ Graphics.Rendering.Chart.Plot.Bars: instance GHC.Show.Show Graphics.Rendering.Chart.Plot.Bars.PlotBarsSpacing
+ Graphics.Rendering.Chart.Plot.Bars: instance GHC.Show.Show Graphics.Rendering.Chart.Plot.Bars.PlotBarsStyle
+ Graphics.Rendering.Chart.Plot.Bars: instance Graphics.Rendering.Chart.Plot.Bars.BarsPlotValue GHC.Types.Double
+ Graphics.Rendering.Chart.Plot.Bars: instance Graphics.Rendering.Chart.Plot.Bars.BarsPlotValue GHC.Types.Int
+ Graphics.Rendering.Chart.Plot.Bars: instance Graphics.Rendering.Chart.Plot.Bars.BarsPlotValue y => Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.Bars.PlotBars x y)
+ Graphics.Rendering.Chart.Plot.Candle: [_plot_candle_centre] :: PlotCandle x y -> Double
+ Graphics.Rendering.Chart.Plot.Candle: [_plot_candle_fall_fill_style] :: PlotCandle x y -> FillStyle
+ Graphics.Rendering.Chart.Plot.Candle: [_plot_candle_fill] :: PlotCandle x y -> Bool
+ Graphics.Rendering.Chart.Plot.Candle: [_plot_candle_line_style] :: PlotCandle x y -> LineStyle
+ Graphics.Rendering.Chart.Plot.Candle: [_plot_candle_rise_fill_style] :: PlotCandle x y -> FillStyle
+ Graphics.Rendering.Chart.Plot.Candle: [_plot_candle_tick_length] :: PlotCandle x y -> Double
+ Graphics.Rendering.Chart.Plot.Candle: [_plot_candle_title] :: PlotCandle x y -> String
+ Graphics.Rendering.Chart.Plot.Candle: [_plot_candle_values] :: PlotCandle x y -> [Candle x y]
+ Graphics.Rendering.Chart.Plot.Candle: [_plot_candle_width] :: PlotCandle x y -> Double
+ Graphics.Rendering.Chart.Plot.Candle: [candle_close] :: Candle x y -> y
+ Graphics.Rendering.Chart.Plot.Candle: [candle_high] :: Candle x y -> y
+ Graphics.Rendering.Chart.Plot.Candle: [candle_low] :: Candle x y -> y
+ Graphics.Rendering.Chart.Plot.Candle: [candle_mid] :: Candle x y -> y
+ Graphics.Rendering.Chart.Plot.Candle: [candle_open] :: Candle x y -> y
+ Graphics.Rendering.Chart.Plot.Candle: [candle_x] :: Candle x y -> x
+ 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.Candle: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.Candle.PlotCandle x y)
+ Graphics.Rendering.Chart.Plot.Candle: instance Graphics.Rendering.Chart.Plot.Types.ToPlot Graphics.Rendering.Chart.Plot.Candle.PlotCandle
+ Graphics.Rendering.Chart.Plot.ErrBars: [_plot_errbars_line_style] :: PlotErrBars x y -> LineStyle
+ Graphics.Rendering.Chart.Plot.ErrBars: [_plot_errbars_overhang] :: PlotErrBars x y -> Double
+ Graphics.Rendering.Chart.Plot.ErrBars: [_plot_errbars_tick_length] :: PlotErrBars x y -> Double
+ Graphics.Rendering.Chart.Plot.ErrBars: [_plot_errbars_title] :: PlotErrBars x y -> String
+ Graphics.Rendering.Chart.Plot.ErrBars: [_plot_errbars_values] :: PlotErrBars x y -> [ErrPoint x y]
+ Graphics.Rendering.Chart.Plot.ErrBars: [ep_x] :: ErrPoint x y -> ErrValue x
+ Graphics.Rendering.Chart.Plot.ErrBars: [ep_y] :: ErrPoint x y -> ErrValue y
+ Graphics.Rendering.Chart.Plot.ErrBars: [ev_best] :: ErrValue x -> x
+ Graphics.Rendering.Chart.Plot.ErrBars: [ev_high] :: ErrValue x -> x
+ Graphics.Rendering.Chart.Plot.ErrBars: [ev_low] :: ErrValue x -> x
+ 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.Plot.ErrBars: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.ErrBars.PlotErrBars x y)
+ Graphics.Rendering.Chart.Plot.ErrBars: instance GHC.Show.Show x => GHC.Show.Show (Graphics.Rendering.Chart.Plot.ErrBars.ErrValue x)
+ Graphics.Rendering.Chart.Plot.ErrBars: instance Graphics.Rendering.Chart.Plot.Types.ToPlot Graphics.Rendering.Chart.Plot.ErrBars.PlotErrBars
+ Graphics.Rendering.Chart.Plot.FillBetween: [_plot_fillbetween_style] :: PlotFillBetween x y -> FillStyle
+ Graphics.Rendering.Chart.Plot.FillBetween: [_plot_fillbetween_title] :: PlotFillBetween x y -> String
+ Graphics.Rendering.Chart.Plot.FillBetween: [_plot_fillbetween_values] :: PlotFillBetween x y -> [(x, (y, y))]
+ Graphics.Rendering.Chart.Plot.FillBetween: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.FillBetween.PlotFillBetween x y)
+ Graphics.Rendering.Chart.Plot.FillBetween: instance Graphics.Rendering.Chart.Plot.Types.ToPlot Graphics.Rendering.Chart.Plot.FillBetween.PlotFillBetween
+ Graphics.Rendering.Chart.Plot.Hidden: [_plot_hidden_x_values] :: PlotHidden x y -> [x]
+ Graphics.Rendering.Chart.Plot.Hidden: [_plot_hidden_y_values] :: PlotHidden x y -> [y]
+ Graphics.Rendering.Chart.Plot.Hidden: instance Graphics.Rendering.Chart.Plot.Types.ToPlot Graphics.Rendering.Chart.Plot.Hidden.PlotHidden
+ Graphics.Rendering.Chart.Plot.Histogram: [_plot_hist_bins] :: PlotHist x y -> Int
+ Graphics.Rendering.Chart.Plot.Histogram: [_plot_hist_drop_lines] :: PlotHist x y -> Bool
+ Graphics.Rendering.Chart.Plot.Histogram: [_plot_hist_fill_style] :: PlotHist x y -> FillStyle
+ Graphics.Rendering.Chart.Plot.Histogram: [_plot_hist_line_style] :: PlotHist x y -> LineStyle
+ Graphics.Rendering.Chart.Plot.Histogram: [_plot_hist_no_zeros] :: PlotHist x y -> Bool
+ Graphics.Rendering.Chart.Plot.Histogram: [_plot_hist_norm_func] :: PlotHist x y -> Double -> Int -> y
+ Graphics.Rendering.Chart.Plot.Histogram: [_plot_hist_range] :: PlotHist x y -> Maybe (x, x)
+ Graphics.Rendering.Chart.Plot.Histogram: [_plot_hist_title] :: PlotHist x y -> String
+ Graphics.Rendering.Chart.Plot.Histogram: [_plot_hist_values] :: PlotHist x y -> [x]
+ Graphics.Rendering.Chart.Plot.Histogram: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.Histogram.PlotHist x GHC.Types.Int)
+ Graphics.Rendering.Chart.Plot.Lines: [_plot_lines_limit_values] :: PlotLines x y -> [[(Limit x, Limit y)]]
+ Graphics.Rendering.Chart.Plot.Lines: [_plot_lines_style] :: PlotLines x y -> LineStyle
+ Graphics.Rendering.Chart.Plot.Lines: [_plot_lines_title] :: PlotLines x y -> String
+ Graphics.Rendering.Chart.Plot.Lines: [_plot_lines_values] :: PlotLines x y -> [[(x, y)]]
+ Graphics.Rendering.Chart.Plot.Lines: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.Lines.PlotLines x y)
+ Graphics.Rendering.Chart.Plot.Lines: instance Graphics.Rendering.Chart.Plot.Types.ToPlot Graphics.Rendering.Chart.Plot.Lines.PlotLines
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_background] :: PieLayout -> FillStyle
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_colors] :: PieChart -> [AlphaColour Double]
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_data] :: PieChart -> [PieItem]
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_label_line_style] :: PieChart -> LineStyle
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_label_style] :: PieChart -> FontStyle
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_margin] :: PieLayout -> Double
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_plot] :: PieLayout -> PieChart
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_start_angle] :: PieChart -> Double
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_title] :: PieLayout -> String
+ Graphics.Rendering.Chart.Plot.Pie: [_pie_title_style] :: PieLayout -> FontStyle
+ Graphics.Rendering.Chart.Plot.Pie: [_pitem_label] :: PieItem -> String
+ Graphics.Rendering.Chart.Plot.Pie: [_pitem_offset] :: PieItem -> Double
+ Graphics.Rendering.Chart.Plot.Pie: [_pitem_value] :: PieItem -> Double
+ Graphics.Rendering.Chart.Plot.Pie: instance Data.Default.Class.Default Graphics.Rendering.Chart.Plot.Pie.PieChart
+ Graphics.Rendering.Chart.Plot.Pie: instance Data.Default.Class.Default Graphics.Rendering.Chart.Plot.Pie.PieItem
+ Graphics.Rendering.Chart.Plot.Pie: instance Data.Default.Class.Default Graphics.Rendering.Chart.Plot.Pie.PieLayout
+ Graphics.Rendering.Chart.Plot.Pie: instance Graphics.Rendering.Chart.Renderable.ToRenderable Graphics.Rendering.Chart.Plot.Pie.PieChart
+ Graphics.Rendering.Chart.Plot.Pie: instance Graphics.Rendering.Chart.Renderable.ToRenderable Graphics.Rendering.Chart.Plot.Pie.PieLayout
+ Graphics.Rendering.Chart.Plot.Points: [_plot_points_style] :: PlotPoints x y -> PointStyle
+ Graphics.Rendering.Chart.Plot.Points: [_plot_points_title] :: PlotPoints x y -> String
+ Graphics.Rendering.Chart.Plot.Points: [_plot_points_values] :: PlotPoints x y -> [(x, y)]
+ Graphics.Rendering.Chart.Plot.Points: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.Points.PlotPoints x y)
+ Graphics.Rendering.Chart.Plot.Points: instance Graphics.Rendering.Chart.Plot.Types.ToPlot Graphics.Rendering.Chart.Plot.Points.PlotPoints
+ Graphics.Rendering.Chart.Plot.Types: [_plot_all_points] :: Plot x y -> ([x], [y])
+ Graphics.Rendering.Chart.Plot.Types: [_plot_legend] :: Plot x y -> [(String, Rect -> ChartBackend ())]
+ Graphics.Rendering.Chart.Plot.Types: [_plot_render] :: Plot x y -> PointMapFn x y -> ChartBackend ()
+ Graphics.Rendering.Chart.Plot.Types: instance Graphics.Rendering.Chart.Plot.Types.ToPlot Graphics.Rendering.Chart.Plot.Types.Plot
+ Graphics.Rendering.Chart.Plot.Vectors: [_plot_vectors_grid] :: PlotVectors x y -> [(x, y)]
+ Graphics.Rendering.Chart.Plot.Vectors: [_plot_vectors_mapf] :: PlotVectors x y -> (x, y) -> (x, y)
+ Graphics.Rendering.Chart.Plot.Vectors: [_plot_vectors_scale] :: PlotVectors x y -> Double
+ Graphics.Rendering.Chart.Plot.Vectors: [_plot_vectors_style] :: PlotVectors x y -> VectorStyle
+ Graphics.Rendering.Chart.Plot.Vectors: [_plot_vectors_title] :: PlotVectors x y -> String
+ Graphics.Rendering.Chart.Plot.Vectors: [_plot_vectors_values] :: PlotVectors x y -> [((x, y), (x, y))]
+ Graphics.Rendering.Chart.Plot.Vectors: [_vector_head_style] :: VectorStyle -> PointStyle
+ Graphics.Rendering.Chart.Plot.Vectors: [_vector_line_style] :: VectorStyle -> LineStyle
+ Graphics.Rendering.Chart.Plot.Vectors: instance Data.Default.Class.Default (Graphics.Rendering.Chart.Plot.Vectors.PlotVectors x y)
+ Graphics.Rendering.Chart.Plot.Vectors: instance Data.Default.Class.Default Graphics.Rendering.Chart.Plot.Vectors.VectorStyle
+ Graphics.Rendering.Chart.Renderable: [_rect_cornerStyle] :: Rectangle -> RectCornerStyle
+ Graphics.Rendering.Chart.Renderable: [_rect_fillStyle] :: Rectangle -> Maybe FillStyle
+ Graphics.Rendering.Chart.Renderable: [_rect_lineStyle] :: Rectangle -> Maybe LineStyle
+ Graphics.Rendering.Chart.Renderable: [_rect_minsize] :: Rectangle -> RectSize
+ Graphics.Rendering.Chart.Renderable: [minsize] :: Renderable a -> ChartBackend RectSize
+ Graphics.Rendering.Chart.Renderable: [render] :: Renderable a -> RectSize -> ChartBackend (PickFn a)
+ Graphics.Rendering.Chart.Renderable: instance Data.Default.Class.Default Graphics.Rendering.Chart.Renderable.Rectangle
+ Graphics.Rendering.Chart.Renderable: instance Graphics.Rendering.Chart.Renderable.ToRenderable Graphics.Rendering.Chart.Renderable.Rectangle
+ Graphics.Rendering.Chart.SparkLine: [sl_data] :: SparkLine -> [Double]
+ Graphics.Rendering.Chart.SparkLine: [sl_options] :: SparkLine -> SparkOptions
+ Graphics.Rendering.Chart.SparkLine: [so_bgColor] :: SparkOptions -> Colour Double
+ Graphics.Rendering.Chart.SparkLine: [so_height] :: SparkOptions -> Int
+ Graphics.Rendering.Chart.SparkLine: [so_lastColor] :: SparkOptions -> Colour Double
+ Graphics.Rendering.Chart.SparkLine: [so_lastMarker] :: SparkOptions -> Bool
+ Graphics.Rendering.Chart.SparkLine: [so_limits] :: SparkOptions -> (Double, Double)
+ Graphics.Rendering.Chart.SparkLine: [so_maxColor] :: SparkOptions -> Colour Double
+ Graphics.Rendering.Chart.SparkLine: [so_maxMarker] :: SparkOptions -> Bool
+ Graphics.Rendering.Chart.SparkLine: [so_minColor] :: SparkOptions -> Colour Double
+ Graphics.Rendering.Chart.SparkLine: [so_minMarker] :: SparkOptions -> Bool
+ Graphics.Rendering.Chart.SparkLine: [so_smooth] :: SparkOptions -> Bool
+ Graphics.Rendering.Chart.SparkLine: [so_step] :: SparkOptions -> Int
+ Graphics.Rendering.Chart.SparkLine: instance GHC.Show.Show Graphics.Rendering.Chart.SparkLine.SparkOptions
+ Graphics.Rendering.Chart.SparkLine: instance Graphics.Rendering.Chart.Renderable.ToRenderable Graphics.Rendering.Chart.SparkLine.SparkLine
+ Graphics.Rendering.Chart.State: instance (Data.Default.Class.Default a, Graphics.Rendering.Chart.Renderable.ToRenderable a) => Graphics.Rendering.Chart.Renderable.ToRenderable (Graphics.Rendering.Chart.State.EC a b)
+ Graphics.Rendering.Chart.State: instance Data.Default.Class.Default Graphics.Rendering.Chart.State.CState
- Graphics.Rendering.Chart.Axis.Floating: la_labelf :: Lens (LinearAxisParams a_amBC) (LinearAxisParams a_anwX) (a_amBC -> String) (a_anwX -> String)
+ Graphics.Rendering.Chart.Axis.Floating: la_labelf :: Lens (LinearAxisParams a_ap7t) (LinearAxisParams a_aqcm) (a_ap7t -> String) (a_aqcm -> String)
- Graphics.Rendering.Chart.Axis.Floating: la_nLabels :: Lens' (LinearAxisParams a_amBC) Int
+ Graphics.Rendering.Chart.Axis.Floating: la_nLabels :: Lens' (LinearAxisParams a_ap7t) Int
- Graphics.Rendering.Chart.Axis.Floating: la_nTicks :: Lens' (LinearAxisParams a_amBC) Int
+ Graphics.Rendering.Chart.Axis.Floating: la_nTicks :: Lens' (LinearAxisParams a_ap7t) Int
- Graphics.Rendering.Chart.Axis.Floating: loga_labelf :: Iso (LogAxisParams a_amBB) (LogAxisParams a_anyE) (a_amBB -> String) (a_anyE -> String)
+ Graphics.Rendering.Chart.Axis.Floating: loga_labelf :: Iso (LogAxisParams a_ap7s) (LogAxisParams a_aqe3) (a_ap7s -> String) (a_aqe3 -> 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: axisOverhang :: Ord x => AxisT x -> ChartBackend (Double, Double)
+ Graphics.Rendering.Chart.Axis.Types: axisOverhang :: (Ord x) => AxisT x -> ChartBackend (Double, Double)
- Graphics.Rendering.Chart.Axis.Types: axis_grid :: Lens' (AxisData x_aiZQ) [x_aiZQ]
+ Graphics.Rendering.Chart.Axis.Types: axis_grid :: Lens' (AxisData x_alVa) [x_alVa]
- Graphics.Rendering.Chart.Axis.Types: axis_labels :: Lens' (AxisData x_aiZQ) [[(x_aiZQ, String)]]
+ Graphics.Rendering.Chart.Axis.Types: axis_labels :: Lens' (AxisData x_alVa) [[(x_alVa, String)]]
- Graphics.Rendering.Chart.Axis.Types: axis_ticks :: Lens' (AxisData x_aiZQ) [(x_aiZQ, Double)]
+ Graphics.Rendering.Chart.Axis.Types: axis_ticks :: Lens' (AxisData x_alVa) [(x_alVa, Double)]
- Graphics.Rendering.Chart.Axis.Types: axis_tropweiv :: Lens' (AxisData x_aiZQ) (Range -> Double -> x_aiZQ)
+ Graphics.Rendering.Chart.Axis.Types: axis_tropweiv :: Lens' (AxisData x_alVa) (Range -> Double -> x_alVa)
- Graphics.Rendering.Chart.Axis.Types: axis_viewport :: Lens' (AxisData x_aiZQ) (Range -> x_aiZQ -> Double)
+ Graphics.Rendering.Chart.Axis.Types: axis_viewport :: Lens' (AxisData x_alVa) (Range -> x_alVa -> Double)
- Graphics.Rendering.Chart.Axis.Types: axis_visibility :: Lens' (AxisData x_aiZQ) AxisVisibility
+ Graphics.Rendering.Chart.Axis.Types: axis_visibility :: Lens' (AxisData x_alVa) 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: laxis_generate :: Lens' (LayoutAxis x_aJBr) (AxisFn x_aJBr)
+ Graphics.Rendering.Chart.Layout: laxis_generate :: Lens' (LayoutAxis x_aPsG) (AxisFn x_aPsG)
- Graphics.Rendering.Chart.Layout: laxis_override :: Lens' (LayoutAxis x_aJBr) (AxisData x_aJBr -> AxisData x_aJBr)
+ Graphics.Rendering.Chart.Layout: laxis_override :: Lens' (LayoutAxis x_aPsG) (AxisData x_aPsG -> AxisData x_aPsG)
- Graphics.Rendering.Chart.Layout: laxis_reverse :: Lens' (LayoutAxis x_aJBr) Bool
+ Graphics.Rendering.Chart.Layout: laxis_reverse :: Lens' (LayoutAxis x_aPsG) Bool
- Graphics.Rendering.Chart.Layout: laxis_style :: Lens' (LayoutAxis x_aJBr) AxisStyle
+ Graphics.Rendering.Chart.Layout: laxis_style :: Lens' (LayoutAxis x_aPsG) AxisStyle
- Graphics.Rendering.Chart.Layout: laxis_title :: Lens' (LayoutAxis x_aJBr) String
+ Graphics.Rendering.Chart.Layout: laxis_title :: Lens' (LayoutAxis x_aPsG) String
- Graphics.Rendering.Chart.Layout: laxis_title_style :: Lens' (LayoutAxis x_aJBr) FontStyle
+ Graphics.Rendering.Chart.Layout: laxis_title_style :: Lens' (LayoutAxis x_aPsG) FontStyle
- Graphics.Rendering.Chart.Layout: layout_background :: Lens' (Layout x_aJBm y_aJBn) FillStyle
+ Graphics.Rendering.Chart.Layout: layout_background :: Lens' (Layout x_aPsB y_aPsC) FillStyle
- Graphics.Rendering.Chart.Layout: layout_bottom_axis_visibility :: Lens' (Layout x_aJBm y_aJBn) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layout_bottom_axis_visibility :: Lens' (Layout x_aPsB y_aPsC) AxisVisibility
- Graphics.Rendering.Chart.Layout: layout_grid_last :: Lens' (Layout x_aJBm y_aJBn) Bool
+ Graphics.Rendering.Chart.Layout: layout_grid_last :: Lens' (Layout x_aPsB y_aPsC) Bool
- Graphics.Rendering.Chart.Layout: layout_left_axis_visibility :: Lens' (Layout x_aJBm y_aJBn) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layout_left_axis_visibility :: Lens' (Layout x_aPsB y_aPsC) AxisVisibility
- Graphics.Rendering.Chart.Layout: layout_legend :: Lens' (Layout x_aJBm y_aJBn) (Maybe LegendStyle)
+ Graphics.Rendering.Chart.Layout: layout_legend :: Lens' (Layout x_aPsB y_aPsC) (Maybe LegendStyle)
- Graphics.Rendering.Chart.Layout: layout_margin :: Lens' (Layout x_aJBm y_aJBn) Double
+ Graphics.Rendering.Chart.Layout: layout_margin :: Lens' (Layout x_aPsB y_aPsC) Double
- Graphics.Rendering.Chart.Layout: layout_plot_background :: Lens' (Layout x_aJBm y_aJBn) (Maybe FillStyle)
+ Graphics.Rendering.Chart.Layout: layout_plot_background :: Lens' (Layout x_aPsB y_aPsC) (Maybe FillStyle)
- Graphics.Rendering.Chart.Layout: layout_plots :: Lens' (Layout x_aJBm y_aJBn) [Plot x_aJBm y_aJBn]
+ Graphics.Rendering.Chart.Layout: layout_plots :: Lens' (Layout x_aPsB y_aPsC) [Plot x_aPsB y_aPsC]
- Graphics.Rendering.Chart.Layout: layout_right_axis_visibility :: Lens' (Layout x_aJBm y_aJBn) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layout_right_axis_visibility :: Lens' (Layout x_aPsB y_aPsC) AxisVisibility
- Graphics.Rendering.Chart.Layout: layout_title :: Lens' (Layout x_aJBm y_aJBn) String
+ Graphics.Rendering.Chart.Layout: layout_title :: Lens' (Layout x_aPsB y_aPsC) String
- Graphics.Rendering.Chart.Layout: layout_title_style :: Lens' (Layout x_aJBm y_aJBn) FontStyle
+ Graphics.Rendering.Chart.Layout: layout_title_style :: Lens' (Layout x_aPsB y_aPsC) FontStyle
- Graphics.Rendering.Chart.Layout: layout_top_axis_visibility :: Lens' (Layout x_aJBm y_aJBn) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layout_top_axis_visibility :: Lens' (Layout x_aPsB y_aPsC) AxisVisibility
- Graphics.Rendering.Chart.Layout: layout_x_axis :: Lens' (Layout x_aJBm y_aJBn) (LayoutAxis x_aJBm)
+ Graphics.Rendering.Chart.Layout: layout_x_axis :: Lens' (Layout x_aPsB y_aPsC) (LayoutAxis x_aPsB)
- Graphics.Rendering.Chart.Layout: layout_y_axis :: Lens' (Layout x_aJBm y_aJBn) (LayoutAxis y_aJBn)
+ Graphics.Rendering.Chart.Layout: layout_y_axis :: Lens' (Layout x_aPsB y_aPsC) (LayoutAxis y_aPsC)
- Graphics.Rendering.Chart.Layout: layoutlr_background :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) FillStyle
+ Graphics.Rendering.Chart.Layout: layoutlr_background :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) FillStyle
- Graphics.Rendering.Chart.Layout: layoutlr_bottom_axis_visibility :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layoutlr_bottom_axis_visibility :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) AxisVisibility
- Graphics.Rendering.Chart.Layout: layoutlr_grid_last :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) Bool
+ Graphics.Rendering.Chart.Layout: layoutlr_grid_last :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) Bool
- Graphics.Rendering.Chart.Layout: layoutlr_left_axis :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) (LayoutAxis y1_aJBk)
+ Graphics.Rendering.Chart.Layout: layoutlr_left_axis :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) (LayoutAxis y1_aPsz)
- Graphics.Rendering.Chart.Layout: layoutlr_left_axis_visibility :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layoutlr_left_axis_visibility :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) AxisVisibility
- Graphics.Rendering.Chart.Layout: layoutlr_legend :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) (Maybe LegendStyle)
+ Graphics.Rendering.Chart.Layout: layoutlr_legend :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) (Maybe LegendStyle)
- Graphics.Rendering.Chart.Layout: layoutlr_margin :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) Double
+ Graphics.Rendering.Chart.Layout: layoutlr_margin :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) Double
- Graphics.Rendering.Chart.Layout: layoutlr_plot_background :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) (Maybe FillStyle)
+ Graphics.Rendering.Chart.Layout: layoutlr_plot_background :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) (Maybe FillStyle)
- Graphics.Rendering.Chart.Layout: layoutlr_plots :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) [Either (Plot x_aJBj y1_aJBk) (Plot x_aJBj y2_aJBl)]
+ Graphics.Rendering.Chart.Layout: layoutlr_plots :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) [Either (Plot x_aPsy y1_aPsz) (Plot x_aPsy y2_aPsA)]
- Graphics.Rendering.Chart.Layout: layoutlr_right_axis :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) (LayoutAxis y2_aJBl)
+ Graphics.Rendering.Chart.Layout: layoutlr_right_axis :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) (LayoutAxis y2_aPsA)
- Graphics.Rendering.Chart.Layout: layoutlr_right_axis_visibility :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layoutlr_right_axis_visibility :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) AxisVisibility
- Graphics.Rendering.Chart.Layout: layoutlr_title :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) String
+ Graphics.Rendering.Chart.Layout: layoutlr_title :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) String
- Graphics.Rendering.Chart.Layout: layoutlr_title_style :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) FontStyle
+ Graphics.Rendering.Chart.Layout: layoutlr_title_style :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) FontStyle
- Graphics.Rendering.Chart.Layout: layoutlr_top_axis_visibility :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) AxisVisibility
+ Graphics.Rendering.Chart.Layout: layoutlr_top_axis_visibility :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) AxisVisibility
- Graphics.Rendering.Chart.Layout: layoutlr_x_axis :: Lens' (LayoutLR x_aJBj y1_aJBk y2_aJBl) (LayoutAxis x_aJBj)
+ Graphics.Rendering.Chart.Layout: layoutlr_x_axis :: Lens' (LayoutLR x_aPsy y1_aPsz y2_aPsA) (LayoutAxis x_aPsy)
- Graphics.Rendering.Chart.Layout: renderStackedLayouts :: Ord x => StackedLayouts x -> Renderable ()
+ Graphics.Rendering.Chart.Layout: renderStackedLayouts :: (Ord x) => StackedLayouts x -> Renderable ()
- Graphics.Rendering.Chart.Layout: slayouts_compress_legend :: Lens' (StackedLayouts x_aJBe) Bool
+ Graphics.Rendering.Chart.Layout: slayouts_compress_legend :: Lens' (StackedLayouts x_aPst) Bool
- Graphics.Rendering.Chart.Layout: slayouts_layouts :: Lens (StackedLayouts x_aJBe) (StackedLayouts x_aL2x) [StackedLayout x_aJBe] [StackedLayout x_aL2x]
+ Graphics.Rendering.Chart.Layout: slayouts_layouts :: Lens (StackedLayouts x_aPst) (StackedLayouts x_aR4e) [StackedLayout x_aPst] [StackedLayout x_aR4e]
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_angle :: Lens' (PlotAnnotation x_aF72 y_aF73) Double
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_angle :: Lens' (PlotAnnotation x_aKop y_aKoq) Double
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_hanchor :: Lens' (PlotAnnotation x_aF72 y_aF73) HTextAnchor
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_hanchor :: Lens' (PlotAnnotation x_aKop y_aKoq) HTextAnchor
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_style :: Lens' (PlotAnnotation x_aF72 y_aF73) FontStyle
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_style :: Lens' (PlotAnnotation x_aKop y_aKoq) FontStyle
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_values :: Lens (PlotAnnotation x_aF72 y_aF73) (PlotAnnotation x_aFa6 y_aFa7) [(x_aF72, y_aF73, String)] [(x_aFa6, y_aFa7, String)]
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_values :: Lens (PlotAnnotation x_aKop y_aKoq) (PlotAnnotation x_aKrS y_aKrT) [(x_aKop, y_aKoq, String)] [(x_aKrS, y_aKrT, String)]
- Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_vanchor :: Lens' (PlotAnnotation x_aF72 y_aF73) VTextAnchor
+ Graphics.Rendering.Chart.Plot.Annotation: plot_annotation_vanchor :: Lens' (PlotAnnotation x_aKop y_aKoq) VTextAnchor
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_linethick :: Lens' (AreaSpots4D z_aFrd t_aFre x_aFrf y_aFrg) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_linethick :: Lens' (AreaSpots4D z_aKKD t_aKKE x_aKKF y_aKKG) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_max_radius :: Lens' (AreaSpots4D z_aFrd t_aFre x_aFrf y_aFrg) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_max_radius :: Lens' (AreaSpots4D z_aKKD t_aKKE x_aKKF y_aKKG) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_opacity :: Lens' (AreaSpots4D z_aFrd t_aFre x_aFrf y_aFrg) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_opacity :: Lens' (AreaSpots4D z_aKKD t_aKKE x_aKKF y_aKKG) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_palette :: Lens' (AreaSpots4D z_aFrd t_aFre x_aFrf y_aFrg) [Colour Double]
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_palette :: Lens' (AreaSpots4D z_aKKD t_aKKE x_aKKF y_aKKG) [Colour Double]
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_title :: Lens' (AreaSpots4D z_aFrd t_aFre x_aFrf y_aFrg) String
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_title :: Lens' (AreaSpots4D z_aKKD t_aKKE x_aKKF y_aKKG) String
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_values :: Lens (AreaSpots4D z_aFrd t_aFre x_aFrf y_aFrg) (AreaSpots4D z_aFUk t_aFUl x_aFUm y_aFUn) [(x_aFrf, y_aFrg, z_aFrd, t_aFre)] [(x_aFUm, y_aFUn, z_aFUk, t_aFUl)]
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_4d_values :: Lens (AreaSpots4D z_aKKD t_aKKE x_aKKF y_aKKG) (AreaSpots4D z_aLzs t_aLzt x_aLzu y_aLzv) [(x_aKKF, y_aKKG, z_aKKD, t_aKKE)] [(x_aLzu, y_aLzv, z_aLzs, t_aLzt)]
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_fillcolour :: Lens' (AreaSpots z_aFrh x_aFri y_aFrj) (Colour Double)
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_fillcolour :: Lens' (AreaSpots z_aKKH x_aKKI y_aKKJ) (Colour Double)
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_linecolour :: Lens' (AreaSpots z_aFrh x_aFri y_aFrj) (AlphaColour Double)
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_linecolour :: Lens' (AreaSpots z_aKKH x_aKKI y_aKKJ) (AlphaColour Double)
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_linethick :: Lens' (AreaSpots z_aFrh x_aFri y_aFrj) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_linethick :: Lens' (AreaSpots z_aKKH x_aKKI y_aKKJ) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_max_radius :: Lens' (AreaSpots z_aFrh x_aFri y_aFrj) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_max_radius :: Lens' (AreaSpots z_aKKH x_aKKI y_aKKJ) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_opacity :: Lens' (AreaSpots z_aFrh x_aFri y_aFrj) Double
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_opacity :: Lens' (AreaSpots z_aKKH x_aKKI y_aKKJ) Double
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_title :: Lens' (AreaSpots z_aFrh x_aFri y_aFrj) String
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_title :: Lens' (AreaSpots z_aKKH x_aKKI y_aKKJ) String
- Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_values :: Lens (AreaSpots z_aFrh x_aFri y_aFrj) (AreaSpots z_aFOR x_aFOS y_aFOT) [(x_aFri, y_aFrj, z_aFrh)] [(x_aFOS, y_aFOT, z_aFOR)]
+ Graphics.Rendering.Chart.Plot.AreaSpots: area_spots_values :: Lens (AreaSpots z_aKKH x_aKKI y_aKKJ) (AreaSpots z_aLtZ x_aLu0 y_aLu1) [(x_aKKI, y_aKKJ, z_aKKH)] [(x_aLu0, y_aLu1, z_aLtZ)]
- 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 :: Lens' (PlotBars x_aDGO y_aDGP) PlotBarsAlignment
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_alignment :: Lens' (PlotBars x_aIR6 y_aIR7) PlotBarsAlignment
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_item_styles :: Lens' (PlotBars x_aDGO y_aDGP) [(FillStyle, Maybe LineStyle)]
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_item_styles :: Lens' (PlotBars x_aIR6 y_aIR7) [(FillStyle, Maybe LineStyle)]
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_reference :: Lens' (PlotBars x_aDGO y_aDGP) y_aDGP
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_reference :: Lens' (PlotBars x_aIR6 y_aIR7) y_aIR7
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_singleton_width :: Lens' (PlotBars x_aDGO y_aDGP) Double
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_singleton_width :: Lens' (PlotBars x_aIR6 y_aIR7) Double
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_spacing :: Lens' (PlotBars x_aDGO y_aDGP) PlotBarsSpacing
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_spacing :: Lens' (PlotBars x_aIR6 y_aIR7) PlotBarsSpacing
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_style :: Lens' (PlotBars x_aDGO y_aDGP) PlotBarsStyle
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_style :: Lens' (PlotBars x_aIR6 y_aIR7) PlotBarsStyle
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_titles :: Lens' (PlotBars x_aDGO y_aDGP) [String]
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_titles :: Lens' (PlotBars x_aIR6 y_aIR7) [String]
- Graphics.Rendering.Chart.Plot.Bars: plot_bars_values :: Lens (PlotBars x_aDGO y_aDGP) (PlotBars x_aDU2 y_aDGP) [(x_aDGO, [y_aDGP])] [(x_aDU2, [y_aDGP])]
+ Graphics.Rendering.Chart.Plot.Bars: plot_bars_values :: Lens (PlotBars x_aIR6 y_aIR7) (PlotBars x_aJ7X y_aIR7) [(x_aIR6, [y_aIR7])] [(x_aJ7X, [y_aIR7])]
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_centre :: Lens' (PlotCandle x_aCi1 y_aCi2) Double
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_centre :: Lens' (PlotCandle x_aHl2 y_aHl3) Double
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_fall_fill_style :: Lens' (PlotCandle x_aCi1 y_aCi2) FillStyle
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_fall_fill_style :: Lens' (PlotCandle x_aHl2 y_aHl3) FillStyle
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_fill :: Lens' (PlotCandle x_aCi1 y_aCi2) Bool
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_fill :: Lens' (PlotCandle x_aHl2 y_aHl3) Bool
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_line_style :: Lens' (PlotCandle x_aCi1 y_aCi2) LineStyle
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_line_style :: Lens' (PlotCandle x_aHl2 y_aHl3) LineStyle
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_rise_fill_style :: Lens' (PlotCandle x_aCi1 y_aCi2) FillStyle
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_rise_fill_style :: Lens' (PlotCandle x_aHl2 y_aHl3) FillStyle
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_tick_length :: Lens' (PlotCandle x_aCi1 y_aCi2) Double
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_tick_length :: Lens' (PlotCandle x_aHl2 y_aHl3) Double
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_title :: Lens' (PlotCandle x_aCi1 y_aCi2) String
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_title :: Lens' (PlotCandle x_aHl2 y_aHl3) String
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_values :: Lens (PlotCandle x_aCi1 y_aCi2) (PlotCandle x_aCsM y_aCsN) [Candle x_aCi1 y_aCi2] [Candle x_aCsM y_aCsN]
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_values :: Lens (PlotCandle x_aHl2 y_aHl3) (PlotCandle x_aHyt y_aHyu) [Candle x_aHl2 y_aHl3] [Candle x_aHyt y_aHyu]
- Graphics.Rendering.Chart.Plot.Candle: plot_candle_width :: Lens' (PlotCandle x_aCi1 y_aCi2) Double
+ Graphics.Rendering.Chart.Plot.Candle: plot_candle_width :: Lens' (PlotCandle x_aHl2 y_aHl3) Double
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_line_style :: Lens' (PlotErrBars x_aB9Z y_aBa0) LineStyle
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_line_style :: Lens' (PlotErrBars x_aG5i y_aG5j) LineStyle
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_overhang :: Lens' (PlotErrBars x_aB9Z y_aBa0) Double
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_overhang :: Lens' (PlotErrBars x_aG5i y_aG5j) Double
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_tick_length :: Lens' (PlotErrBars x_aB9Z y_aBa0) Double
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_tick_length :: Lens' (PlotErrBars x_aG5i y_aG5j) Double
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_title :: Lens' (PlotErrBars x_aB9Z y_aBa0) String
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_title :: Lens' (PlotErrBars x_aG5i y_aG5j) String
- Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_values :: Lens (PlotErrBars x_aB9Z y_aBa0) (PlotErrBars x_aBjM y_aBjN) [ErrPoint x_aB9Z y_aBa0] [ErrPoint x_aBjM y_aBjN]
+ Graphics.Rendering.Chart.Plot.ErrBars: plot_errbars_values :: Lens (PlotErrBars x_aG5i y_aG5j) (PlotErrBars x_aGjk y_aGjl) [ErrPoint x_aG5i y_aG5j] [ErrPoint x_aGjk y_aGjl]
- Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_style :: Lens' (PlotFillBetween x_aAJp y_aAJq) FillStyle
+ Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_style :: Lens' (PlotFillBetween x_aFDa y_aFDb) FillStyle
- Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_title :: Lens' (PlotFillBetween x_aAJp y_aAJq) String
+ Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_title :: Lens' (PlotFillBetween x_aFDa y_aFDb) String
- Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_values :: Lens (PlotFillBetween x_aAJp y_aAJq) (PlotFillBetween x_aANp y_aANq) [(x_aAJp, (y_aAJq, y_aAJq))] [(x_aANp, (y_aANq, y_aANq))]
+ Graphics.Rendering.Chart.Plot.FillBetween: plot_fillbetween_values :: Lens (PlotFillBetween x_aFDa y_aFDb) (PlotFillBetween x_aFHF y_aFHG) [(x_aFDa, (y_aFDb, y_aFDb))] [(x_aFHF, (y_aFHG, y_aFHG))]
- Graphics.Rendering.Chart.Plot.Hidden: plot_hidden_x_values :: Lens (PlotHidden x_ayCs y_ayCt) (PlotHidden x_ayDe y_ayCt) [x_ayCs] [x_ayDe]
+ Graphics.Rendering.Chart.Plot.Hidden: plot_hidden_x_values :: Lens (PlotHidden x_aBDy y_aBDz) (PlotHidden x_aBEm y_aBDz) [x_aBDy] [x_aBEm]
- Graphics.Rendering.Chart.Plot.Hidden: plot_hidden_y_values :: Lens (PlotHidden x_ayCs y_ayCt) (PlotHidden x_ayCs y_ayDf) [y_ayCt] [y_ayDf]
+ Graphics.Rendering.Chart.Plot.Hidden: plot_hidden_y_values :: Lens (PlotHidden x_aBDy y_aBDz) (PlotHidden x_aBDy y_aBEn) [y_aBDz] [y_aBEn]
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_bins :: Lens' (PlotHist x_aIsl y_aIsm) Int
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_bins :: Lens' (PlotHist x_aOfc y_aOfd) Int
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_drop_lines :: Lens' (PlotHist x_aIsl y_aIsm) Bool
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_drop_lines :: Lens' (PlotHist x_aOfc y_aOfd) Bool
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_fill_style :: Lens' (PlotHist x_aIsl y_aIsm) FillStyle
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_fill_style :: Lens' (PlotHist x_aOfc y_aOfd) FillStyle
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_line_style :: Lens' (PlotHist x_aIsl y_aIsm) LineStyle
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_line_style :: Lens' (PlotHist x_aOfc y_aOfd) LineStyle
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_no_zeros :: Lens' (PlotHist x_aIsl y_aIsm) Bool
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_no_zeros :: Lens' (PlotHist x_aOfc y_aOfd) Bool
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_norm_func :: Lens (PlotHist x_aIsl y_aIsm) (PlotHist x_aIsl y_aIEp) (Double -> Int -> y_aIsm) (Double -> Int -> y_aIEp)
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_norm_func :: Lens (PlotHist x_aOfc y_aOfd) (PlotHist x_aOfc y_aOtB) (Double -> Int -> y_aOfd) (Double -> Int -> y_aOtB)
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_range :: Lens' (PlotHist x_aIsl y_aIsm) (Maybe (x_aIsl, x_aIsl))
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_range :: Lens' (PlotHist x_aOfc y_aOfd) (Maybe (x_aOfc, x_aOfc))
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_title :: Lens' (PlotHist x_aIsl y_aIsm) String
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_title :: Lens' (PlotHist x_aOfc y_aOfd) String
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_values :: Lens' (PlotHist x_aIsl y_aIsm) [x_aIsl]
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_values :: Lens' (PlotHist x_aOfc y_aOfd) [x_aOfc]
- Graphics.Rendering.Chart.Plot.Lines: plot_lines_limit_values :: Lens' (PlotLines x_ayJi y_ayJj) [[(Limit x_ayJi, Limit y_ayJj)]]
+ Graphics.Rendering.Chart.Plot.Lines: plot_lines_limit_values :: Lens' (PlotLines x_aBL5 y_aBL6) [[(Limit x_aBL5, Limit y_aBL6)]]
- Graphics.Rendering.Chart.Plot.Lines: plot_lines_style :: Lens' (PlotLines x_ayJi y_ayJj) LineStyle
+ Graphics.Rendering.Chart.Plot.Lines: plot_lines_style :: Lens' (PlotLines x_aBL5 y_aBL6) LineStyle
- Graphics.Rendering.Chart.Plot.Lines: plot_lines_title :: Lens' (PlotLines x_ayJi y_ayJj) String
+ Graphics.Rendering.Chart.Plot.Lines: plot_lines_title :: Lens' (PlotLines x_aBL5 y_aBL6) String
- Graphics.Rendering.Chart.Plot.Lines: plot_lines_values :: Lens' (PlotLines x_ayJi y_ayJj) [[(x_ayJi, y_ayJj)]]
+ Graphics.Rendering.Chart.Plot.Lines: plot_lines_values :: Lens' (PlotLines x_aBL5 y_aBL6) [[(x_aBL5, y_aBL6)]]
- Graphics.Rendering.Chart.Plot.Points: plot_points_style :: Lens' (PlotPoints x_aArX y_aArY) PointStyle
+ Graphics.Rendering.Chart.Plot.Points: plot_points_style :: Lens' (PlotPoints x_aFk1 y_aFk2) PointStyle
- Graphics.Rendering.Chart.Plot.Points: plot_points_title :: Lens' (PlotPoints x_aArX y_aArY) String
+ Graphics.Rendering.Chart.Plot.Points: plot_points_title :: Lens' (PlotPoints x_aFk1 y_aFk2) String
- Graphics.Rendering.Chart.Plot.Points: plot_points_values :: Lens (PlotPoints x_aArX y_aArY) (PlotPoints x_aAuX y_aAuY) [(x_aArX, y_aArY)] [(x_aAuX, y_aAuY)]
+ Graphics.Rendering.Chart.Plot.Points: plot_points_values :: Lens (PlotPoints x_aFk1 y_aFk2) (PlotPoints x_aFnp y_aFnq) [(x_aFk1, y_aFk2)] [(x_aFnp, y_aFnq)]
- Graphics.Rendering.Chart.Plot.Types: plot_all_points :: Lens' (Plot x_aypY y_aypZ) ([x_aypY], [y_aypZ])
+ Graphics.Rendering.Chart.Plot.Types: plot_all_points :: Lens' (Plot x_aBqn y_aBqo) ([x_aBqn], [y_aBqo])
- Graphics.Rendering.Chart.Plot.Types: plot_legend :: Lens' (Plot x_aypY y_aypZ) [(String, Rect -> ChartBackend ())]
+ Graphics.Rendering.Chart.Plot.Types: plot_legend :: Lens' (Plot x_aBqn y_aBqo) [(String, Rect -> ChartBackend ())]
- Graphics.Rendering.Chart.Plot.Types: plot_render :: Lens' (Plot x_aypY y_aypZ) (PointMapFn x_aypY y_aypZ -> ChartBackend ())
+ Graphics.Rendering.Chart.Plot.Types: plot_render :: Lens' (Plot x_aBqn y_aBqo) (PointMapFn x_aBqn y_aBqo -> ChartBackend ())
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_grid :: Lens' (PlotVectors x_azeb y_azec) [(x_azeb, y_azec)]
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_grid :: Lens' (PlotVectors x_aCif y_aCig) [(x_aCif, y_aCig)]
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_mapf :: Lens' (PlotVectors x_azeb y_azec) ((x_azeb, y_azec) -> (x_azeb, y_azec))
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_mapf :: Lens' (PlotVectors x_aCif y_aCig) ((x_aCif, y_aCig) -> (x_aCif, y_aCig))
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_scale :: Lens' (PlotVectors x_azeb y_azec) Double
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_scale :: Lens' (PlotVectors x_aCif y_aCig) Double
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_style :: Lens' (PlotVectors x_azeb y_azec) VectorStyle
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_style :: Lens' (PlotVectors x_aCif y_aCig) VectorStyle
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_title :: Lens' (PlotVectors x_azeb y_azec) String
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_title :: Lens' (PlotVectors x_aCif y_aCig) String
- Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_values :: Lens' (PlotVectors x_azeb y_azec) [((x_azeb, y_azec), (x_azeb, y_azec))]
+ Graphics.Rendering.Chart.Plot.Vectors: plot_vectors_values :: Lens' (PlotVectors x_aCif y_aCig) [((x_aCif, y_aCig), (x_aCif, y_aCig))]
- 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.5.3+Version: 1.5.4 License: BSD3 License-file: LICENSE Copyright: Tim Docker, 2006-2014@@ -19,7 +19,7 @@   Build-depends: base >= 3 && < 5                , old-locale                , time, mtl, array-               , lens >= 3.9 && < 4.13+               , lens >= 3.9 && < 4.14                , colour >= 2.2.1 && < 2.4                , data-default-class < 0.1                , mtl >= 2.0 && < 2.3
Graphics/Rendering/Chart/Easy.hs view
@@ -25,6 +25,8 @@ -- >     layout_title .= "Amplitude Modulation" -- >     plot (line "am" [signal [0,(0.5)..400]]) -- >     plot (points "am points" (signal [0,7..400]))+--+-- More examples can be found on the <https://github.com/timbod7/haskell-chart/wiki library's wiki>  module Graphics.Rendering.Chart.Easy(