Skip to content

Documentation: Fix TF Quantum MNIST by adding arg names in Seaborn barplot #733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2022
Merged

Conversation

8bitmp3
Copy link
Contributor

@8bitmp3 8bitmp3 commented Dec 13, 2022

Fixes build failure by specifying the x and y axis in sns.barplot.

From the API docs:

seaborn.barplot(data=None, *, x=None, y=None,...)

(reference: https://seaborn.pydata.org/generated/seaborn.barplot.html)

LMKWYT @MichaelBroughton @MarkDaoust

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@MarkDaoust MarkDaoust merged commit f46056d into tensorflow:master Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants