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

update_annotations: patch should not be required #2167

Closed
nicolaskruchten opened this issue Feb 6, 2020 · 0 comments · Fixed by #2208
Closed

update_annotations: patch should not be required #2167

nicolaskruchten opened this issue Feb 6, 2020 · 0 comments · Fixed by #2208
Assignees
Labels
bug something broken
Milestone

Comments

@nicolaskruchten
Copy link
Contributor

fig.update_annotations(text='yo') should a) not error out and b) have the same effect as fig.update_annotations(patch=dict(text='yo'))

I think we're missing patch=None in the update_annotations/update_shapes/update_layout_image family of methods...

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

Successfully merging a pull request may close this issue.

2 participants