Skip to content
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

Formatting error In section 1.2.3 point 5 #10

Closed
michaelgerloff opened this issue Aug 22, 2023 · 1 comment
Closed

Formatting error In section 1.2.3 point 5 #10

michaelgerloff opened this issue Aug 22, 2023 · 1 comment

Comments

@michaelgerloff
Copy link

Thank you for this free and easy to follow introduction to Data Wrangling in Python.

In section 1.2.3 under point 5:
Code is presented as normal text.
grafik
To make this code work I needed to change the double quote characters and reformat the text.
import matplotlib.pyplot as plt # basic plotting library plt.bar( ['Python', 'JavaScript', 'HTML', 'CSS'], # a list of strings [80, 30, 10, 15] # a list of integers (the corresponding bar heights) ) ) plt.title('What makes you happy?') plt.show()
grafik

@gagolews
Copy link
Owner

Thanks, the fix is on the way!

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

No branches or pull requests

2 participants