Skip to content

Commit

Permalink
fix label rotation time series
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarda committed Sep 23, 2020
1 parent 6003bf7 commit 2882382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldcpy/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def time_series_plot(
]
unique_month_labels = list(dict.fromkeys(month_labels))
plt.gca().set_xticklabels(unique_month_labels)
plt.xticks(rotation=45)
plt.xticks(rotation=90)
# else:
# mpl.pyplot.xticks(
# pd.date_range(
Expand Down

0 comments on commit 2882382

Please sign in to comment.