Skip to content

Add update functionality to make_subplots #221

Closed
@etpinard

Description

@etpinard

@theengineear @chriddyp

So that axes can be generated with custom attributes.

Perhaps like

tls.make_subplots(rows=4, cols=3, update_xaxes=dict(), update_yaxes=dict())

and/or

tls.make_subplots(rows=2, cols=2, specs=[[{update_xaxis=dict(), update_yaxis=dict()}, {}], [{}, {}]])

more info here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions