Results 47 issues of glts

Clojure 1.9 introduced the predicate `boolean?`. In Clojure 1.9 and later `(boolean? x)` replaces the older idiom `(or (true? x) (false? x))`. Please consider adding a rule that suggests this...

This change switches to [data.xml](https://github.com/clojure/data.xml) for SVG transformation. data.xml preserves the whitespace from the source document, so this should fix #17. * I am depending on data.xml 0.2.0-alpha5 because only...

The change proposed here is a new plot for empirical cumulative distribution functions, `cdf-plot`. Several of the introductory stats texts I’ve read highlight how CDFs are superior to histograms for...

The `:size` option doesn’t seem to have any effect on the appearance of a `line-chart`. From the source it looks like `:size` is supported and should control the size of...

This change tweaks the spec for `huri.core/rollup-transpose` so that it no longer rejects well-formed arguments. Since `rollup-transpose` is automatically instrumented, this change is needed to allow `rollup-transpose` to be used...

This change gently updates the date and time handling in Huri core and plots to support all `inst?` values, not just the type `org.joda.time.DateTime` used in clj-time. This has been...

`huri.core/extent` uses `clojure.core.reducers/fold` in its implementation. However, no possible inputs can trigger actual parallel folding; `extent` always degenerates to plain reduce. This is because all inputs result in `r/fold` being...

`huri.plot/histogram` supports grouping with `:group-by`. When using grouping and `:show-mean?` is enabled at the same time, an exception is thrown and no plot is generated. Since `:show-mean?` is true by...

This change bumps the prismatic/plumbing dependency from version 0.5.4 to 0.5.5. This gets rid of a warning that is logged when loading Huri: ``` WARNING: Inst already refers to: #'clojure.core/Inst...

This problem is apparent in all plots generated by Huri (see eg the Huri example worksheet). All text labels are a bit below where they should be, by about the...