Skip to content

Commit 3a345b1

Browse files
committed
Update data_visualization.md
1 parent f37f2c9 commit 3a345b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/data_visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ see one bar be higher than the others.
5454
This will require you to learn how to create an image from code. The good news is that this is easier than
5555
you would expect. There is a file format called "[PPM](https://en.wikipedia.org/wiki/Netpbm)" which represents images like this.
5656

57-
```
57+
```no_run
5858
P3
5959
# "P3" means this is a RGB color image in ASCII
6060
# "3 2" is the width and height of the image in pixels

0 commit comments

Comments
 (0)