Skip to content

Subplot font size is hardcoded to 16pt #985

@jisaacso

Description

@jisaacso

See https://github.com/plotly/plotly.py/blob/master/plotly/tools.py#L1336. Large font leads to overcrowding when plotting multiple subplots with titles.

It would be better to have make_subplots accept a kwargs parameter like font_size=8 or, more general, to have a kwargs parameter like font=graph_objs.Font(size=8, color=...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions