Skip to content

Commit 050856b

Browse files
serahkiburuldko
andauthored
discuss.md: adding alt-text for some images and illustrations (#916)
* adding alt-text for some images and illustrations * adding alt-text to second grid illustration * add alt-text for grid 3 * Update _extras/discuss.md Co-authored-by: Lauren Ko <[email protected]> * Update _extras/discuss.md Co-authored-by: Lauren Ko <[email protected]> * editing down number of alt-text words to the recommended 10-15 https://kb.iu.edu/d/arwg#guidelines Co-authored-by: Lauren Ko <[email protected]>
1 parent ec2d8b2 commit 050856b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_extras/discuss.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ grid.show()
201201
~~~
202202
{: .language-python}
203203
204-
![](../fig/grid-01.png)
204+
![Grid of black squares with white outlines, 5 across by 3 down, demonstrating ImageGrid](../fig/grid-01.png)
205205
206206
Just like a NumPy array,
207207
an `ImageGrid` has some properties that hold information about it:
@@ -311,7 +311,7 @@ row.show()
311311
~~~
312312
{: .language-python}
313313
314-
![](../fig/grid-02.png)
314+
![Row of 8 squares colored black, white, red, lime green, blue, yellow, fuchsia, and cyan](../fig/grid-02.png)
315315
316316
Simple color values like `(0,255,0)` are easy enough to decipher with a bit of practice,
317317
but what color is `(214,90,127)`?
@@ -341,7 +341,7 @@ c.show()
341341
~~~
342342
{: .language-python}
343343
344-
![](../fig/grid-03.png)
344+
![ 3 by 2 grid of colored squares. Row1: salmon, lavender, hot-pink. Row2: fuchsia, orchid, lime-green](../fig/grid-03.png)
345345
346346
> ## Making a Colorbar
347347
>

0 commit comments

Comments
 (0)