Typo in Data Visualisation Chapter
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 85/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- jupyter-notebook, python
- Domain
- data-visualization, documentation
Research direction
Open the Data Visualise chapter at the linked exercises section and locate item 2. Check the two Python examples against the issue, update the species expressions as described, and verify that both exercise snippets render correctly and use the intended quoted form.
Written by the indexing model from the issue text.
Description
For item 2 In this block of exercises: https://aeturrell.github.io/python4DS/data-visualise.html#exercises-1
(ggplot(penguins, aes(x = species)) +
geom_bar(color = "red"))
(ggplot(penguins, aes(x = species)) +
geom_bar(fill = "red"))
species should be wrapped in quotes:
(ggplot(penguins, aes(x = "species")) +
geom_bar(color = "red"))
(ggplot(penguins, aes(x = "species")) +
geom_bar(fill = "red"))
- Dominant language
- Jupyter Notebook
- Stars
- 168
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from aeturrell/python4DS
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
-
Add custom url Open
Difficulty 4/5 3-5 days Newbie friendliness 15/100
All issues in aeturrell/python4DS
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
scope: charts status: waiting for maintainer
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
chore P3 plotly-internal size: 3 task
Difficulty 2/5 1-3 hours Newbie friendliness 77/100
-
Urgent request: Due to vulnerabilities move to API version 12.6.1 (12.6.2 eventually) or 13.1.1 Open
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
jbkunst/highcharter#849 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
equinor/energyvision#4027 ·