-
Notifications
You must be signed in to change notification settings - Fork 0
update(band-basic): letsplot — comprehensive quality review #4357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
286c531
15893a0
edb8820
22af9d4
1cba8a7
ce62e88
a649dfd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,14 +1,15 @@ | ||||||
| """ pyplots.ai | ||||||
| """pyplots.ai | ||||||
| band-basic: Basic Band Plot | ||||||
| Library: letsplot 4.8.2 | Python 3.13.11 | ||||||
| Quality: 93/100 | Created: 2025-12-23 | ||||||
| Library: letsplot 4.8.2 | Python 3.14 | ||||||
| Quality: /100 | Updated: 2026-02-23 | ||||||
|
||||||
| Quality: /100 | Updated: 2026-02-23 | |
| Quality: 92/100 | Updated: 2026-02-23 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,16 +1,16 @@ | ||||||
| library: letsplot | ||||||
| specification_id: band-basic | ||||||
| created: '2025-12-23T09:08:23Z' | ||||||
| updated: '2025-12-23T09:10:30Z' | ||||||
| generated_by: claude-opus-4-5-20251101 | ||||||
| updated: '2026-02-23T13:41:00Z' | ||||||
| generated_by: claude-opus-4-6 | ||||||
| workflow_run: 20456388290 | ||||||
| issue: 0 | ||||||
| python_version: 3.13.11 | ||||||
| python_version: '3.14' | ||||||
| library_version: 4.8.2 | ||||||
| preview_url: https://storage.googleapis.com/pyplots-images/plots/band-basic/letsplot/plot.png | ||||||
| preview_thumb: https://storage.googleapis.com/pyplots-images/plots/band-basic/letsplot/plot_thumb.png | ||||||
| preview_html: https://storage.googleapis.com/pyplots-images/plots/band-basic/letsplot/plot.html | ||||||
| quality_score: 93 | ||||||
| quality_score: null | ||||||
|
||||||
| quality_score: null | |
| quality_score: 97 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -16,7 +16,7 @@ A band plot displays a filled region between two boundary lines, commonly used t | |||||
| - `x` (numeric) - Independent variable, often representing time or sequence | ||||||
| - `y_lower` (numeric) - Lower boundary values defining the bottom of the band | ||||||
| - `y_upper` (numeric) - Upper boundary values defining the top of the band | ||||||
| - `y_center` (numeric, optional) - Central trend line values (mean/median) | ||||||
| - `y_center` (numeric) - Central trend line values (mean/median), shown as a contrasting line | ||||||
|
||||||
| - `y_center` (numeric) - Central trend line values (mean/median), shown as a contrasting line | |
| - `y_center` (numeric, optional) - Central trend line values (mean/median), typically shown as a contrasting line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docstring has inconsistent spacing. According to the codebase convention, there should be a space after the opening triple quotes. The format should be
""" pyplots.ainot"""pyplots.ai.