Unit 05 · lesson

Evidence Check: Defend the Chart Choice

You have a dataset containing the completion times of 200 robot test runs plus the robot model used for each run.

Your evidence

Choose two visualizations:

  • one to compare quantities across robot models;
  • one to show the distribution of completion times.

For each visualization, record:

  1. the chart type;
  2. the variables mapped to each axis or visual channel;
  3. what pattern the chart should make easy to see;
  4. one misleading design choice to avoid; and
  5. one question the chart still cannot answer.

Check your reasoning

A chart is part of the argument. If the visual encoding hides spread, truncates context, or exaggerates a difference, the chart weakens the evidence.

Done when

Each chart has a reason tied to the question and an explicit limitation.

Robotnix Data Workbench · Unit 5

Inspect the same data three ways

Compare center and spread. Then use the chart builder to decide what the summary table hides.

1. Dataset

Fictional robot test runs. No student or personal data.

runmodelsecbattery°Cdone
R-101Atlas528822yes
R-102Atlas577923yes
R-103Nova647424yes
R-104Nova7127no
R-105Pulse489221yes
R-106Pulse558425yes
R-107Atlas 686929no
R-107Atlas 686929no

2. Quick chart

Interactive robot run data chartBars show duration_s for each test run.101102103104105106107107

Change the variables before deciding what the data “says.” The same rows can support different questions.

3. Editable Pandas analysis

Runs locally in your browser. First use downloads Pandas and its verified dependencies from Robotnix.

Output
Run the analysis to see evidence.

Ready. Predict before you run.

Runtime boundary: Robotnix serves the core Pyodide runtime and the SHA-256-verified Pandas dependency set. This workbench does not expose pip, micropip, a shell, filesystem projects, cloud credentials, or arbitrary package installation.