You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/configuration-options.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,7 @@ jupyter:
22
22
pygments_lexer: ipython3
23
23
version: 3.7.3
24
24
plotly:
25
-
description: How to set configuration options of plotly graphs in python. Examples
26
-
of both online and offline configurations.
25
+
description: How to set configuration options of plotly graphs in python.
27
26
display_as: file_settings
28
27
language: python
29
28
layout: base
@@ -34,8 +33,8 @@ jupyter:
34
33
thumbnail: thumbnail/modebar-icons.png
35
34
---
36
35
37
-
#### Offline Configuration Options
38
-
Now you can pass a `config` dictionary with all configurations options such as `scrollZoom`, `editable`, and `displayModeBar`. For the complete list of config options check out: https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js
36
+
37
+
You can pass a `config` dictionary with all configurations options such as `scrollZoom`, `editable`, and `displayModeBar`. For the complete list of config options check out: https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js
0 commit comments