Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6669d3e

Browse filesBrowse files
authored
removed outdated comments about offline in configuration tutorial (plotly#2013)
1 parent e667b1a commit 6669d3e
Copy full SHA for 6669d3e

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎doc/python/configuration-options.md

Copy file name to clipboardExpand all lines: doc/python/configuration-options.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jupyter:
2222
pygments_lexer: ipython3
2323
version: 3.7.3
2424
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.
2726
display_as: file_settings
2827
language: python
2928
layout: base
@@ -34,8 +33,8 @@ jupyter:
3433
thumbnail: thumbnail/modebar-icons.png
3534
---
3635

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
3938

4039
##### Enable Scroll Zoom
4140

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.