Skip to content

Commit e549246

Browse files
committed
enh(plot): label humanly mapped modifs
1 parent 4427189 commit e549246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphtik/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ class Theme:
629629
kw_edge_mapping_fn_kwarg = {
630630
"fontsize": 11, # default: 14
631631
"label": make_template(
632-
"<<I>(fn_kwarg)</I><BR/>{{ nx_attrs['fn_kwarg'] | eee }}>"
632+
"<<I>(mapped)</I><BR/>{{ nx_attrs['fn_kwarg'] | eee }}>"
633633
),
634634
}
635635
kw_edge_pruned = {"color": Ref("pruned_color")}

0 commit comments

Comments
 (0)