Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
goldbattle opened this issue Feb 20, 2023 · 0 comments
Closed

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

goldbattle opened this issue Feb 20, 2023 · 0 comments
Labels
bug Something isn't working debugging Might be a bug, looking into the issue

Comments

@goldbattle
Copy link
Member

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));
@goldbattle goldbattle added the bug Something isn't working label Feb 20, 2023
@goldbattle goldbattle changed the title The command like "subplot"doesn't work The command like "subplot" doesn't work Feb 20, 2023
@goldbattle goldbattle added the debugging Might be a bug, looking into the issue label Feb 20, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working debugging Might be a bug, looking into the issue
Projects
None yet
Development

No branches or pull requests

1 participant