Skip to content

Commit

Permalink
issue #383 provide supporting plotting multiple plot types with singl…
Browse files Browse the repository at this point in the history
…e config file
  • Loading branch information
bikegeek committed Feb 19, 2024
1 parent b4268b3 commit 707e305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplotpy/plots/tcmpr_plots/box/tcmpr_box_point.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class TcmprBoxPoint(Tcmpr):
def __init__(self, config_obj, column_info, col, case_data, input_df, baseline_data):
def __init__(self, config_obj, column_info, col, case_data, input_df, baseline_data, stat_name):
super().__init__(config_obj, column_info, col, case_data, input_df)

def _init_hfip_baseline_for_plot(self):
Expand Down

0 comments on commit 707e305

Please sign in to comment.