It is used to investigate the dependence between multiple variables at the same time and to highlight the most correlated variables in a data table.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 年之前
123456789101112131415161718192021222324
  1. # Change Log
  2. All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
  3. ## [Unreleased]
  4. ### Changed
  5. - Add a new arity to `make-widget-async` to provide a different widget shape.
  6. ## [0.1.1] - 2021-05-27
  7. ### Changed
  8. - Documentation on how to make the widgets.
  9. ### Removed
  10. - `make-widget-sync` - we're all async, all the time.
  11. ### Fixed
  12. - Fixed widget maker to keep working when daylight savings switches over.
  13. ## 0.1.0 - 2021-05-27
  14. ### Added
  15. - Files from the new template.
  16. - Widget maker public API - `make-widget-sync`.
  17. [Unreleased]: https://github.com/your-name/corrplot/compare/0.1.1...HEAD
  18. [0.1.1]: https://github.com/your-name/corrplot/compare/0.1.0...0.1.1