Skip to content

Commit 79a6499

Browse files
committed
update: move issue #355 to DONE, issue #336 to DOING for batch continuation
1 parent 569cbd3 commit 79a6499

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

BACKLOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +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-
- [ ] #328: Fix - One legend entry too much in basic_plots.html second plot
14-
- [ ] #327: Fix - MP4 link not showing on animation.html
1513
- [ ] #336: Fix - Streamplot and stateful streamplot example redundant
1614

1715
**Infrastructure & Documentation Issues (Lower Priority)**
@@ -26,7 +24,7 @@
2624
- [ ] #360: Refactor - split fortplot_raster.f90 to comply with file size limits
2725

2826
## DOING (Current Work)
29-
- [ ] #355: Fix - First plot is empty (likely from figure CLEAR logic regression)
27+
- [ ] #336: Fix - Streamplot and stateful streamplot example redundant
3028

3129
## BLOCKED (Infrastructure Issues)
3230

@@ -53,6 +51,7 @@
5351
- Performance impact validation
5452

5553
## DONE (Completed)
54+
- [x] #355: Fix - First plot is empty (likely from figure CLEAR logic regression) - FIXED: Implemented proper backend initialization to prevent first plot rendering empty, major refactoring split 1776-line file into 3 modules (PR #359 merged)
5655
- [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)
5756
- [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)
5857
- [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)

0 commit comments

Comments
 (0)