Skip to content

TkAgg backend: draw_if_interactive() broken? #1627

Closed
@msiegl

Description

@msiegl

The TkAgg backend does not draw_if_interactive() as expected.

It seems that in backend_tkagg.py, the function should use (in line 65)

figManager.canvas.draw()

instead of
figManager.show()

Can anyone confirm that?

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