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.

35 line
979B

  1. info:
  2. name: Correlation Plot
  3. version: v0.1.0
  4. description: 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.
  5. category: Chart
  6. home: https://github.com/tservice-plugins/corrplot
  7. source: PGx
  8. short_name: corrplot
  9. icons:
  10. - src: ""
  11. type: image/png
  12. sizes: 192x192
  13. author: Jingcheng Yang
  14. plugin:
  15. name: corrplot
  16. display-name: Correlation Plot
  17. lazy-load: false
  18. init:
  19. - step: unpack-env
  20. envname: corrplot
  21. envtype: environment
  22. post-unpack-cmd: chmod a+x {{ ENV_DEST_DIR }}/bin/corrplot.sh
  23. - step: unpack-env
  24. envname: templates
  25. envtype: configuration
  26. - step: unpack-env
  27. envname: examples
  28. envtype: data
  29. - step: load-namespace
  30. namespace: tservice.plugins.corrplot
  31. - step: register-plugin
  32. entrypoint: tservice.plugins.corrplot/metadata
  33. - step: init-event
  34. entrypoint: tservice.plugins.corrplot/events-init