Skip to content

Commit c1b0c23

Browse files
committed
update: move issue #396 to DONE after PR #397 merge
1 parent ff2666e commit c1b0c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BACKLOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
**Infrastructure & Documentation Issues (Lower Priority)**
1414

1515
## DOING (Current Work)
16-
- [x] #396: Fix - incomplete parameter forwarding in matplotlib API wrapper functions (branch: fix-parameter-forwarding-396)
1716

1817
## FUTURE SPRINTS - Systematic Restoration
1918

@@ -38,6 +37,7 @@
3837
- Performance impact validation
3938

4039
## DONE (Completed)
40+
- [x] #396: Fix - incomplete parameter forwarding in matplotlib API wrapper functions - FIXED: Complete parameter forwarding implementation in matplotlib wrapper functions with comprehensive API coverage and test validation covering contour_filled, pcolormesh, streamplot, and all matplotlib API functions with proper precision conversion and single-call forwarding patterns (PR #397 merged)
4141
- [x] #373: Fix - too many legend entries in second plot of legend_demo.html (legend system) - FIXED: Implemented proper legend entry reset in legend() procedure to prevent accumulation on multiple calls, resolving excess legend entries issue (PR #394 merged)
4242
- [x] #374: Fix - no line styles visible in line_styles.html all solid (line styling) - FIXED: Restored line styles and markers visibility in rendering by implementing proper line style differentiation across ASCII, PNG, and PDF backends with consistent styling throughout the pipeline (PR #393 merged)
4343
- [x] #375: Fix - PDF lines are outside box and axes box is upside down (PDF coordinates) - FIXED: Corrected PDF Y-axis coordinate transformation inconsistency by applying proper canvas_height conversion to Y-axis tick marks and labels, ensuring consistency with X-axis coordinate handling and proper PDF coordinate system alignment (PR #391 merged)

0 commit comments

Comments
 (0)