Skip to content

clf() doesn't start new plot in interactive Python #9

@tmbdev

Description

@tmbdev

When using python -i graphterm/bin/gpylab.py and plotting multiple figures, all the figures get displayed in the same space, where the first figure was originally displayed. That is, only the last plotted figure is visible, and it is plotted not following the command, but following the first plot command. This is true even when clearing the figure with clf()

The expected behavior is that each plot command starts a new figure, or at least that clf starts a new figure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions