Skip to content

Commit

Permalink
Remove CB probability hidden plot
Browse files Browse the repository at this point in the history
It's gonna be broken when I remove the manual combo track keeping in replays_analysis
  • Loading branch information
kangalio committed Nov 12, 2019
1 parent 22c2d2b commit 6abe415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ def __init__(self, infobar, enable_all_plots):
plots.append(PlotEntry(_, g.gen_idle_time_buckets, "no"))
self.frame.next_row()

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

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

0 comments on commit 6abe415

Please sign in to comment.