Skip to content

Commit 69769dc

Browse files
Fix images in README
1 parent 621353f commit 69769dc

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
@@ -39,7 +39,7 @@ ax2.set_ylim(ax1.get_ylim())
3939
fig.tight_layout()
4040
fig.show()
4141
```
42-
![First example plot results, two views of the same plot.](_images/example1.png)
42+
![First example plot results, two views of the same plot.](https://user-images.githubusercontent.com/47544550/149814592-dd815f95-c3ef-406d-bd7e-504859c836bf.png)
4343

4444
An inset axes example .
4545
```python
@@ -74,6 +74,6 @@ axins.set_yticklabels([])
7474

7575
ax.indicate_inset_zoom(axins, edgecolor="black")
7676

77-
fig.show()
77+
fig.show()
7878
```
79-
![Second example plot results, an inset axes showing a zoom view of an image.](_images/example2.png)
79+
![Second example plot results, an inset axes showing a zoom view of an image.](https://user-images.githubusercontent.com/47544550/149814558-c2b1228d-2e5d-41be-86c0-f5dd01d42884.png)

0 commit comments

Comments
 (0)