8000 IPython5 does not plot with ION mode · Issue #9811 · ipython/ipython · GitHub
[go: up one dir, main page]

Skip to content
IPython5 does not plot with ION mode #9811
Closed
@cdiazbas

Description

@cdiazbas

Hi,
I have detected that if I do a plot with plt.show(), the figure appears. If I use plt.ion() in order to do not use always show, I do not see anything. Example:

import matplotlib.pyplot as plt
plt.plot(x)
plt.show() #=> ok

plt.ion()
plt.plot(x) #=> fail

Thanks for all and congratulation for this new version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0