-
- A detailed record of what user ate throughout the day, divided by meals.
- Can be by integration with external apps like Calory, or develop from scratch.
- Link the meal records to the visualizati…
-
## Value Proposition
As a user I would like to see my data visually displayed in a chart
## Description
![screenshot-www figma com-2023 08 01-21_42_16](https://github.com/oliverhees/capstone/as…
-
As talked in the biweekly meeting with NRC, prepare some visualization of the data prior to the meeting.
-
This repository contains the components and outputs of my Research-Based Learning (RBL) project for this course. It includes my project updates, codes, outputs, results, encountered issues, discussion…
-
-
Code
# dot plot showing the data
heights %>% ggplot(aes(sex, height)) + geom_point()
# jittered, alpha blended point plot
heights %>% ggplot(aes(sex, height)) + geom_jitter(width = 0.1, alpha = 0.…
-
Being able to run a quick command prompt that deploys informative graphs and charts to a designated location could hold large value for ferry and the environment around developers. We will be looking …
-
Per a group meeting discussion, we laid out a number of goals for data visualization and the outline of a path forward.
## Goals
- ~~Save and load trajectory sets (a map from a string name to a …
mposa updated
4 years ago
-
Data visualization
1. discrete data visualization
barplot() – 막대차트
1차원의 vector의 경우 바로 naming한 값과 vector값을 적용 시킨다.
```
chart_data
-
I first ran:
`python save.py checkpoint=/home/qzh/DeFlow/checkpoints/deflow_best.ckpt dataset_path=/home/qzh/DeFlow/data/av2/preprocess_v2/sensor/val`
and it showed:
`We already write the flow_est …