Skip to content

Commit f7e8699

Browse files
added alt text
1 parent a299e43 commit f7e8699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/matplotlib/concepts/pyplot/terms/fill-between/fill-between.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ plt.show()
5454

5555
The output of this code is:
5656

57-
![]()
57+
![A sine wave plot with a shaded region under the curve created using fill_between(), showing area fill and transparency.](https://raw.githubusercontent.com/Codecademy/docs/main/media/Figure_1.png)
5858

5959
## Example
6060

@@ -77,4 +77,4 @@ plt.legend()
7777
plt.show()
7878
```
7979

80-
![]()
80+
![A plot of y = x and y = x² with the area between the two curves shaded using fill_between(), illustrating curve comparison and filled regions.](https://raw.githubusercontent.com/Codecademy/docs/main/media/Figure_2.png)

0 commit comments

Comments
 (0)