Releases: JuliaPlots/StatsPlots.jl
Releases · JuliaPlots/StatsPlots.jl
v0.9.1
Small changes to corrplot and cornerplot:
- changed default color gradient
- slightly reduced point size
v0.9.0
Support recipetype
from RecipesBase
v0.8.2
- do not use deprecated linreg
- added andrewsplot
- reenable precompilation
- add grouping for violin and boxplots
v0.8.1
reenable gui (#173)
* update and reenable gui
* fixes
* typos
* typo
* more typos
* remove unnecessary map macro
* fixes
* rename plotting button
v0.7.3
- fixed out of bound error with
violin
and boxplot
- fixed title location in
corrplot
- better handling of
NaN
and Inf
- recipe for
hclust
dendrogram (clustering visualization)
dataviewer
recipe for interactive GUIs
v0.7.2
- fix stack overflow with
@df
and begin ... end
blocks
- avoid recomputing data unnecessarily in
@df
v0.7.1
- remove Loess dependency
- fix hygien macro issue in
@df
- add curly bracket syntax for automatic naming of groups
- add
cols()
to select all columns
v0.7.0
- 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
v0.6.0
- deprecate the
plot(df, :x, :y)
syntax
- complete the removal of groupederror
- remove shadederror
- suppress axis labels in marginalhist