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 a3fab58 commit ee341ee
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 @@ -276,7 +276,7 @@ def plot_size_of_dandisets_by_date(dandistats_df: pd.DataFrame,
for label in ax.get_xticklabels(which='major'):
label.set(rotation=30, horizontalalignment='right')
ax.set_xlabel("Date")
_ = ax.set_ylabel("TB of NWB data on Dandi")
_ = ax.set_ylabel("TB of NWB data on DANDI")
# Formatting the x-axis to show dates correctly
plt.gca().xaxis.set_major_locator(mpl_dates.DayLocator(interval=180))
plt.gca().xaxis.set_major_formatter(mpl_dates.DateFormatter('%Y-%m-%d'))
Expand Down

0 comments on commit ee341ee

Please sign in to comment.