packages feed

chart-histogram 0.4.3 → 0.4.4

raw patch · 2 files changed

+6/−3 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.Plot.Histogram: plot_hist_bins :: Lens' (PlotHist x_a7Bw y_a7Bx) Int
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_bins :: Lens' (PlotHist x_a7Cg y_a7Ch) Int
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_drop_lines :: Lens' (PlotHist x_a7Bw y_a7Bx) Bool
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_drop_lines :: Lens' (PlotHist x_a7Cg y_a7Ch) Bool
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_fill_style :: Lens' (PlotHist x_a7Bw y_a7Bx) FillStyle
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_fill_style :: Lens' (PlotHist x_a7Cg y_a7Ch) FillStyle
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_line_style :: Lens' (PlotHist x_a7Bw y_a7Bx) LineStyle
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_line_style :: Lens' (PlotHist x_a7Cg y_a7Ch) LineStyle
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_no_zeros :: Lens' (PlotHist x_a7Bw y_a7Bx) Bool
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_no_zeros :: Lens' (PlotHist x_a7Cg y_a7Ch) Bool
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_norm_func :: Lens (PlotHist x_a7Bw y_a7Bx) (PlotHist x_a7Bw y_a9Q0) (Double -> Int -> y_a7Bx) (Double -> Int -> y_a9Q0)
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_norm_func :: Lens (PlotHist x_a7Cg y_a7Ch) (PlotHist x_a7Cg y_a9QK) (Double -> Int -> y_a7Ch) (Double -> Int -> y_a9QK)
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_range :: Lens' (PlotHist x_a7Bw y_a7Bx) (Maybe (x_a7Bw, x_a7Bw))
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_range :: Lens' (PlotHist x_a7Cg y_a7Ch) (Maybe (x_a7Cg, x_a7Cg))
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_title :: Lens' (PlotHist x_a7Bw y_a7Bx) String
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_title :: Lens' (PlotHist x_a7Cg y_a7Ch) String
- Graphics.Rendering.Chart.Plot.Histogram: plot_hist_values :: Lens' (PlotHist x_a7Bw y_a7Bx) (Vector x_a7Bw)
+ Graphics.Rendering.Chart.Plot.Histogram: plot_hist_values :: Lens' (PlotHist x_a7Cg y_a7Ch) (Vector x_a7Cg)

Files

Graphics/Rendering/Chart/Plot/Histogram.hs view
@@ -51,7 +51,10 @@     , _plot_hist_no_zeros             :: Bool        -- | Override the range of the histogram. If @Nothing@ the-      -- range of @_plot_hist_values@ is used+      -- range of @_plot_hist_values@ is used.+      -- +      -- Note that any normalization is always computed over the full+      -- data set, including samples not falling in the histogram range.     , _plot_hist_range                :: Maybe (x,x)        -- | Plot vertical lines between bins
chart-histogram.cabal view
@@ -1,5 +1,5 @@ Name:                chart-histogram-Version:             0.4.3+Version:             0.4.4 Synopsis:            Easily render histograms with Chart Description:         A library for rendering histograms with the Chart library License:             BSD3@@ -21,7 +21,7 @@    Build-depends:       base >=4.5 && <4.9,                        vector >=0.9 && <0.11,-                       lens >=3.9 && <4.5,+                       lens >=3.9 && <4.6,                        data-default-class >=0.0.1 && <0.1,                        colour >=2.2.1 && <2.4,                        Chart >=1.0 && <1.4