Skip to content

Commit eaf5a4b

Browse files
committed
fix docstrings
1 parent 5144879 commit eaf5a4b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

plotly/basedatatypes.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3462,9 +3462,6 @@ def full_figure_for_development(self, warn=True, as_dict=False):
34623462
34633463
Parameters
34643464
----------
3465-
fig:
3466-
Figure object or dict representing a figure
3467-
34683465
warn: bool
34693466
If False, suppress warnings about not using this in production.
34703467
@@ -3717,9 +3714,6 @@ def to_image(self, *args, **kwargs):
37173714
37183715
Parameters
37193716
----------
3720-
fig:
3721-
Figure object or dict representing a figure
3722-
37233717
format: str
37243718
(optional) The desired image format. One of:
37253719
- 'png'
@@ -3767,9 +3761,6 @@ def write_image(self, *args, **kwargs):
37673761
37683762
Parameters
37693763
----------
3770-
fig:
3771-
Figure object or dict representing a figure
3772-
37733764
file: str or writeable
37743765
A string representing a local file path or a writeable object
37753766
(e.g. a pathlib.Path object or an open file descriptor)

0 commit comments

Comments
 (0)