Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
fix: smaller xticks fontsize
Browse files Browse the repository at this point in the history
  • Loading branch information
bokajgd committed Nov 14, 2022
1 parent 36245c9 commit 2a00325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/psycopt2d/visualization/base_charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def plot_basic_chart(

plt.xlabel(x_title)
plt.ylabel(y_title)
plt.xticks(fontsize=7)
plt.xticks(rotation=45)
if save_path is not None:
plt.savefig(save_path)
Expand Down

0 comments on commit 2a00325

Please sign in to comment.