notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

fix plt.subplot int input

Open MasoudKaviani opened this issue 10 months ago • 1 comments

if the first input of plt.subplot is not integer, it returns error

What does this PR do?

Fixes: in plt.subplot if the first input is not integer, it returns error (the default colab returns error because of this)

Who can review?

Feel free to tag members/contributors who may be interested in your PR.

MasoudKaviani avatar May 05 '24 19:05 MasoudKaviani