Skip to content

Commit 495200d

Browse files
committed
readme: update screenshot, and add links to guide and example app
1 parent beebe66 commit 495200d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Create slice views along a given dimension, and allows multiple such
88
views to be linked, to help with navigation. Supports anisotropic data,
99
mask overlays, and more.
1010

11-
<img width='400' src='https://user-images.githubusercontent.com/3015475/102207234-0c91d100-3ece-11eb-8a2b-6846a4281931.png'></img>
11+
<img width='700' src='https://user-images.githubusercontent.com/3015475/102329845-28a67880-3f89-11eb-82de-2cc2ff463a53.png'></img>
1212

1313

1414
## Status
@@ -45,6 +45,11 @@ if __name__ == "__main__":
4545
app.run_server(debug=True, dev_tools_props_check=False)
4646
```
4747

48+
See [the guide](https://dash.plotly.com/slicer) for more examples and explanations.
49+
A complete app that uses dash-slicer is [dash-vocid-xray](https://dash-gallery.plotly.host/dash-covid-xray/)
50+
([source](https://github.com/plotly/dash-sample-apps/blob/master/apps/dash-covid-xray/app.py)).
51+
52+
4853

4954
## License
5055

0 commit comments

Comments
 (0)