Skip to content

Commit 6abe415

Browse files
committed
Remove CB probability hidden plot
It's gonna be broken when I remove the manual combo track keeping in replays_analysis
1 parent 22c2d2b commit 6abe415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ def __init__(self, infobar, enable_all_plots):
103103
plots.append(PlotEntry(_, g.gen_idle_time_buckets, "no"))
104104
self.frame.next_row()
105105

106-
_ = Plot(self, frame, 30, title="CB probability based on combo length")
106+
"""_ = Plot(self, frame, 30, title="CB probability based on combo length")
107107
_.set_args(cmap[6], type_="bar")
108-
plots.append(PlotEntry(_, g.gen_cb_probability, "yes"))
108+
plots.append(PlotEntry(_, g.gen_cb_probability, "yes"))"""
109109

110110
_ = Plot(self, frame, 30, title="Number of sessions with specific score amount")
111111
_.set_args(cmap[6], type_="bar")

0 commit comments

Comments
 (0)