Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.
sungraek edited this page Dec 2, 2020 · 26 revisions

Table of Content

Main Menu

Main Menu
On startup, Chatterplot will display a list of the user's datasets showing the latest dataset first. From here the user can search their files, see the preview of the graph, and create a new graph. The user can also click on one of the datasets to see details.

Create Dataset

Create Dataset From the main menu, the user can create a dataset in one of two ways: with a voice command or using a GUI. User can add up to 5 columns to the dataset. For more information about voice command structure, see here: https://github.com/UM-EECS-441/androidgroup/wiki/Voice-Commands-Wiki#Create-Dataset

Insert Data

From within a dataset, the user can insert data using a voice command or a GUI. For more information about voice command structure, see here: https://github.com/UM-EECS-441/androidgroup/wiki/Voice-Commands-Wiki#Edit

Visualization

When a dataset is opened, it will begin by displaying the table view. To switch between the table view and the graph view, the user can tap the icon in the bottom left corner of the screen. The user can tap the button at the top right corner to change the type of graph.

Importing Data


When creating a dataset, the user can import CSV files. The user can tap three dots at the top right corner to import CSV files from the device or Google Drive. Then, the user can change the name of the dataset as well as the name of columns.

Exporting Data

In the table view of the dataset, the user can tap the three dots in the bottom right corner to open the menu and select "Export to CSV" to export the current dataset into CSV.

Share Visualization


On the visualization page, the user can tap the share icon at the bottom to share the visualization with other people

Clone this wiki locally