- Rename package from StatPlots to StatsPlots
- fixed out of bound error with
violin
andboxplot
- fixed title location in
corrplot
- better handling of
NaN
andInf
- recipe for
hclust
dendrogram (clustering visualization) dataviewer
recipe for interactive GUIs
- fix stack overflow with
@df
andbegin ... end
blocks - avoid recomputing data unnecessarily in
@df
- remove Loess dependency
- fix hygien macro issue in
@df
- add curly bracket syntax for automatic naming of groups
- add
cols()
to select all columns
- remove DataFrames dependency
- improve tick handling in correlation plots
- add support for discrete distributions
- add automatic legend with
@df
- allow passing columns of a data table programmatically with
cols
- deprecate the
plot(df, :x, :y)
syntax - complete the removal of groupederror
- remove shadederror
- suppress axis labels in marginalhist
- remove groupederror, as that is now in it's own package
- add
qqnorm
andqqplot
- fix 2d density plots
- major reconfiguring of the support for tables:
- change the syntax to
@df mydataframe plot(:a, :b)
- allows using DataFrames automatically in user recipes
- support for all iterable tables, including DataFrame, DataTable, IndexedTable, IterableTable and DataStreams.Source
- change the syntax to
- better interface to
groupedbar
- added equal-area histograms
- added the
:wand
binning option for 1-dimensional histograms
- improvements to the groupapply function
patch release
- reexport Plots
- Fix 0.6 deprecations
- support for
_cycle
- added expressions with DataFrame symbols
- added
groupapply
method for population analysis - updated boxplots to turn off outlier points and improves whiskers