Skip to content

Releases: JuliaPlots/StatsPlots.jl

v0.9.1

23 Jan 10:32
d80be2e
Compare
Choose a tag to compare

Small changes to corrplot and cornerplot:

  • changed default color gradient
  • slightly reduced point size

v0.9.0

18 Jan 15:26
c7bee5c
Compare
Choose a tag to compare

Support recipetype from RecipesBase

v0.8.2

14 Nov 21:34
Compare
Choose a tag to compare
  • do not use deprecated linreg
  • added andrewsplot
  • reenable precompilation
  • add grouping for violin and boxplots

v0.8.1

02 Sep 20:22
05c7cc3
Compare
Choose a tag to compare
reenable gui (#173)

* update and reenable gui

* fixes

* typos

* typo

* more typos

* remove unnecessary map macro

* fixes

* rename plotting button

v0.8.0

13 Aug 10:47
d94dcd8
Compare
Choose a tag to compare

1.0 compatibility

v0.7.3

05 Aug 17:56
Compare
Choose a tag to compare
  • 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

16 Mar 15:59
a05f771
Compare
Choose a tag to compare
  • fix stack overflow with @df and begin ... end blocks
  • avoid recomputing data unnecessarily in @df

v0.7.1

14 Mar 23:39
2aa99e0
Compare
Choose a tag to compare
  • 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

02 Feb 12:14
cf722a9
Compare
Choose a tag to compare
  • 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

27 Nov 20:15
d15b456
Compare
Choose a tag to compare
  • deprecate the plot(df, :x, :y) syntax
  • complete the removal of groupederror
  • remove shadederror
  • suppress axis labels in marginalhist