-
Notifications
You must be signed in to change notification settings - Fork 0
update(bump-basic): plotnine — comprehensive quality review #4336
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
ad9bd9e
0175280
8caa756
8f4dfb9
4372df5
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,88 +1,85 @@ | ||||||
| """ pyplots.ai | ||||||
| """pyplots.ai | ||||||
| bump-basic: Basic Bump Chart | ||||||
| Library: plotnine 0.15.2 | Python 3.13.11 | ||||||
| Quality: 92/100 | Created: 2025-12-23 | ||||||
| Library: plotnine 0.15.3 | Python 3.14.3 | ||||||
| Quality: /100 | Updated: 2026-02-22 | ||||||
|
||||||
| Quality: /100 | Updated: 2026-02-22 | |
| Quality: 93/100 | Updated: 2026-02-22 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,16 +1,16 @@ | ||||||
| library: plotnine | ||||||
| specification_id: bump-basic | ||||||
| created: '2025-12-23T09:18:24Z' | ||||||
| updated: '2025-12-23T09:21:54Z' | ||||||
| generated_by: claude-opus-4-5-20251101 | ||||||
| updated: '2026-02-22T20:55:00+00:00' | ||||||
| generated_by: claude-opus-4-6 | ||||||
| workflow_run: 20456610470 | ||||||
| issue: 0 | ||||||
| python_version: 3.13.11 | ||||||
| library_version: 0.15.2 | ||||||
| python_version: '3.14.3' | ||||||
| library_version: '0.15.3' | ||||||
| preview_url: https://storage.googleapis.com/pyplots-images/plots/bump-basic/plotnine/plot.png | ||||||
| preview_thumb: https://storage.googleapis.com/pyplots-images/plots/bump-basic/plotnine/plot_thumb.png | ||||||
| preview_html: null | ||||||
| quality_score: 92 | ||||||
| quality_score: null | ||||||
|
||||||
| quality_score: null | |
| quality_score: 93 |
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 format should include a space after the opening triple quotes to match the codebase convention. The vast majority of plot implementations use
""" pyplots.ai(with a space) rather than"""pyplots.ai(without a space).