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 2b05ece

Browse filesBrowse files
committed
trim down plot options
1 parent 4f86607 commit 2b05ece
Copy full SHA for 2b05ece

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎plotly/plotly/plotly.py

Copy file name to clipboardExpand all lines: plotly/plotly/plotly.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ 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
115+
if k in default_plot_options}
114116

115117
return user_plot_options
116118

0 commit comments

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