Skip to content

Commit

Permalink
docs: image resized
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Nov 15, 2024
1 parent 9e8f871 commit 78b02c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ ax.set_title('KDE Plot with Boundary Condition: y ≤ x')
plt.show()
```

![image](https://github.com/user-attachments/assets/4c67d06f-0907-4a9e-9b95-2f12870a205e)
<img src="https://github.com/user-attachments/assets/4c67d06f-0907-4a9e-9b95-2f12870a205e" width="400">


## Plot Without Boundary Condition
Expand All @@ -471,7 +471,7 @@ plt.show()
```


![image](https://github.com/user-attachments/assets/8ea779cf-7dc0-4aae-a3e1-194abf2046bd)
<img src="https://github.com/user-attachments/assets/8ea779cf-7dc0-4aae-a3e1-194abf2046bd" width="400">


### Output
Expand Down Expand Up @@ -508,7 +508,7 @@ plt.show()
```


![image](https://github.com/user-attachments/assets/32d06bc2-cd9f-4680-88ec-5dd3d9a79abd)
<img src="https://github.com/user-attachments/assets/32d06bc2-cd9f-4680-88ec-5dd3d9a79abd" width="400">


## Circular Boundary Condition
Expand Down Expand Up @@ -537,4 +537,4 @@ ax.set_title('KDE Plot with Circular Boundary Condition')
plt.show()
```

<img src="https://github.com/user-attachments/assets/e28fe762-98fe-4401-8c69-0863d176da78" width="320">
<img src="https://github.com/user-attachments/assets/e28fe762-98fe-4401-8c69-0863d176da78" width="400">

0 comments on commit 78b02c8

Please sign in to comment.