Skip to content

Commit

Permalink
fix: readme urls for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Nov 4, 2024
1 parent 61c8caa commit 91001f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Plot this with all the defaults:
density_distribution(data_dict)
```

![image](https://github.com/user-attachments/assets/8062469d-564e-40f4-9b94-9db1f4ab1e04)
![image](https://github.com/i2mint/oplot/raw/main/https://github.com/user-attachments/assets/8062469d-564e-40f4-9b94-9db1f4ab1e04)


Plot this with a bunch of configurations:
Expand Down Expand Up @@ -182,7 +182,7 @@ ax.set_title('Customized Density Plot')
plt.show()
```

![image](https://github.com/user-attachments/assets/a105d82e-7c35-41ea-a9a4-b276ed845ca9)
![image](https://github.com/i2mint/oplot/raw/main/https://github.com/user-attachments/assets/a105d82e-7c35-41ea-a9a4-b276ed845ca9)



Expand Down

0 comments on commit 91001f2

Please sign in to comment.