Skip to content

Commit

Permalink
fix text cut off in one of the plots
Browse files Browse the repository at this point in the history
  • Loading branch information
dtch1997 committed Aug 6, 2024
1 parent 3e28811 commit ae4f140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified repepo/paper/figures/llama7b_ablate_multiplier.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions repepo/paper/make_figures_rebuttals.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def make_plot_for_multiplier_ablations(df, selected_datasets: list[str] | None =
orient="h",
)
fig.suptitle("Steerability for different multiplier ranges")
fig.tight_layout()
fig.show()
fig.savefig(f"figures/{model}_ablate_multiplier.pdf")


Expand Down

0 comments on commit ae4f140

Please sign in to comment.