ggplotd v0.9: Added geomDensity and geomDensity2d support. Documentation improvements
    Edwin van Leeuwen via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Wed May 18 01:04:46 PDT 2016
    
    
  
I’d like to announce a new release of the ggplotd plotting 
library.
https://github.com/BlackEdder/ggplotd
Main changes are:
User visible change:
- geomDensity and geomDensity2D (kernel smoothed hist and hist2d)
- Browseable api documentation using harbored-mod
- Updates to documentation
- Some deprecations due to moving/renaming
     - mergeRange moved to ggplotd.range
     - geomHist3D renamed to geomHist2D
Other changes:
- Addition of ggplotd.stat module
- Split some geom functions into separate geom and stat part
- Many refactors
Plotcli: https://github.com/BlackEdder/plotd
A new version of plotcli has also been released, which depends on 
the new ggplotd version. As a result plotcli can now also create 
density and density2d plots (which are basically smoothed 
histograms).
    
    
More information about the Digitalmars-d-announce
mailing list