Skip to content

Commit

Permalink
optimize figure
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisugi committed Dec 9, 2023
1 parent 19b89dc commit 7f32262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified figures/parameter_size_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions figures/scripts/parameter_size_overview_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
ax.axhline(y=y, color='gray', linestyle='--', linewidth=0.5)


ax.xaxis.set_major_locator(mdates.MonthLocator(interval=3))
ax.xaxis.set_major_locator(mdates.MonthLocator(interval=6))
ax.xaxis.set_major_formatter(mdates.DateFormatter('%Y年%m月'))

ax.set_ylabel("パラメータ数(単位: billion)")
Expand All @@ -87,4 +87,4 @@

plt.xticks(rotation=45)
plt.subplots_adjust(left=0.075, right=0.975, bottom=0.1, top=0.975)
plt.savefig("../parameter_size_overview.png", dpi=200)
plt.savefig("../parameter_size_overview.png", dpi=144)

0 comments on commit 7f32262

Please sign in to comment.