Skip to content

Commit

Permalink
iss #309 fixed issue due to matplotlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaMorandi committed May 24, 2022
1 parent 36c6116 commit 1f00c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brightwind/analyse/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ def _plot_sector_ratio_subplot(sec_ratio, wdir, sec_ratio_dist, col_names, boom_
if annotate:
ax.set_title(annotation_text, y=0.004*(font_size-2.5)-0.15)
else:
ax.axes.set_xticks(ax.get_xticks(), "")
ax.axes.xaxis.set_ticklabels([])
ax.scatter(np.radians(wdir), sec_ratio, color=COLOR_PALETTE.secondary, alpha=0.3, s=1)

for item in ([ax.title] + ax.get_xticklabels() + ax.get_yticklabels()):
Expand Down

0 comments on commit 1f00c1d

Please sign in to comment.