Skip to content

Commit 1e7759d

Browse files
committed
Remove fileopt argument from chart_studio.plotly.iplot docstring
1 parent 03dc5aa commit 1e7759d

File tree

1 file changed

+0
-5
lines changed
  • packages/python/chart-studio/chart_studio/plotly

1 file changed

+0
-5
lines changed

packages/python/chart-studio/chart_studio/plotly/plotly.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ def iplot(figure_or_data, **plot_options):
108108
109109
plot_options keyword arguments:
110110
filename (string) -- the name that will be associated with this figure
111-
fileopt ('new' | 'overwrite' | 'extend' | 'append')
112-
- 'new': create a new, unique url for this plot
113-
- 'overwrite': overwrite the file associated with `filename` with this
114-
- 'extend': add additional numbers (data) to existing traces
115-
- 'append': add additional traces to existing data lists
116111
sharing ('public' | 'private' | 'secret') -- Toggle who can view this graph
117112
- 'public': Anyone can view this graph. It will appear in your profile
118113
and can appear in search engines. You do not need to be

0 commit comments

Comments
 (0)