Skip to content

Commit

Permalink
docs: images in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Nov 15, 2024
1 parent 19c7329 commit 69d2ef0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@ ax.set_title('KDE Plot with Boundary Condition: y ≤ x')
plt.show()
```

![image](https://github.com/user-attachments/assets/4c67d06f-0907-4a9e-9b95-2f12870a205e)


## Plot Without Boundary Condition


Expand All @@ -467,6 +470,10 @@ ax.set_title('KDE Plot without Boundary Condition')
plt.show()
```


![image](https://github.com/user-attachments/assets/8ea779cf-7dc0-4aae-a3e1-194abf2046bd)


### Output

When you run the code above, you will get two plots:
Expand Down Expand Up @@ -501,6 +508,9 @@ plt.show()
```


![image](https://github.com/user-attachments/assets/32d06bc2-cd9f-4680-88ec-5dd3d9a79abd)


## Circular Boundary Condition


Expand All @@ -526,4 +536,8 @@ ax.set_title('KDE Plot with Circular Boundary Condition')
# Show the plot
plt.show()
```
a


![image](https://github.com/user-attachments/assets/e28fe762-98fe-4401-8c69-0863d176da78)


0 comments on commit 69d2ef0

Please sign in to comment.