Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
eruijsena committed Oct 2, 2023
1 parent b204854 commit 44f334e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reeds/function_libs/visualization/re_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def plot_exchange_freq(s_values:List[float], exchange_freq:List[float], outfile:

return None

def plot_exchange_freq_per_state(s_values:List[float], exchange_freq:Dict[int,List[float]], outfile:str = None,
def plot_exchange_prob_per_state(s_values:List[float], exchange_freq:Dict[int,List[float]], outfile:str = None,
title:str = None, colors: Union[List[str], Colormap] = ps.qualitative_tab_map):
"""
Plot the exchange frequency individually for each endstate, to see if the location of the
Expand Down

0 comments on commit 44f334e

Please sign in to comment.