Skip to content
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

annotations deprecated, but not in right place #1125

Closed
timkpaine opened this issue Aug 21, 2018 · 2 comments
Closed

annotations deprecated, but not in right place #1125

timkpaine opened this issue Aug 21, 2018 · 2 comments
Labels
bug something broken
Milestone

Comments

@timkpaine
Copy link

Contradictory errors:

plotly.graph_objs.Annotations is deprecated.
Please replace it with a list or tuple of instances of the following types
  - plotly.graph_objs.layout.Annotations
ImportError: cannot import name 'Annotations' from 'plotly.graph_objs.layout' (/usr/local/lib/python3.7/site-packages/plotly/graph_objs/layout/__init__.py)
@jonmmease
Copy link
Contributor

Thanks for the report @timkpaine. Yeah, the warning above should refer to plotly.graph_objs.layout.Annotation (singular).

@jonmmease jonmmease added the bug something broken label Aug 21, 2018
@jonmmease jonmmease added this to the v3.2.0 milestone Aug 21, 2018
@jonmmease
Copy link
Contributor

Fixed in #1138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

2 participants