# Technical Data Extraction: Failed Edits per Trajectory
This document contains a detailed extraction of data from two side-by-side histograms illustrating the frequency of failed edits within trajectories.
## 1. Image Overview
The image consists of two histograms plotted with blue bars and black outlines. Both charts share the same X-axis label and scale but differ in their Y-axis scales and data subsets.
* **Language:** English
* **Chart Type:** Histogram
* **Color Coding:** Blue bars (Data), Black (Axes and Text)
---
## 2. Left Chart: Failed Edits per Trajectory (All)
### Metadata and Labels
* **Title:** Failed Edits per Trajectory (All)
* **Y-Axis Label:** Count
* **X-Axis Label:** Num. Failed Edits
* **X-Axis Markers:** 0, 5, 10, 15, 20, 25, 30, 35, 40
* **Y-Axis Markers:** 0, 200, 400, 600, 800, 1000
### Trend Analysis
The data shows a **heavy-tailed distribution** (power-law-like). The vast majority of trajectories have very few failed edits (0-1), with a rapid exponential decay as the number of failed edits increases. There is a very thin "long tail" extending out to 40 failed edits.
### Data Point Extraction (Estimated)
| Num. Failed Edits (Bin) | Count (Approx.) |
| :--- | :--- |
| 0 - 1 | ~1100 |
| 1 - 2 | ~320 |
| 2 - 3 | ~180 |
| 3 - 4 | ~110 |
| 4 - 5 | ~80 |
| 5 - 10 | Decreasing from ~60 to ~20 |
| 10 - 40 | Sparse distribution, mostly < 20 counts per bin |
---
## 3. Right Chart: Failed Edits per Trajectory (Resolved)
### Metadata and Labels
* **Title:** Failed Edits per Trajectory (Resolved)
* **Y-Axis Label:** Count
* **X-Axis Label:** Num. Failed Edits
* **X-Axis Markers:** 0, 5, 10, 15, 20, 25, 30, 35, 40
* **Y-Axis Markers:** 0, 25, 50, 75, 100, 125, 150, 175
### Trend Analysis
Similar to the "All" chart, this follows a **heavy-tailed distribution**. However, the total volume (Count) is significantly lower, indicated by the Y-axis maxing out at 175 rather than 1000+. This suggests that "Resolved" trajectories represent a smaller subset of the total data, but they still predominantly feature low numbers of failed edits.
### Data Point Extraction (Estimated)
| Num. Failed Edits (Bin) | Count (Approx.) |
| :--- | :--- |
| 0 - 1 | ~170 |
| 1 - 2 | ~45 |
| 2 - 3 | ~22 |
| 3 - 4 | ~12 |
| 4 - 5 | ~8 |
| 5 - 10 | Rapidly tapers to near zero |
| 10 - 40 | Extremely sparse; most bins are empty or have 1-2 counts |
---
## 4. Comparative Summary
* **Scale Difference:** The "All" dataset has a peak frequency roughly 6.5 times higher than the "Resolved" dataset (~1100 vs ~170).
* **Consistency:** Both datasets show that the most common scenario is 0 to 1 failed edits.
* **Success Correlation:** The presence of a long tail in the "Resolved" chart indicates that even trajectories with a high number of failed edits (up to ~30) can eventually reach a "Resolved" state, though this is statistically rare.