We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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));
The text was updated successfully, but these errors were encountered:
0429390
No branches or pull requests
Need to verify what versions / ubuntu version this happens on.
Details: lava/matplotlib-cpp#310
The fix is to update the subplot function:
The text was updated successfully, but these errors were encountered: