Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bazilinskyy committed Dec 29, 2024
1 parent 32713cb commit 218aa13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trust/analysis/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ def hist_stim_duration_time(self, df, time_ranges, nbins=0, save_file=True, font

def plot_kp(self, df, conf_interval=None, xaxis_title='Time (s)',
yaxis_title='Percentage of trials with response key pressed', xaxis_range=None,
yaxis_range=None, save_file=True, fig_save_width=1320, fig_save_height=680, font_family=None,
yaxis_range=None, save_file=True, fig_save_width=1320, fig_save_height=680, font_family=None,
font_size=None):
"""Plot keypress data.
Expand Down Expand Up @@ -2185,7 +2185,7 @@ def plot_kp_slider_videos(self, df, y: list, y_legend=None, x=None, events=None,
def plot_kp_variable(self, df, variable, y_legend=None, values=None, xaxis_title='Time (s)',
yaxis_title='Percentage of trials with response key pressed', xaxis_range=None,
yaxis_range=None, show_menu=False, show_title=True, save_file=True,
legend_x=0, legend_y=0, fig_save_width=1320, fig_save_height=680, font_family=None,
legend_x=0, legend_y=0, fig_save_width=1320, fig_save_height=680, font_family=None,
font_size=None):
"""Plot figures of values of a certain variable.
Expand Down

0 comments on commit 218aa13

Please sign in to comment.