task_charts__scientific_axis_frame__axis_span_value¶
Contract¶
- Domain:
charts - Scene id:
scientific_axis_frame - Source implementation domain/scene:
charts/scientific_axis_frame - Supported
query_idvalues:x_axis_span_value,y_axis_span_value - Semantic query details are recorded in
query_idand trace params.
Program Contract¶
Program: difference(max_visible_tick(axis), min_visible_tick(axis)); output=integer_value; annotation=segment(axis_visible_span); scene=scientific_axis_frame; scope=axis_span_value
Candidate set: the visible scientific-axis ticks, marked points, and scale labels inside the axis_span_value objective scope.
Operands: prompt-bound labels, categories, series names, thresholds, intervals, references, and encoded chart values, plus the active query id's comparator, direction, target role, or extremum focus when present.
Operation: evaluate difference over the candidate set using the filters, comparisons, aggregations, rankings, projections, or counterfactual edits named in the program expression; generation enforces a unique final answer.
Output binding: answer is the integer_value value bound by integer_value.
Annotation witnesses: segment witnesses bound by segment(axis_visible_span). Annotation is the segment from the smallest visible tick mark to the largest visible tick mark on the requested axis. Decorative plotted data, axis labels, and distractor text are metadata unless explicitly queried. Annotation marks the visible span on the requested axis as one segment between the minimum and maximum tick marks.
Query ids: x_axis_span_value, y_axis_span_value.
Reasoning Operations¶
Families: formula_evaluation
Implementation¶
- Registered class:
trace_tasks.tasks.charts.scientific_axis_frame.axis_span_value.ChartsScientificAxisFrameAxisSpanValueTask - Prompt lookup domain/scene:
charts/scientific_axis_frame - Generation is deterministic from
instance_seed, explicit params, prompt bundle, renderer config, and code versions. - Answers and annotation are produced from the same metadata execution trace.
Annotation Contract¶
- Answer schema:
integer_value. - Annotation schema:
segment. - Annotation is the segment from the smallest visible tick mark to the largest visible tick mark on the requested axis.
- Decorative plotted data, axis labels, and distractor text are metadata unless explicitly queried.
- Annotation marks the visible span on the requested axis as one segment between the minimum and maximum tick marks.
Query Details¶
| Query id | Program arguments | Answer schema | Annotation schema |
|---|---|---|---|
x_axis_span_value |
axis=x |
integer_value |
segment |
y_axis_span_value |
axis=y |
integer_value |
segment |