[go: nahoru, domu]

Skip to content

Releases: stefan-schroedl/plotluck

plotluck-1.1.1

26 Jun 16:54
Compare
Choose a tag to compare
  • Rerun roxygen2 for documentation format compliance
  • Move example image in readme file to avoid warning
  • No functional change

plotluck-1.1.0

13 Nov 08:27
Compare
Choose a tag to compare
  • Compatibility with ggplot2 2.2.0
  • Swap order of data and formula arguments, as requested

plotluck-1.0.0

23 Sep 00:15
Compare
Choose a tag to compare
  • Compatibility with ggplot 2.1.0
  • Changed plotluck() arguments to use a formula instead of arguments x,y,z
  • Removed plotluck.multi() from being public - functionality can now be accessed using dot symbol '.' in plotluck formula
  • Added function sample.plotluck() to generate random plots from a data set
  • Changed heat map visualization to vary rectangle size with count/weight
  • Renamed and removed some options
  • Added new option verbose that outputs information about plot types, log scaling, etc
  • Added new override option geom to directly set plot type
  • Eliminate exclude.factor arguments; instead, use na.rm to remove missing values at the start if requested, else keep throughout
  • Estimate size of legend to decide wheter vertical or horizontal placement takes less space
  • Estimate axis label overlap to write at an angle
  • Select palette or colorbar based on variable type; use brewer palettes
  • Use entropy order for lattice (2-variable) layout as well
  • Improve factor ordering algorithm
  • Several bug fixes

plotluck-0.1.1

16 Apr 08:46
Compare
Choose a tag to compare

Minor bug fix for scatter plots.

plotluck-0.1.0

25 Oct 23:58
Compare
Choose a tag to compare

Initial release.