Skip to content

Commit

Permalink
update gzip plots
Browse files Browse the repository at this point in the history
  • Loading branch information
simplymathematics committed Nov 30, 2024
1 parent 057ea97 commit bd51593
Show file tree
Hide file tree
Showing 4 changed files with 13,912 additions and 12,726 deletions.
4 changes: 2 additions & 2 deletions examples/gzip/check_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ def plot_results(df: pd.DataFrame, results_plot: Path):
sharey=True,
)
# ylabel
g.set_ylabels("Failure rate")
g.set_ylabels("Probability of Metric Property Violation")
# title
g.set_titles("Algorithm : {row_name}, Variable: {col_name}")
g.set_titles("{col_name} - {row_name}")
# Set legend name to metric
g._legend.set_title("Metric")
# rotate x labels
Expand Down
Loading

0 comments on commit bd51593

Please sign in to comment.