Skip to content

Commit 8df26a3

Browse files
committed
Add links to style and layout options
1 parent 9f1ed8b commit 8df26a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

notebooks/getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,11 @@ Now that you have everything installed, you are ready to start reading and runni
224224

225225
For a complete overview of all of the ways that figures can be created and updated, see [*Creating and updating figures with Python*](https://plot.ly/python/user-guide/).
226226

227-
For information on all of the ways that plotly figures can be displayed, see [*Displaying plotly figures with plotly for Python*](https://plot.ly/python/renderers/).
227+
For information on configuring figure layout options (e.g. axes, titles, legends, etc) see [*Layout Options*](https://plot.ly/python/#layout-options).
228+
229+
For information on styling figures (e.g. colors, fonts, annotations, images, shapes, etc.), see [*Style Options*](https://plot.ly/python/#style-options). And for information on theming plotly figures, see [*Theming and templates with plotly for Python*](https://plot.ly/python/templates/).
228230

229-
For information on theming plotly figures, see [*Theming and templates with plotly for Python*](https://plot.ly/python/templates/).
231+
For information on all of the ways that plotly figures can be displayed, see [*Displaying plotly figures with plotly for Python*](https://plot.ly/python/renderers/).
230232

231233
For the full searchable reference of every figure property, see the [*Python figure reference*](https://plot.ly/python/reference/).
232234

0 commit comments

Comments
 (0)