Skip to content

The command like "subplot" doesn't work #309

@goldbattle

Description

@goldbattle

Need to verify what versions / ubuntu version this happens on.

Details: lava/matplotlib-cpp#310

The fix is to update the subplot function:

PyTuple_SetItem(args, 0, PyLong_FromLong(nrows));
PyTuple_SetItem(args, 1, PyLong_FromLong(ncols));
PyTuple_SetItem(args, 2, PyLong_FromLong(plot_number));

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdebuggingMight be a bug, looking into the issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions