Skip to content

Commit 43281d2

Browse files
authored
Update doc/python/renderers.md
1 parent 4b92fce commit 43281d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/python/renderers.md

-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ It is important to note that Dash does not use the renderers framework discussed
235235

236236
Instead, pass your figure as the `figure` parameter to the [`dcc.Graph`](https://dash.plot.ly/dash-core-components/graph) component, which is part of the [Dash Core Components](https://dash.plot.ly/dash-core-components) library. The code below demonstrates how to do this.
237237

238-
```python
239238
import dash_core_components as dcc
240239
import plotly.graph_objs as go
241240

0 commit comments

Comments
 (0)