Commit 6930690
committed
fix(draw_figures): Merge per-figure defaults into plot specs (temporary)
_draw_single_figure() now reads fig_spec['defaults'] and merges
into cascade: top-level < fig_defaults < plot_spec.
Also adds layout=(nrows, ncols) tuple support.
Temporary fix — proper solution is to delegate subplot loop to
dfdraw's _draw_batch_groups and keep only data caching in ADF.
See dfdraw team discussion for architectural simplification.1 parent bb92d0c commit 6930690
1 file changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10757 | 10757 | | |
10758 | 10758 | | |
10759 | 10759 | | |
10760 | | - | |
10761 | | - | |
| 10760 | + | |
| 10761 | + | |
| 10762 | + | |
| 10763 | + | |
| 10764 | + | |
| 10765 | + | |
| 10766 | + | |
| 10767 | + | |
| 10768 | + | |
| 10769 | + | |
| 10770 | + | |
| 10771 | + | |
10762 | 10772 | | |
10763 | 10773 | | |
10764 | 10774 | | |
| |||
10794 | 10804 | | |
10795 | 10805 | | |
10796 | 10806 | | |
10797 | | - | |
10798 | | - | |
| 10807 | + | |
| 10808 | + | |
10799 | 10809 | | |
10800 | 10810 | | |
10801 | 10811 | | |
| |||
0 commit comments