Skip to content

matplotlib interactive plotting does not work #798

Open
@opk12

Description

@opk12

Paste in the interactive session:

import matplotlib.pyplot as plt

def example():
    plt.figure()
    plt.plot(range(10), range(10))
    plt.show()

example()  # plot appears
plt.ion()
example()  # plot does not appear

Additional info:

  • Do plt.ion(), then call example() many times. When quitting bpython3, the windows appear for a fraction of second.

bpython3 0.18 on Fedora 31, Python 3.7.6
bpython3 0.17.1 on Debian 10, Python 3.7.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions