Skip to content

Commit 80f50b0

Browse files
committed
update: move issue #330 from DOING to DONE after PR #354 merge, move issue #329 to DOING
1 parent deb2ec3 commit 80f50b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BACKLOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
- [x] #333: Fix - Circles seem not centered with line plot in marker_demo.html (COMPLETED)
1111
- [x] #332: Fix - Dashed and dash-dotted look funny on line_styles.html (COMPLETED)
1212
- [x] #330: Fix - Old plot not cleared in second figure (figure() call) in contour_demo.html (COMPLETED)
13-
- [ ] #329: Fix - No output visible on colored_contours.html
1413
- [ ] #328: Fix - One legend entry too much in basic_plots.html second plot
1514
- [ ] #327: Fix - MP4 link not showing on animation.html
1615
- [ ] #336: Fix - Streamplot and stateful streamplot example redundant
@@ -24,7 +23,7 @@
2423
- [ ] #350: Refactor - improve documentation comments in raster drawing module
2524

2625
## DOING (Current Work)
27-
- [ ] #330: Fix - Old plot not cleared in second figure (figure() call) in contour_demo.html
26+
- [ ] #329: Fix - No output visible on colored_contours.html
2827

2928
## BLOCKED (Infrastructure Issues)
3029

@@ -51,6 +50,7 @@
5150
- Performance impact validation
5251

5352
## DONE (Completed)
53+
- [x] #330: Fix - Old plot not cleared in second figure (figure() call) in contour_demo.html - FIXED: Implemented unconditional plot_count reset during figure initialization to ensure proper plot isolation between figure() calls and prevent overlapping contours (PR #354 merged)
5454
- [x] #331: Fix - No legend visible in format_string_demo.html - FIXED: Restored legend visibility by removing automatic reset of show_legend during figure re-initialization, allowing user legend settings to persist across plot operations (PR #353 merged)
5555
- [x] #334: Fix - No output visible on pcolormesh_demo.html - FIXED: Added comprehensive documentation content with PNG images, ASCII outputs, and PDF download links to resolve GitHub Pages visibility issue (PR #351 merged)
5656
- [x] #333: Fix - Circles seem not centered with line plot in marker_demo.html - FIXED: Resolved marker centering coordinate consistency through sub-pixel adjustment (-0.5, -0.5) to align markers with line drawing pixel centers (PR #346 merged)

0 commit comments

Comments
 (0)