Skip to content

Commit

Permalink
Update src/nwb_project_analytics/dandistats.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Dichter <[email protected]>
  • Loading branch information
oruebel and bendichter authored Jul 31, 2024
1 parent 3466667 commit a3fab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwb_project_analytics/dandistats.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def plot_number_of_dandisets_by_date(dandistats_df: pd.DataFrame,
linewidth=0.5)
for label in ax.get_xticklabels(which='major'):
label.set(rotation=30, horizontalalignment='right')
ax.set_ylabel('# of NWB dandisets')
ax.set_ylabel('# of NWB Dandisets')
ax.set_xlabel("Date created")
# Formatting the x-axis to show dates correctly
plt.gca().xaxis.set_major_locator(mpl_dates.DayLocator(interval=180))
Expand Down

0 comments on commit a3fab58

Please sign in to comment.