todo: comment

This commit is contained in:
0xFugue 2023-08-21 22:33:33 +05:30
parent bc21e91d04
commit 5bbaafd518

View File

@ -51,6 +51,9 @@ def views(ctx: typer.Context,
axes.set_xticks([x + 1 for x in range(max(views_df.astype(int)))])
axes.set_yticks([x + 1 for x in range(max(steps_df.astype(int)))])
# TODO: all nodes' current view change. currently we do only the earliest
axes.plot(views_df, steps_df, linestyle='--', marker='o')
plt.show()
plt.savefig(f'{oprefix}-view-installion-times.pdf', format="pdf", bbox_inches="tight")