Skip to content

Commit bab1653

Browse files
authored
rename circos.md to clustergram.md, drop all cicros examples
1 parent b039ebd commit bab1653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/python/bio-circos.md renamed to doc/python/bio-clustergram.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ dash_bio.Clustergram(
105105
)
106106
```
107107

108-
## Circos with Dash
108+
## Clustergram with Dash
109109

110110
```python no_display=true
111111
from IPython.display import IFrame
112112
snippet_url = 'https://dash-gallery.plotly.host/python-docs-dash-snippets/'
113-
IFrame(snippet_url + 'bio-circos', width='100%', height=630)
113+
IFrame(snippet_url + 'bio-clustergram', width='100%', height=630)
114114
```

0 commit comments

Comments
 (0)