8000 version 3.10.0 by jonmmease · Pull Request #1587 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

version 3.10.0 #1587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 31, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix comment
  • Loading branch information
jonmmease committed May 31, 2019
commit 3e886ec159ccd4ffb032253bc9485a2e3c07bd59
2 changes: 1 addition & 1 deletion plotly/basedatatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2621,7 +2621,7 @@ def to_ordered_dict(self, skip_uid=True):

# plotly.io methods
# -----------------
# Note that docstrings are auto-generated in plotly/__init__.py
# Note that docstrings are auto-generated in plotly/_docstring_gen.py
def show(self, *args, **kwargs):
import plotly.io as pio
return pio.show(self, *args, **kwargs)
Expand Down
0