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 d5fb77d

Browse filesBrowse files
committed
tyop
1 parent 4466cb7 commit d5fb77d
Copy full SHA for d5fb77d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎plotly/plotly/plotly.py

Copy file name to clipboardExpand all lines: plotly/plotly/plotly.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _plot_option_logic(plot_options_from_call_signature):
111111
user_plot_options.update(file_options)
112112
user_plot_options.update(session_options)
113113
user_plot_options.update(plot_options_from_call_signature)
114-
user_plot_options = {k: v for k, v in user_plot_options
114+
user_plot_options = {k: v for k, v in user_plot_options.items
115115
if k in default_plot_options}
116116

117117
return user_plot_options

0 commit comments

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