Recent Releases of vioplot

vioplot - vioplot 0.5.1 (2025-02-24)

Corrections to examples for annotation labels

Documentation - updates examples for add_labels() to add annotation labels using unlist() with deprecated behaviours

Bug fixes

  • avoids error in CRAN checks on development version

Full Changelog: https://github.com/TomKellyGenetics/vioplot/compare/0.5.0...0.5.1

- R
Published by TomKellyGenetics 12 months ago

vioplot - vioplot 0.5.0 (2024-07-05)

What's Changed

New features (pilot release with limited API and documentation)

  • adds function to annotate sample size per group
  • adds function to plot outliers by standard deviation magnitude threshold

Updates to Violin plot

  • enable angled axis labels with srt.axis
  • pass axis aesthetic parameters from formula input

Documentation

  • add demo of histogram plots (#19 by @Jadamso)
  • updated vignettes for split histograms (#19 by @Jadamso)
  • expands vignettes for annotated violins and annotated split violins

Bug fixes

  • formula input detects group names but avoids overlapping axis labels in commit 52ba353c0d0d379fcaeb9cbf7fb8b557e7697420

Full Changelog: https://github.com/TomKellyGenetics/vioplot/compare/0.4.0...0.5.0

- R
Published by TomKellyGenetics over 1 year ago

vioplot - vioplot 0.4.0 (2022-12-08)

What's Changed

  • histoplot by @Jadamso in https://github.com/TomKellyGenetics/vioplot/pull/18

New Contributors

  • @Jadamso made their first contribution in https://github.com/TomKellyGenetics/vioplot/pull/18

New feature

  • adds feature for histograms in dedicated function discussed on GitHub issue #15 and PR #18

Documentation

  • adds vignette for histograms #18

  • adds examples to overlay information with base R graphics discussed in issues #16 and #17 on GitHub

  • updates documentation for h parameter #14

Bug fixes

  • allow suppression of y-axes with yaxt = 'n' without disabing x-axes (should be independent parameter). Resolves unexpected behaviour reported on GitHub issue #16.

  • allow NA values when plotting repeated values resolves bug in #13 commit bd68db3c10ee5b8a550568f449fecd1d47a62197

Full Changelog: https://github.com/TomKellyGenetics/vioplot/compare/0.3.7...0.4.0

- R
Published by TomKellyGenetics about 3 years ago

vioplot - vioplot 0.3.6 (2021-03-29)

Bug fixes.

  • allow plotting repeated non-unique values over threshold number with check

Full Changelog: https://github.com/TomKellyGenetics/vioplot/compare/0.3.5...0.3.6

- R
Published by TomKellyGenetics over 3 years ago

vioplot - vioplot 0.3.7 (2021-07-27)

  • Updates maintainer contact details.

Full Changelog: https://github.com/TomKellyGenetics/vioplot/compare/0.3.6...0.3.7

- R
Published by TomKellyGenetics over 3 years ago

vioplot - vioplot 0.3.5 (2020-06-15)

Bug fixes.

  • allow reuse of vector inputs

  • correct graphical parameters: xaxt, xlim

  • correct log scales (xlog) for horizontal violins

  • document axes labels for split violins (with add = TRUE and side = "left" or side = "right")

- R
Published by TomKellyGenetics over 5 years ago

vioplot - vioplot 0.3.4 (2019-11-29)

Bug fixes.

  • avoids altering base plotting parameters par()

  • resolves issues calling log inputs without an explicit log parameter as text

- R
Published by TomKellyGenetics over 5 years ago

vioplot - vioplot 0.3.2 (2019-07-06)

Minor release with improvements to passing parameters.

  • improved handling for formula input: levels for names and variable names for axes labels

  • improved passing of graphical parameters to title, and axis

  • axes for log-scale are automatically generated and horizontal plots are supported

Examples for formula input added for convenience (this method is recommended).

Minor release with continuous integration testing, improved vignettes, and License. Compatible with GitHub and CRAN Release.

- R
Published by TomKellyGenetics over 5 years ago

vioplot - vioplot 0.3.3 (2019-11-25)

Minor release with improvements to passing parameters.

  • improved passing of base R plotting parameters

  • resolves issues with variable names and factor levels in formula inputs

- R
Published by TomKellyGenetics over 5 years ago

vioplot - vioplot 0.3.0 (2018-12-27)

Major changes

  • formula inputs

vioplot is now compatible with all inputs of boxplot or beanplot, including formula inputs (implemented as S3 methods).

  • plot customisation

Various features of violins can be tweaked with plotting parameters, such as colours and shapes of aspects of the violin. These can be applied to all violins with a single (scalar) input or applied separately to each violin with multiple (vector) inputs

  • defaults

This version is fully compatible with inputs to vioplot 0.2. The only difference in behaviour changing the default colour from a glaring magenta to a monochrome grey (more appropriate in a wider range of professional settings). Code written for previous versions should run without breaking or changes in behaviour apart from the default colour.

- R
Published by TomKellyGenetics over 5 years ago