Spaces:
Running
Running
Alex W. commited on
Commit ·
6f3ba20
1
Parent(s): 06b76e9
fix(plot): correct export return value count (5→6)
Browse files- ui/tab_plot.py +1 -1
ui/tab_plot.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# ui/tab_plot.py
|
| 2 |
"""
|
| 3 |
Tab5: Plot — Publication-quality figure generation
|
| 4 |
- Plotly native → interactive browser preview (12×1, full-width, fast)
|
|
|
|
| 1 |
+
# ui/tab_plot.py
|
| 2 |
"""
|
| 3 |
Tab5: Plot — Publication-quality figure generation
|
| 4 |
- Plotly native → interactive browser preview (12×1, full-width, fast)
|