Skip to content

Commit aa9f630

Browse files
committed
rotate x tick labels
1 parent 3c53dab commit aa9f630

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def plot(df):
7474
if extent:
7575
ax.set_xlim(extent[:2])
7676
ax.set_ylim(extent[2:])
77+
plt.xticks(rotation=90)
7778
ax.set_xlabel(axes[0], fontsize=10)
7879
ax.set_ylabel(axes[1], fontsize=10)
7980
ax.set_title("Day {}".format(z * 365))

0 commit comments

Comments
 (0)