Skip to content

Commit

Permalink
Rename CKB Sync progress chart name
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Oct 18, 2023
1 parent 909b9df commit 9e8693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/block_sync/draw_sync_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def parse_sync_statics(log_file):
plt.setp(ax.get_xticklabels(), rotation=30, horizontalalignment='right')

plt.legend(tuple(lgs), tuple(args.label), loc='upper left', shadow=True)
plt.title('CKB Sync progress Chart')
plt.title('CKB Block Sync progress Chart')
plt.xlabel('Timecost (hours)')
plt.ylabel('Block Height')
plt.savefig(result_path)

0 comments on commit 9e8693a

Please sign in to comment.