Skip to content

update_annotations: patch should not be required #2167

Closed
@nicolaskruchten

Description

@nicolaskruchten

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...

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions