Skip to content

Commit c14c197

Browse files
authored
Update README.md
1 parent 233f1fc commit c14c197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We also provide a PDF file that has color images of the screenshots/diagrams use
5858

5959
The code chunk under Chapter 5 Data Visualization, Subsection Example of comparing populations using boxplots (page 126) is misplaced. The correct chunk of code can be found on the dedicated GitHub of the book. Also, this is the correct code:
6060

61-
`
61+
```
6262
income_possibilities = adult_df.income.unique()
6363
dataForBox_dic= {}
6464
for poss in income_possibilities:
@@ -68,7 +68,7 @@ for poss in income_possibilities:
6868
plt.boxplot(dataForBox_dic.values(),vert=False)
6969
plt.yticks([1,2],income_possibilities)
7070
plt.show()
71-
`
71+
```
7272

7373
## Get to Know the Author
7474
**Roy Jafari**

0 commit comments

Comments
 (0)