Skip to content

Commit 457fe60

Browse files
committed
update: move issue #329 to DONE and sync GitHub issues to BACKLOG.md
1 parent 1c58b99 commit 457fe60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BACKLOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
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+
- [ ] #355: Fix - First plot is empty (likely from figure CLEAR logic regression)
1314
- [ ] #328: Fix - One legend entry too much in basic_plots.html second plot
1415
- [ ] #327: Fix - MP4 link not showing on animation.html
1516
- [ ] #336: Fix - Streamplot and stateful streamplot example redundant
@@ -25,7 +26,6 @@
2526
- [ ] #358: Refactor - consolidate ASCII output formatting in example docs
2627

2728
## DOING (Current Work)
28-
- [ ] #329: Fix - No output visible on colored_contours.html
2929

3030
## BLOCKED (Infrastructure Issues)
3131

@@ -52,6 +52,7 @@
5252
- Performance impact validation
5353

5454
## DONE (Completed)
55+
- [x] #329: Fix - No output visible on colored_contours.html - FIXED: Added comprehensive visual outputs and documentation for colored contours example on GitHub Pages showcase with 5 different colormap demonstrations (crest, plasma, jet, coolwarm, inferno) and complete ASCII output sections (PR #356 merged)
5556
- [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)
5657
- [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)
5758
- [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)

0 commit comments

Comments
 (0)