Skip to content

Initial Demo Release v0.0.1

Pre-release
Pre-release

Choose a tag to compare

@AvaAvarai AvaAvarai released this 06 Aug 21:53
· 576 commits to main since this release

Initial working demo for Tabular and Parallel Coordinates plot views, with features described in current README.md:

  • Load CSV Data: Load and display CSV data in a tabular format.
  • Normalize Data: Toggle normalization of numerical columns in the dataset.
  • Highlight Blanks: Toggle highlight of cell backgrounds with missing data.
  • Heatmap Visualization: Toggle highlighting data rows backgrounds as a heatmap.
  • Parallel Coordinates Visualization: Display a new window with data shown in a Parallel coordinates plot, normalization (or not) and augmentation carries over.
  • Row Manipulation: Insert, delete, and augment (change value) rows, and visually reorder rows using drag and drop.
  • Font Color Customization: Customize the font color of the table cells.
  • Tabular Class Field Highlight: Toggle tabular class fields drawn with class color for background.
  • Data Export: Export the modified data back to a CSV file.