Skip to content

Commit 567e73d

Browse files
committed
Add images back into repo, but in git LFS. The GIF was too large to be routed through GitHub user content via Imgur.
1 parent 07d23c7 commit 567e73d

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.gif filter=lfs diff=lfs merge=lfs -text
2+
*.png filter=lfs diff=lfs merge=lfs -text

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Define rules in the plugin settings pane, that determine when and how to create
1010

1111
Here are the settings I use for [embedding Plotly figures](#motivation) made in Python, using the output from `fig.to_json()`:
1212

13-
![](https://i.imgur.com/uBfxWtR.png)
13+
![](images/plotly-example.png)
1414

1515
And here's an example of it in action.
1616

17-
![](https://i.imgur.com/ebyT506.gif)
17+
![](images/plotly-example.gif)
1818

1919
Usually you wouldn't need the JSON to already be in a code block, but I put it there so you could see it before cutting it to the clipboard.
2020

images/plotly-example.gif

+3
Loading

images/plotly-example.png

+3
Loading

0 commit comments

Comments
 (0)