equal
deleted
inserted
replaced
192 0 means no columns added or removed; 1 means one column added. |
192 0 means no columns added or removed; 1 means one column added. |
193 """ |
193 """ |
194 prev_n_columns_diff = 0 |
194 prev_n_columns_diff = 0 |
195 prev_node_index = 0 |
195 prev_node_index = 0 |
196 for (node_ch, node_lines, node_index, edges, n_columns, n_columns_diff) in grapher: |
196 for (node_ch, node_lines, node_index, edges, n_columns, n_columns_diff) in grapher: |
197 # node_lines is the list of all text lines to draw alongside the graph |
|
198 |
197 |
199 if n_columns_diff == -1: |
198 if n_columns_diff == -1: |
200 # Transform |
199 # Transform |
201 # |
200 # |
202 # | | | | | | |
201 # | | | | | | |