Thanks to visit codestin.com
Credit goes to github.com

Skip to content

constrainedlayout is very slow for large number of subplots #10655

Closed
@anntzer

Description

@anntzer

Not sure anything can be done about this, but just leaving a note in case @jklymak (or someone else) in interested in working on the performance: with figure.constrained_layout.use set (mpl2.2.0rc1), on my machine,

  • subplots(4, 4) takes 4s,
  • subplots(5, 5) takes 28s,
  • subplots(6, 6) takes 48s.

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: geometry managerLayoutEngine, Constrained layout, Tight layout

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions