diff --git a/bip-0119/simulation.py b/bip-0119/simulation.py index e40d61e6b3..fe822fc799 100755 --- a/bip-0119/simulation.py +++ b/bip-0119/simulation.py @@ -122,8 +122,8 @@ def make_patch_spines_invisible(ax): par1.set_ylabel("Confirmed but Pending Transactions") - p4, = par1.plot(blocktimes_c1, unspendable2, "c", label="Congestion Control Pending (2x Rate)") - p4, = par1.plot(blocktimes_c2, unspendable, "r", label="Congestion Control Pending (1x Rate)") + p4, = par1.plot(blocktimes_c1, unspendable, "c", label="Congestion Control Pending (1x Rate)") + p4b, = par1.plot(blocktimes_c2, unspendable2, "r", label="Congestion Control Pending (2x Rate)") par1.yaxis.label.set_color(p4.get_color())