Skip to content

Commit bc4d7ac

Browse files
authored
Tweak image sizes
1 parent 3438164 commit bc4d7ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The following code draws a boundary for the simplex and gridlines.
166166
ternary.plt.show()
167167
```
168168
<p align="center">
169-
<img src="/readme_images/boundary_and_gridlines.png" width="500" height="375"/>
169+
<img src="/readme_images/boundary_and_gridlines.png" width="600" height="450"/>
170170
</p>
171171

172172
## Drawing lines
@@ -251,7 +251,7 @@ You can also color the curves with a Matplotlib heatmap using:
251251
```
252252

253253
<p align="center">
254-
<img src="/readme_images/colored_trajectory.png" width="500" height="375"/>
254+
<img src="/readme_images/colored_trajectory.png" width="600" height="450"/>
255255
</p>
256256

257257
## Scatter Plots
@@ -365,7 +365,7 @@ or on a `TernaryAxesSubplot` object:
365365
This can produces images such as:
366366

367367
<p align="center">
368-
<img src="/readme_images/heatmap-dual_vs_triangular.png" width="1200" height="300"/> <br/>
368+
<img src="/readme_images/heatmap-dual_vs_triangular.png" width="1200" height="260"/> <br/>
369369
<img src="/readme_images/heatmap_rsp.png" width="500" height="375"/>
370370
</p>
371371

0 commit comments

Comments
 (0)