From 8cd6db287dd1c33d1311c59fe5bb6dce64a2f644 Mon Sep 17 00:00:00 2001 From: c4ristian Date: Sat, 24 Oct 2020 10:43:43 +0200 Subject: [PATCH] Option for reverse plots removed --- notebooks/dutch_graph.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/notebooks/dutch_graph.md b/notebooks/dutch_graph.md index 208737d..2d6e924 100644 --- a/notebooks/dutch_graph.md +++ b/notebooks/dutch_graph.md @@ -37,7 +37,6 @@ nbutils.set_default_pd_options() PRUNING_LEVEL = 0 ITERATION_COUNT = 4 -REVERSE = False SHOW_LABELS = True SHOW_ARROWS = False PLOT_SIZE = (20, 10) @@ -54,9 +53,6 @@ graph_frame = graph.create_pruned_dutch_graph( graph_frame["prunable"] = graph_frame.index % 2 == 1 -if REVERSE: - nbutils.swap_column_names(("successor", "predecessor"), graph_frame) - print("T>=" + str(PRUNING_LEVEL), "\n") if PRINT_TABLE: