Skip to content

Commit

Permalink
step1 & step2: Increase font size
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCreator committed Nov 25, 2024
1 parent 678519d commit af1c54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/scaling/step1.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
)

MARKERS = ["s", "P", "p", "*", "o"]
FONTSIZE=10
FONTSIZE=11

def parse_args():
parser = argparse.ArgumentParser()
Expand Down
4 changes: 2 additions & 2 deletions scripts/scaling/step2.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
tasks,
)

FONTSIZE=10
FONTSIZE=11

def parse_args():
parser = argparse.ArgumentParser()
Expand Down Expand Up @@ -310,7 +310,7 @@ def main():

axes[j][i].legend().remove()

fig.tight_layout()
fig.tight_layout(w_pad=0.01)
legend = fig.legend(handles, labels, loc='upper center',
ncol=10, fontsize=FONTSIZE, bbox_to_anchor=(0.5, 1.07),
handletextpad=0.1,columnspacing=0.7)
Expand Down

0 comments on commit af1c54f

Please sign in to comment.