Skip to content

Non blocking plt::show(false) does not work under Windows #141

@hahne

Description

@hahne

I tried it with Python2.7 and Python3 in Visual Studio 2019. In both cases the plot window freezes if I use plt::show(false);. Just plt::show(); works for me.
E.g. the following does not work:

    std::vector<float> test_values = { 1.0f, 3.0f, 2.0f };
    plt::plot(test_values);
    plt::show(false);
    while (1)
    {

    }

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