Skip to content

Instantly share code, notes, and snippets.

@chrisroat
Created January 7, 2023 21:48
Show Gist options
  • Save chrisroat/5a9a9a535dec7c9e8933877f2cafc21e to your computer and use it in GitHub Desktop.
Save chrisroat/5a9a9a535dec7c9e8933877f2cafc21e to your computer and use it in GitHub Desktop.
test44
ax = sns.histplot(df_cvr.sum(axis=1), discrete=True)
ax.set_xlabel("Marks Per Ballot")
_ = plt.xticks([1, 2, 3])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment