Skip to content

Commit 05bc860

Browse files
chore(echarts): update quality score 90 and review feedback for scatter-color-mapped
1 parent 549231a commit 05bc860

2 files changed

Lines changed: 5 additions & 32 deletions

File tree

plots/scatter-color-mapped/implementations/javascript/echarts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// anyplot.ai
22
// scatter-color-mapped: Color-Mapped Scatter Plot
33
// Library: echarts 6.1.0 | JavaScript 22.23.2
4-
// Quality: 87/100 | Created: 2026-09-05
4+
// Quality: 90/100 | Created: 2026-09-05
55

66
//# anyplot-orientation: landscape
77
const t = window.ANYPLOT_TOKENS;

plots/scatter-color-mapped/metadata/javascript/echarts.yaml

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ library: echarts
22
language: javascript
33
specification_id: scatter-color-mapped
44
created: '2026-09-05T13:51:43Z'
5-
updated: '2026-09-05T13:56:01Z'
5+
updated: '2026-09-05T14:04:29Z'
66
generated_by: claude-sonnet
77
workflow_run: 33969911907
88
issue: 2004
@@ -12,37 +12,10 @@ preview_url_light: https://storage.googleapis.com/anyplot-images/plots/scatter-c
1212
preview_url_dark: https://storage.googleapis.com/anyplot-images/plots/scatter-color-mapped/javascript/echarts/plot-dark.png
1313
preview_html_light: https://storage.googleapis.com/anyplot-images/plots/scatter-color-mapped/javascript/echarts/plot-light.html
1414
preview_html_dark: https://storage.googleapis.com/anyplot-images/plots/scatter-color-mapped/javascript/echarts/plot-dark.html
15-
quality_score: 87
15+
quality_score: 90
1616
review:
17-
strengths:
18-
- Correct use of the Imprint imprint_seq (green→blue) continuous colormap via ANYPLOT_TOKENS.seq
19-
for the single-polarity temperature variable, with visualMap.calculable enabled
20-
for interactive range filtering in the HTML output
21-
- 'Realistic, neutral scenario: sea-surface-temperature readings across Pacific-basin
22-
coordinates, directly matching the spec''s suggested geographic-temperature application,
23-
with a physically plausible warmer-near-equator / cooler-at-high-latitude gradient'
24-
- Fully theme-adaptive chrome (title, axis names, tick labels, axis lines, split
25-
lines, visualMap text) with identical data colors between light and dark renders
26-
- 'Clean, deterministic, KISS-structured code: seeded LCG data generation, no functions/classes,
27-
only the echarts global used, moderate marker size (20px) with 0.85 opacity and
28-
a page-background border for definition'
29-
weaknesses:
30-
- Longitude axis mixes a negative numeric scale (-170 to -110) with a '(°W)' unit
31-
suffix — conventionally western longitudes are shown as positive magnitudes with
32-
the W suffix, or the signed values are shown without a directional suffix. Pick
33-
one convention to avoid the reader double-negating.
34-
- Design Excellence is at 'well-configured default' level (DE-01/DE-02 = 4/8, 4/6)
35-
— the plot is technically polished but doesn't yet push into publication-grade
36-
territory. Consider a stronger focal point, e.g. lightly emphasizing the warm
37-
equatorial band or the coldest high-latitude stations, to sharpen the storytelling
38-
(DE-03).
39-
- A handful of markers in dense clusters overlap slightly (e.g. the pair near 37°N,
40-
-163°W and around 27°N, -134°W) — a touch more opacity reduction or a slightly
41-
smaller symbolSize would clean up the densest regions.
42-
- Library Mastery is solid but not maximal (LM-01/LM-02 = 4/5, 3/5) — beyond visualMap.calculable,
43-
consider leveraging further ECharts-distinctive touches (e.g. a piecewise visualMap
44-
band annotation or emphasis state) to differentiate from a generic scatter+colorbar
45-
implementation.
17+
strengths: []
18+
weaknesses: []
4619
image_description: |-
4720
Light render (plot-light.png):
4821
Background: Warm off-white, consistent with #FAF8F1 — not pure white.

0 commit comments

Comments
 (0)